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 10323 for NEMO/branches/UKMO/dev_r9950_GO6_mixing/doc/namelists/namcrs – NEMO

Ignore:
Timestamp:
2018-11-16T16:13:30+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/dev_r9950_GO6_mixing: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

Location:
NEMO/branches/UKMO/dev_r9950_GO6_mixing/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r9950_GO6_mixing/doc

    • Property svn:ignore set to
      figures
  • NEMO/branches/UKMO/dev_r9950_GO6_mixing/doc/namelists/namcrs

    r9355 r10323  
    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.