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.
namcrs in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namcrs @ 10218

Last change on this file since 10218 was 10075, checked in by nicolasmartin, 6 years ago

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

  • Property svn:mime-type set to text/x-fortran
File size: 1020 bytes
Line 
1!-----------------------------------------------------------------------
2&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
3!-----------------------------------------------------------------------
4   nn_factx    = 3         !  Reduction factor of x-direction
5   nn_facty    = 3         !  Reduction factor of y-direction
6   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   ln_msh_crs  = .false.   ! =T create a mesh & mask file
11   nn_crs_kz   = 0         ! 0, MEAN of volume boxes
12      !                    ! 1, MAX of boxes
13      !                    ! 2, MIN of boxes
14   ln_crs_wn   = .true.    ! wn coarsened (T) or computed using horizontal divergence ( F )
15/
Note: See TracBrowser for help on using the repository browser.