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/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists/namcrs @ 10008

Last change on this file since 10008 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:mime-type set to text/x-fortran
File size: 1.0 KB
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   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.