I met some problems when dealing with boundary conditions:
Code: Select all
LBC(isFsur) == Clo Che Clo Che ! free-surface
LBC(isUbar) == Clo Shc Clo Shc ! 2D U-momentum
LBC(isVbar) == Clo Shc Clo Shc ! 2D V-momentum
LBC(isUvel) == Clo RadNud Clo RadNud ! 3D U-momentum
LBC(isVvel) == Clo RadNud Clo RadNud ! 3D V-momentum
LBC(isMtke) == Clo Gra Clo Gra ! mixing TKE
LBC(isTvar) == Clo RadNud Clo RadNud\ ! temperature
Clo RadNud Clo RadNud ! salinity
RadNud in 3d momentum requirs for externtal zeta, uv and TS values;
I doubt that if I can only offer zeta, uv and TS values in boundary netcdf file and ROMS can calculate uvbar by uv? Or I have to calculate uvbar by myself and input them in nc file?
And the same question in init netcdf file, can I only input uv but not uvbar?
In fact, I do see some guys input uvbar in init and boundary files. however, I tried to calcute case without uvbar in both boundary netcdf file and init netcdf file, it seems fine but I don't find the code in .F file about the calculation process. I want to have a look at it.
Thanks