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 branches/2016/dev_merge_2016/DOC/Namelists – NEMO

source: branches/2016/dev_merge_2016/DOC/Namelists/namcrs @ 7671

Last change on this file since 7671 was 6289, checked in by gm, 8 years ago

#1673 DOC of the trunk - Update, see associated wiki page for description

File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&namcrs        !   coarsened grid (for outputs and/or TOP)              ("key_crs")
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   nn_msh_crs  = 1         !  create (=1) a mesh file or not (=0)
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.