I'm not sure if this is a bug or a hardware issue. I'm doing a restart test with ROMS svn904 but the LBC options were changed automatically from Shc to Red by the script during the simulation. It only happened for ubar/vbar but the location is random. It happened once for East (ubar) and South (vbar), and once for North (both). I'm using netcdf with parallel, could this be a potential issue? How could I determine where the error is from?
This is my .in file (the same as in the restart file)
Code: Select all
LBC(isFsur) == Cha Cha Cha Cha ! free-surface
! LBC(isUbar) == Fla Fla Fla Fla ! 2D U-momentum
! LBC(isVbar) == Fla Fla Fla Fla ! 2D V-momentum
LBC(isUbar) == Shc Shc Shc Shc ! 2D U-momentum
LBC(isVbar) == Shc Shc Shc Shc ! 2D V-momentum
LBC(isUvel) == RadNud RadNud RadNud RadNud ! 3D U-momentum
LBC(isVvel) == RadNud RadNud RadNud RadNud ! 3D V-momentum
LBC(isMtke) == Gra Gra Gra Gra ! mixing TKE
Code: Select all
"EDGE: WEST SOUTH EAST NORTH \n",
"zeta: Cha Cha Cha Cha \n",
"ubar: Shc Shc Shc Red \n",
"vbar: Shc Shc Shc Red \n",
"u: RadNud RadNud RadNud RadNud \n",
"v: RadNud RadNud RadNud RadNud \n",
"temp: RadNud RadNud RadNud RadNud \n",
"salt: RadNud RadNud RadNud RadNud" ;
Yi