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.
Changeset 7269 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2016-11-18T15:36:50+01:00 (7 years ago)
Author:
cbricaud
Message:

commit CCA archfile and a change in namelist_ref in CRS branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7261 r7269  
    135135   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
    136136   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    137    ln_crs      = .false.      !  Logical switch for coarsening module 
    138137   jphgr_msh   =       0               !  type of horizontal mesh 
    139138                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc 
     
    181180   nn_factx    = 3         !  Reduction factor of x-direction 
    182181   nn_facty    = 3         !  Reduction factor of y-direction 
    183    nn_binref   = 0         !  Bin centering preference: NORTH or EQUAT 
    184                            !  0, coarse grid is binned with preferential treatment of the north fold 
    185                            !  1, coarse grid is binned with centering at the equator 
    186                            !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
    187182   nn_msh_crs  = 1         !  create (=1) a mesh file or not (=0) 
    188183   nn_crs_kz   = 0         ! 0, MEAN of volume boxes 
    189184                           ! 1, MAX of boxes 
    190185                           ! 2, MIN of boxes 
     186                           ! 3, 10**(MEAN(LOG()) of volume boxes 
     187                           ! 4, MEDIANE of boxes 
    191188   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 ) 
    192190/ 
    193191!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.