The nearshore temperature of the model is too high

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
22jzhou
Posts: 2
Joined: Wed Jun 19, 2024 5:23 pm
Location: Shantou University

The nearshore temperature of the model is too high

#1 Unread post by 22jzhou »

Hello everyone, when I simulated the northeastern part of the South China Sea in summer, the near-shore part of the temperature never dropped. I tried switching the mixture from MY-2.5 to LMD, but failed to bring the temperature down. I would like to ask you, if you want to reduce the temperature near the shore part of the good advice? Here's my.h file:
/***************** Model dynamics */
#define SOLVE3D
#define UV_ADV
#define UV_COR
#define UV_QDRAG
#define DJ_GRADPS

/************ Grid configuration */
#define MASKING
#define SPHERICAL
#define CURVGRID


/**** Mixing ********************/
#define TS_DIF2
#define MIX_GEO_TS
#define UV_VIS2
#define MIX_S_UV
#define MY25_MIXING
#define DIFF_GRID
#define VISC_GRID
#define TS_SMAGORINSKY
#define UV_SMAGORINSKY
/*#define LMD_MIXING*/

# ifdef MY25_MIXING
# define KANTHA_CLAYSON
# define N2S2_HORAVG
# define RI_SPLINES
# endif

# ifdef LMD_MIXING
# define LMD_RIMIX
# define LMD_CONVEC
# define LMD_SKPP
# define LMD_BKPP
# define LMD_NONLOCAL
# define LMD_DDMIX
# define RI_SPLINES
# endif

/**** Equation of State *********/
#define NONLIN_EOS
#define SPLINES_VDIFF
#define SPLINES_VVISC
#define SALINITY

/*************** Surface Forcing */
# define SOLAR_SOURCE
# define QCORRECTION
# define DIURNAL_SRFLUX

/************** Other options ***/
#define RADIATION_2D
#define AVERAGES
#define ANA_BTFLUX
#define ANA_BSFLUX
#define LIMIT_BSTRESS
/*#define LIMIT_VVISC
#define LIMIT_VDIFF*/

# define WTYPE_GRID
# define ANA_WTYPE

/*#define ANA_SPONGE*/
/*#define ANA_SMFLUX*/
/*#define ANA_SMFLUX*/
/*#define ANA_STFLUX*/
/*#define ANA_SSFLUX*/
/*#define ANA_SRFLUX*/

/******** Tide ************/

# define RAMP_TIDES
# define SSH_TIDES
# define UV_TIDES
# define ADD_M2OBC
# define ADD_FSOBC



/* nudging the time in *.in shall be set */

#undef OUT_DOUBLE
#define RST_SINGLE


Here are the relevant Settings from my.in file:
Hadvection == A4 \ ! temperature
A4 ! salinity

Vadvection == A4 \ ! temperature
A4 ! salinity
AKT_BAK == 5.0d-5 5.0d-5 ! m2/s

ad_AKT_fac == 1.0d0 1.0d0 ! nondimensional

Post Reply