Changeset 14254
- Timestamp:
- 2021-01-04T10:44:00+01:00 (4 years ago)
- Location:
- NEMO/trunk/tests/DOME
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/tests/DOME/EXPREF/1_namelist_cfg
r14216 r14254 18 18 / 19 19 !----------------------------------------------------------------------- 20 &namusr_def ! User defined : OVERFLOW configuration 21 !----------------------------------------------------------------------- 22 ! ! type of vertical coordinate 23 ln_zco = .false. ! z-coordinate 24 ln_zps = .true. ! z-partial-step coordinate 25 ln_sco = .false. ! s-coordinate 26 rn_dx = 5000. ! horizontal resolution [meters] 27 rn_dz = 60. ! vertical resolution [meters] 28 rn_f0 = 1.e-4 ! coriolis [s-1] 29 / 30 !----------------------------------------------------------------------- 20 31 &namrun ! parameters of the run 21 32 !----------------------------------------------------------------------- … … 105 116 !----------------------------------------------------------------------- 106 117 ln_traadv_fct = .true. ! FCT scheme 107 nn_fct_h = 4! =2/4, horizontal 2nd / 4th order118 nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order 108 119 nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order 109 120 / -
NEMO/trunk/tests/DOME/EXPREF/file_def_nemo-oce.xml
r14216 r14254 8 8 --> 9 9 10 <file_definition type="one_file" name="@expname@" sync_freq="1 2h" min_digits="4">11 <file_group id="1 2h" output_freq="12h" output_level="10" enabled=".TRUE." > <!-- 12hfiles -->10 <file_definition type="one_file" name="@expname@" sync_freq="1d" min_digits="4"> 11 <file_group id="1d" output_freq="1d" output_level="10" enabled=".TRUE." > <!-- 1d files --> 12 12 13 13 <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" > -
NEMO/trunk/tests/DOME/EXPREF/namelist_cfg
r14216 r14254 3 3 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 4 4 ! 5 ! 5 !----------------------------------------------------------------------- 6 &namusr_def ! User defined : OVERFLOW configuration 7 !----------------------------------------------------------------------- 8 ! ! type of vertical coordinate 9 ln_zco = .false. ! z-coordinate 10 ln_zps = .true. ! z-partial-step coordinate 11 ln_sco = .false. ! s-coordinate 12 rn_dx = 5000. ! horizontal resolution [meters] 13 rn_dz = 60. ! vertical resolution [meters] 14 rn_f0 = 1.e-4 ! coriolis [s-1] 15 / 6 16 !----------------------------------------------------------------------- 7 17 &namrun ! parameters of the run … … 92 102 !----------------------------------------------------------------------- 93 103 &namtra_adv ! advection scheme for tracer 94 !---------------------------------------------------------------------- -104 !---------------------------------------------------------------------- 95 105 ln_traadv_fct = .true. ! FCT scheme 96 nn_fct_h = 4! =2/4, horizontal 2nd / 4th order106 nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order 97 107 nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order 98 108 / -
NEMO/trunk/tests/DOME/MY_SRC/usrdef_istate.F90
r14133 r14254 16 16 USE phycst ! physical constants 17 17 USE eosbn2, ONLY: rn_a0 18 USE dom_oce 18 19 ! 19 20 USE in_out_manager ! I/O manager
Note: See TracChangeset
for help on using the changeset viewer.