Abnoraml high/low temperature along the coast?

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
rongzr
Posts: 35
Joined: Mon Jul 17, 2006 4:03 pm
Location: OUC/UMCES

Abnoraml high/low temperature along the coast?

#1 Unread post by rongzr »

Hi,All,I'm running a ROMS case in the Yellow Sea, China, with tides switched on. I got abnormal high temperature along the coast in summer, and abnormal low temperature near the front. The attached figure is the surface temperature in August. It seems to me that the tidal front is too strong. How to deal with it. Which parameters should I play with? Thanks.

The following is my flag
#define UV_COR
#define UV_ADV
#define UV_VIS2
#define TS_DIF2
#define SOLVE3D
#define SALINITY
#define MIX_GEO_UV /* mixing on geopotential (constant Z) surfaces */
#define MIX_GEO_TS /* mixing on geopotential (constant Z) surfaces */
#define NONLIN_EOS
#define T_PASSIVE

#define SSH_TIDES
#define RAMP_TIDES
!#define FSOBC_REDUCED
#define UV_TIDES
#define ADD_FSOBC
#define ADD_M2OBC
#define INLINE_2DIO

/* Basic numerics options */
#define CURVGRID
#define MASKING
!#define SPLINES
#define TS_U3HADVECTION /* define if 3rd-order upstream horiz. advection */
#define TS_SVADVECTION /* define if splines vertical advection */
#define UV_SADVECTION /* turn ON or OFF splines vertical advection */
#define DJ_GRADPS
#define RADIATION_2D

/* Outputs */
!#define NO_WRITE_GRID /* define if not writing grid arrays */

/* Surface and bottom boundary conditions */
#define ANA_BSFLUX /* analytical bottom salinity flux */
#define ANA_BTFLUX /* analytical bottom temperature flux */
!#define ANA_SSFLUX /* analytical surface salinity flux */
!#define ANA_STFLUX /* analytical surface temperature flux */
#define SOLAR_SOURCE
#define UV_LOGDRAG /* turn ON or OFF logarithmic bottom friction */
#define QCORRECTION

!#define ANA_SMFLUX
!#define BULK_FLUXES /* turn ON OFF bulk fluxes computation*/
!#define LONGWAVE_OUT /* Compute ougoing longwave radiation internally*/

/* Vertical subgridscale turbulence closure */
#ifdef SOLVE3D
# define GLS_MIXING /* Activate Generic Length-Scale mixing */
# undef LMD_MIXING
# ifdef MY25_MIXING
# undef N2S2_HORAVG /* Activate horizontal smoothing of buoyancy/shear */
# undef KANTHA_CLAYSON
# endif
# ifdef LMD_MIXING
# define LMD_RIMIX
# define LMD_CONVEC
# define LMD_BKPP
# define LMD_SKPP
# undef LMD_NONLOCAL
# endif
# ifdef GLS_MIXING
# define KANTHA_CLAYSON /* Kantha and Clayson stability function formulation */
# define N2S2_HORAVG /* Activate horizontal smoothing of buoyancy/shear */
# undef CANUTO_A /* Canuto A-stability function formulation */
!# undef CANUTO_B /* Canuto B-stability function formulation */
# endif
#endif
Attachments
test.png

Post Reply