New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
WorkingGroups/TestCases/ImplementationStrategyAndTemplate – NEMO
wiki:WorkingGroups/TestCases/ImplementationStrategyAndTemplate

Version 6 (modified by flavoni, 9 years ago) (diff)

--

How to create a TEST CASE

in NEMOGCM/TOOLS/TEST_CASES there are:

  1. CREATE_FILES : python scripts to create
    1. input files:
      1. coordinates.nc
      2. bathy_r025.nc
    2. initial state:
      1. TScst_init_r025.nc
    3. forcing file:
      1. flx_r025.nc

and some examples.

1. TEST_EQ_BOX01_noCoriolis : Equatorial box (180°,60°) : with NO stratification / constant wind trades / NO Coriolis
options values
resolution 0.25° (1/4)
longitude lon_T=[ 0 , 180 ]
latitude lat_T=[-31,31] (to have one point at 0° Equator)
vertical levels 31
batymetry 5000m
forcing files utau=-0.1 / vtau=0 / qtot=0 / qsr=0 / emp=0
NO stratification so=35 / thetao=10
total time steps 3600
output frequency 5 days

-

2. TEST_EQ_BOX01_cst : Equatorial box (180°,60°) : with NO stratification / constant wind trades / e1=e2=constant
options values
resolution 0.25° (1/4)
longitude lon_T=[0,180]
latitude lat_T=[-31,31] (to have one point at 0° Equator)
vertical levels 31
batymetry 5000m
forcing files utau=-0.1 / vtau=0 / qtot=0 / qsr=0 / emp=0
NO stratification so=35 / thetao=10
total time steps 3600
output frequency 5 days

-

3. TEST_EQ_BOX01_cst : Equatorial box (180°,60°) : with NO stratification / constant wind trades / e1 variable with longitude
options values
resolution 0.25° (1/4)
longitude lon_T=[0,180]
latitude lat_T=[-31,31] (to have one point at 0° Equator)
vertical levels 31
batymetry 5000m
forcing files utau=-0.1 / vtau=0 / qtot=0 / qsr=0 / emp=0
NO stratification so=35 / thetao=10
total time steps 3600
output frequency 5 days

-

...... to be finished

4: no stratification, cst wind

5: stratification, cst wind

6: stratification, variable wind (kelvin waves)

Attachments (1)

Download all attachments as: .zip