Changeset 7239
- Timestamp:
- 2016-11-16T14:40:15+01:00 (8 years ago)
- Location:
- branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_nam.F90
r7200 r7239 71 71 ! 72 72 cd_cfg = 'LOCK_EXCHANGE' ! name & resolution (not used) 73 cp_cfg = INT( rn_dx )73 kk_cfg = INT( rn_dx ) 74 74 ! 75 75 ! Global Domain size: LOCK_EXCHANGE domain is 64 km x 3 grid-points x 20 m -
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg
r7200 r7239 20 20 cn_exp = "OVF_FCT2_flux_ubs" ! experience name 21 21 nn_it000 = 1 ! first time step 22 nn_itend = 6120 ! here 17h of simulation (=6120 time-step) 22 !nn_itend = 6120 ! here 17h of simulation (=6120 time-step) abort after 5802 for zps: pb of physiques conditions 23 nn_itend = 5760 ! here 16h of simulation (=5760 time-step) 23 24 nn_istate = 0 ! output the initial state (1) or not (0) 24 nn_stock = 6120 ! frequency of creation of a restart file (modulo referenced to 1)25 nn_write = 6120 ! frequency of write in the output file (modulo referenced to nn_it000)25 nn_stock = 5760 ! frequency of creation of a restart file (modulo referenced to 1) 26 nn_write = 5760 ! frequency of write in the output file (modulo referenced to nn_it000) 26 27 / 27 28 !----------------------------------------------------------------------- 28 29 &namcfg ! parameters of the configuration 29 30 !----------------------------------------------------------------------- 30 ln_read_cfg = .false. ! (=T) read the domain configuration in 'domain_cfg.nc" file31 ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules32 ln_write_cfg= .false. ! (=T) create the domain configuration file33 31 / 34 32 !----------------------------------------------------------------------- 35 33 &namdom ! space and time domain (bathymetry, mesh, timestep) 36 34 !----------------------------------------------------------------------- 37 ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time38 nn_closea = 1 ! remove (=0) or keep (=1) closed seas and lakes (ORCA)39 !40 nn_msh = 1 ! create (>0) a mesh file or not (=0)41 rn_isfhmin = 0.00 ! treshold (m) to discriminate grounding ice to floating ice42 !43 35 rn_rdt = 10. ! time step for the dynamics (and tracer if nn_acc=0) 44 36 rn_atfp = 0.1 ! asselin time filter parameter 45 !46 ln_crs = .false. ! Logical switch for coarsening module47 37 / 48 38 !----------------------------------------------------------------------- … … 170 160 &namdyn_spg ! Surface pressure gradient 171 161 !----------------------------------------------------------------------- 172 ln_dynspg_ts = .true. ! explicit free surface162 ln_dynspg_ts = .true. ! split-explicit free surface 173 163 ln_bt_fw = .true. ! Forward integration of barotropic Eqs. 174 164 ln_bt_av = .true. ! Time filtering of barotropic variables … … 187 177 ln_dynldf_blp = .false. ! bilaplacian operator 188 178 ! ! Direction of action : 189 ln_dynldf_lev = . false.! iso-level190 ln_dynldf_hor = . true.! horizontal (geopotential)191 ln_dynldf_iso = .false. ! iso-neutral179 ln_dynldf_lev = .true. ! iso-level 180 ln_dynldf_hor = .false. ! horizontal (geopotential) 181 ln_dynldf_iso = .false. ! iso-neutral 192 182 ! ! Coefficient 193 183 nn_ahm_ijk_t = 0 ! space/time variation of eddy coef
Note: See TracChangeset
for help on using the changeset viewer.