I am implementing a model in the Bohai sea, which has 1500 m horizontal resolution and 20 vertical sigma levels.
However,I have some problems with my model.
My roms result of water temperature in summer is much higher by compare with the Multi-scale Ultra-high Resolution (MUR) SST Analysis and observation results.
Moreover, the temperature in the central sea area has a trend of increasing year by year.
The comparison of the sea surface temperature in August is shown below.
![Image](https://i.loli.net/2021/11/20/fAo98I5yeYZJwgl.jpg)
Sea surface temperature in August from the ROMS model simulation in the first year
![Image](https://i.loli.net/2021/11/20/UcLq32xb6MlEQkP.jpg)
Sea surface temperature in August from the ROMS model simulation in the second year
![Image](https://i.loli.net/2021/11/20/H7fdqYOtm2QWraZ.jpg)
Sea surface temperature in August from Multi-scale Ultra-high Resolution (MUR) SST Analysis
The model’s sea surface forcing is obtained from ERA5 (using the bulk formulae).
Model’s lateral open boundary conditions are interpolated from the hourly output of a Nemo model in the Yellow sea and Bohai sea.
Activated C-preprocessing Options:
Code: Select all
#define ROMS_MODEL
#define UV_ADV
#define UV_COR
#define UV_VIS2
#define MIX_S_UV
#define UV_QDRAG
#define TS_MPDATA
#define DJ_GRADPS
#define TS_DIF2
#define MIX_S_TS
#define SALINITY
#define MASKING
#define SOLVE3D
#define CURVGRID
#define NONLIN_EOS
#define AVERAGES
#define RADIATION_2D
# define BULK_FLUXES
# define EMINUSP
# define ATM_PRESS
# define SOLAR_SOURCE
!# define LONGWAVE_OUT
!# define LONGWAVE
#define LMD_MIXING
#define LMD_RIMIX
#define LMD_CONVEC
#define LMD_SKPP
#define LMD_BKPP
#define LMD_NONLOCAL
#define LMD_SHAPIRO
#define LMD_DDMIX
#define SSH_TIDES
#define UV_TIDES
# undef RAMP_TIDES
#define ANA_BTFLUX
#define ANA_BSFLUX
!#define ANA_BPFLUX
#define MY_APPLICATION
!#define TS_VAR
!#define ANA_PASSIVE
!#define T_PASSIVE
Does anyone have similar problems? Could anyone give some suggestions?
Thank you for your help in advance.