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

source: NEMO/trunk/doc/namelists/nampar @ 10442

Last change on this file since 10442 was 10201, checked in by nicolasmartin, 6 years ago

Various modifications related to the setting of a NEMO Quick Start Guide

  • Add missing namelist blocks from ICE and TOP
  • Create a hidden .global.rst to gather common URL links
  • Convert animated gif to frames images for PDF export
  • Place different README.rst appropriately in the code structure and refer to them with symbolic links in doc/rst/source
File size: 1.3 KB
Line 
1!------------------------------------------------------------------------------
2&nampar         !   Generic parameters
3!------------------------------------------------------------------------------
4   jpl              =   5             !  number of ice  categories
5   nlay_i           =   2             !  number of ice  layers
6   nlay_s           =   1             !  number of snow layers (only 1 is working)
7   nn_virtual_itd   =   0             !  virtual ITD mono-category parameterizations (1-3 => jpl = 1 only) or not (0)
8                                      !     2: activate enhanced thermal conductivity only --- temporary option
9                                      !     3: activate virtual thin ice melting only      ---  temporary option
10   ln_icedyn        = .true.          !  ice dynamics (T) or not (F)
11   ln_icethd        = .true.          !  ice thermo   (T) or not (F)
12   rn_amax_n        =   0.997         !  maximum tolerated ice concentration NH
13   rn_amax_s        =   0.997         !  maximum tolerated ice concentration SH
14   cn_icerst_in     = "restart_ice"   !  suffix of ice restart name (input)
15   cn_icerst_out    = "restart_ice"   !  suffix of ice restart name (output)
16   cn_icerst_indir  = "."             !  directory to read   input ice restarts
17   cn_icerst_outdir = "."             !  directory to write output ice restarts
18/
Note: See TracBrowser for help on using the repository browser.