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/UKMO/dev_r5518_Surge_Modelling/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/dev_r5518_Surge_Modelling/DOC/TexFiles/Namelist/namcrs @ 5942

Last change on this file since 5942 was 5942, checked in by rfurner, 8 years ago

merged bug fixes from vn3.6_stable to this branch

File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&namcrs        !   Grid coarsening for dynamics output and/or
3               !   passive tracer coarsened online simulations
4!-----------------------------------------------------------------------
5   nn_factx    = 3         !  Reduction factor of x-direction
6   nn_facty    = 3         !  Reduction factor of y-direction
7   nn_binref   = 0         !  Bin centering preference: NORTH or EQUAT
8                           !  0, coarse grid is binned with preferential treatment of the north fold
9                           !  1, coarse grid is binned with centering at the equator
10                           !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty.
11   nn_msh_crs  = 1         !  create (=1) a mesh file or not (=0)
12   nn_crs_kz   = 0         ! 0, MEAN of volume boxes
13                           ! 1, MAX of boxes
14                           ! 2, MIN of boxes
15   ln_crs_wn   = .true.    ! wn coarsened (T) or computed using horizontal divergence ( F )
16/
Note: See TracBrowser for help on using the repository browser.