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.
namitd in NEMO/branches/UKMO/NEMO_4.0.1_meltpond_improvements/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.1_meltpond_improvements/doc/namelists/namitd

Last change on this file was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
File size: 621 bytes
Line 
1!------------------------------------------------------------------------------
2&namitd         !   Ice discretization
3!------------------------------------------------------------------------------
4   ln_cat_hfn       = .true.          !  ice categories are defined by a function following rn_himean**(-0.05)
5      rn_himean     =   2.0           !  expected domain-average ice thickness (m)
6   ln_cat_usr       = .false.         !  ice categories are defined by rn_catbnd below (m)
7      rn_catbnd     =   0.,0.45,1.1,2.1,3.7,6.0 
8   rn_himin         =   0.1           !  minimum ice thickness (m) used in remapping
9/
Note: See TracBrowser for help on using the repository browser.