Changeset 7269
- Timestamp:
- 2016-11-18T15:36:50+01:00 (8 years ago)
- Location:
- branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/CONFIG/SHARED/namelist_ref
r7261 r7269 135 135 rn_rdtmax = 28800. ! maximum time step on tracers (used if nn_acc=1) 136 136 rn_rdth = 800. ! depth variation of tracer time step (used if nn_acc=1) 137 ln_crs = .false. ! Logical switch for coarsening module138 137 jphgr_msh = 0 ! type of horizontal mesh 139 138 ! = 0 curvilinear coordinate on the sphere read in coordinate.nc … … 181 180 nn_factx = 3 ! Reduction factor of x-direction 182 181 nn_facty = 3 ! Reduction factor of y-direction 183 nn_binref = 0 ! Bin centering preference: NORTH or EQUAT184 ! 0, coarse grid is binned with preferential treatment of the north fold185 ! 1, coarse grid is binned with centering at the equator186 ! Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty.187 182 nn_msh_crs = 1 ! create (=1) a mesh file or not (=0) 188 183 nn_crs_kz = 0 ! 0, MEAN of volume boxes 189 184 ! 1, MAX of boxes 190 185 ! 2, MIN of boxes 186 ! 3, 10**(MEAN(LOG()) of volume boxes 187 ! 4, MEDIANE of boxes 191 188 ln_crs_wn = .true. ! wn coarsened (T) or computed using horizontal divergence ( F ) 189 ln_crs_top = .true. ! coarsening online for the BCG model ( T) or only for outpout of physics ( F ) 192 190 / 193 191 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.