Changeset 7646 for trunk/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg
- Timestamp:
- 2017-02-06T10:25:03+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg
r7212 r7646 9 9 cn_exp = "ORCA2" ! experience name 10 10 nn_it000 = 1 ! first time step 11 nn_itend = 300 ! last time step (std 5475) 12 / 13 !----------------------------------------------------------------------- 14 &namcfg ! parameters of the configuration 15 !----------------------------------------------------------------------- 16 cp_cfg = "orca" ! name of the configuration 17 jp_cfg = 2 ! resolution of the configuration 18 jpidta = 182 ! 1st lateral dimension ( >= jpi ) 19 jpjdta = 149 ! 2nd " " ( >= jpj ) 20 jpkdta = 31 ! number of levels ( >= jpk ) 21 jpiglo = 182 ! 1st dimension of global domain --> i =jpidta 22 jpjglo = 149 ! 2nd - - --> j =jpjdta 23 jpizoom = 1 ! left bottom (i,j) indices of the zoom 24 jpjzoom = 1 ! in data domain indices 25 jperio = 4 ! lateral cond. type (between 0 and 6) 11 nn_itend = 5475 ! last time step (std 5475) 12 / 13 !----------------------------------------------------------------------- 14 &namcfg ! parameters of the configuration 15 !----------------------------------------------------------------------- 16 ln_read_cfg = .true. ! (=T) read the domain configuration file 17 ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules 18 cn_domcfg = "ORCA_R2_zps_domcfg" ! domain configuration filename 26 19 / 27 20 !----------------------------------------------------------------------- … … 33 26 &namdom ! space and time domain (bathymetry, mesh, timestep) 34 27 !----------------------------------------------------------------------- 35 jphgr_msh = 0 ! type of horizontal mesh 36 ppglam0 = 999999.0 ! longitude of first raw and column T-point (jphgr_msh = 1) 37 ppgphi0 = 999999.0 ! latitude of first raw and column T-point (jphgr_msh = 1) 38 ppe1_deg = 999999.0 ! zonal grid-spacing (degrees) 39 ppe2_deg = 999999.0 ! meridional grid-spacing (degrees) 40 ppe1_m = 999999.0 ! zonal grid-spacing (degrees) 41 ppe2_m = 999999.0 ! meridional grid-spacing (degrees) 42 ppsur = -4762.96143546300 ! ORCA r4, r2 and r05 coefficients 43 ppa0 = 255.58049070440 ! (default coefficients) 44 ppa1 = 245.58132232490 ! 45 ppkth = 21.43336197938 ! 46 ppacr = 3.0 ! 47 ppdzmin = 999999. ! Minimum vertical spacing 48 pphmax = 999999. ! Maximum depth 49 ldbletanh = .FALSE. ! Use/do not use double tanf function for vertical coordinates 50 ppa2 = 999999. ! Double tanh function parameters 51 ppkth2 = 999999. ! 52 ppacr2 = 999999. ! 28 ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time 29 ! 30 nn_msh = 0 ! create (>0) a mesh file or not (=0) 31 ! 53 32 / 54 33 !----------------------------------------------------------------------- … … 64 43 &namsbc ! Surface Boundary Condition (surface module) 65 44 !----------------------------------------------------------------------- 66 / 67 !----------------------------------------------------------------------- 68 &namsbc_core ! namsbc_core CORE bulk formulae 69 !----------------------------------------------------------------------- 45 ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) 46 / 47 !----------------------------------------------------------------------- 48 &namsbc_blk ! namsbc_blk Bulk formulae 49 !----------------------------------------------------------------------- 50 ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) 70 51 / 71 52 !----------------------------------------------------------------------- … … 200 181 / 201 182 !----------------------------------------------------------------------- 202 &namtra_dmp ! tracer: T & S newtonian damping 183 &namtra_dmp ! tracer: T & S newtonian damping (default: NO) 203 184 !----------------------------------------------------------------------- 204 185 / … … 219 200 &namdyn_hpg ! Hydrostatic pressure gradient option 220 201 !----------------------------------------------------------------------- 221 ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) 222 ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation) 202 ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) 223 203 / 224 204 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.