Hello, I'm user for ROMS model.
Currently, I'm running roms model with coupled wrf model(Atmospheric model).
I'm simulating typhoon with 3-dimensional options(horizontal advection and Vertical mixing).
But I'm wondering if there is a method to run only vertical mixing without horizontal advection.
I want to know add or remove cpp options for only vertical mixing effect because I will compare 1D and 3D effect about surface cooling occurred by typhoon.
There is following setting in my case.
#define UV_ADV
#define DJ_GRADPS
#define UV_COR
#define UV_QDRAG
#define UV_VIS2
#define MIX_S_UV
#define TS_DIF2
#define MIX_GEO_TS
#define TS_U3HADVECTION
#define TS_C4VADVECTION
#define QCORRECTION
#define SOLVE3D
#define SALINITY
#define NONLIN_EOS
#define CURVGRID
#define SPLINES
#define MASKING
#define LMD_MIXING
#ifdef LMD_MIXING
# define LMD_RIMIX
# define LMD_CONVEC
# define LMD_SKPP
# define LMD_NONLOCAL
#endif
#undef MY25_MIXING
#ifdef MY25_MIXING
#define N2S2_HORAVG
#define KANTHA_CLAYSON
#endif
#define PERFECT_RESTART
#define AVERAGES
#define TCLIMATOLOGY
#define TCLM_NUDGING
#define ANA_BSFLUX
#define ANA_BTFLUX
#define EAST_FSCHAPMAN
#define EAST_M2FLATHER
#define EAST_M3RADIATION
#define EAST_M3NUDGING
#define EAST_TRADIATION
#define EAST_TNUDGING
#define WEST_FSCHAPMAN
#define WEST_M2FLATHER
#define WEST_M3RADIATION
#define WEST_M3NUDGING
#define WEST_TRADIATION
#define WEST_TNUDGING
#define SOUTH_FSCHAPMAN
#define SOUTH_M2FLATHER
#define SOUTH_M3RADIATION
#define SOUTH_M3NUDGING
#define SOUTH_TRADIATION
#define SOUTH_TNUDGING
#define NORTH_FSCHAPMAN
#define NORTH_M2FLATHER
#define NORTH_M3RADIATION
#define NORTH_M3NUDGING
#define NORTH_TRADIATION
#define NORTH_TNUDGING
Have a nice day and Good luck!
How to set only vertical mixing effect(1D) in cpp options?
Re: How to set only vertical mixing effect(1D) in cpp option
What the ecosystem people to do simulate a 1-D problem is to create a small square domain (5x5 I think) and make it doubly-periodic. Give all points the same values and the same forcing - perhaps extracted from a station file from the 3-D run.
-
- Posts: 5
- Joined: Thu Aug 20, 2009 3:14 pm
- Location: Jeju University-Marine meteorology laboratory
Re: How to set only vertical mixing effect(1D) in cpp option
What I wanted to do is run 1D ocean model. I was wondering which cpp option I need to remove from above 3d cpp option in order to run 1d model. Any suggestion would be great.
-CM
-CM