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/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/nampar @ 11042

Last change on this file since 11042 was 11042, checked in by girrmann, 5 years ago

dev_r10984_HPC-13 : update with trunk at revision 11041

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 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   ln_virtual_itd   =   .false.       !  virtual ITD mono-category parameterization (jpl=1 only)
8                                      !     i.e. enhanced thermal conductivity & virtual thin ice melting
9   ln_icedyn        = .true.          !  ice dynamics (T) or not (F)
10   ln_icethd        = .true.          !  ice thermo   (T) or not (F)
11   rn_amax_n        =   0.997         !  maximum tolerated ice concentration NH
12   rn_amax_s        =   0.997         !  maximum tolerated ice concentration SH
13   cn_icerst_in     = "restart_ice"   !  suffix of ice restart name (input)
14   cn_icerst_out    = "restart_ice"   !  suffix of ice restart name (output)
15   cn_icerst_indir  = "."             !  directory to read   input ice restarts
16   cn_icerst_outdir = "."             !  directory to write output ice restarts
17/
Note: See TracBrowser for help on using the repository browser.