LONGWAVE_OUT

General scientific issues regarding ROMS

Moderators: arango, robertson

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

LONGWAVE_OUT

#1 Unread post by 22jzhou »

My simulation results are showing a high temperature. If I want to define something in the Surface forcing section of the .h file, can I add #LONGWAVE_OUT to my existing setup? I added lwrad to my forcing file and included #LONGWAVE_OUT in the .h file, but my a.dat file doesn't show LONGOUT_OUT. What could be the problem?
Here’s what my existing .h settings look like:
/***************** 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
#LONGWAVE_OUT

/************** 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

/*#define DIAGNOSTICS_UV*/


/******* FENNEL ecological model setting********/

/*# define BIO_FENNEL*/
/*# define DENITRIFICATION*/
/*# define BIO_SEDIMENT*/
/*# define ANA_SPFLUX*/
/*# define ANA_BPFLUX*/

/*# define ANA_CLOUD*/

/*# define DIAGNOSTICS_BIO*/

Post Reply