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 10075 for NEMO/trunk/doc/namelists/namcrs – NEMO

Ignore:
Timestamp:
2018-08-29T16:44:04+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/namelists/namcrs

    r9355 r10075  
    55   nn_facty    = 3         !  Reduction factor of y-direction 
    66   nn_binref   = 0         !  Bin centering preference: NORTH or EQUAT 
    7                            !  0, coarse grid is binned with preferential treatment of the north fold 
    8                            !  1, coarse grid is binned with centering at the equator 
    9                            !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
    10    nn_msh_crs  = 1         !  create (=1) a mesh file or not (=0) 
     7      !                    !  0, coarse grid is binned with preferential treatment of the north fold 
     8      !                    !  1, coarse grid is binned with centering at the equator 
     9      !                    !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
     10   ln_msh_crs  = .false.   ! =T create a mesh & mask file 
    1111   nn_crs_kz   = 0         ! 0, MEAN of volume boxes 
    12                            ! 1, MAX of boxes 
    13                            ! 2, MIN of boxes 
     12      !                    ! 1, MAX of boxes 
     13      !                    ! 2, MIN of boxes 
    1414   ln_crs_wn   = .true.    ! wn coarsened (T) or computed using horizontal divergence ( F ) 
    1515/ 
Note: See TracChangeset for help on using the changeset viewer.