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

source: NEMO/branches/2018/dev_r9866_HPC_03_globcom/doc/namelists/nampar @ 10289

Last change on this file since 10289 was 10289, checked in by francesca, 5 years ago

alignment to the current version of the trunk

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.