I am having an issue with the temperature output from my ROMS model. The temperature seems to be bad at the open boundary, as shown in Figure 1. I have compared the ROMS output with the sst data from ERA5 and avhrr-oisst datasets. I also checked the boundary netcdf compared to the ROMS output and found that the boundary condition isn't being absorbed well.The temperature profile at the boundary is very different between the ROMS output and the boundary condition, as shown in Figure 2 for the month of September.
My Lateral Boundary Conditions (LBC) are set as follows:
Code: Select all
LBC(isFsur) == Clo Cha Cha Clo ! free-surface
LBC(isUbar) == Clo Fla Fla Clo ! 2D U-momentum
LBC(isVbar) == Clo Fla Fla Clo ! 2D V-momentum
LBC(isUvel) == Clo RadNud RadNud Clo ! 3D U-momentum
LBC(isVvel) == Clo RadNud RadNud Clo ! 3D V-momentum
LBC(isMtke) == Clo Gra Gra Clo ! mixing TKE
LBC(isTvar) == Gra RadNud RadNud Gra \ ! temperature
Gra RadNud RadNud Gra ! salinity
Thank you very much in advance.