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

source: NEMO/branches/2018/dev_r9866_HPC_03_globcom/doc/namelists/namthd_do @ 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: 765 bytes
Line 
1!------------------------------------------------------------------------------
2&namthd_do      !   Ice growth in open water
3!------------------------------------------------------------------------------
4   rn_hinew         =   0.1           !  thickness for new ice formation in open water (m), must be larger than rn_hnewice
5   ln_frazil        = .false.         !  Frazil ice parameterization (ice collection as a function of wind)
6      rn_maxfraz    =   1.0           !     maximum fraction of frazil ice collecting at the ice base
7      rn_vfraz      =   0.417         !     thresold drift speed for frazil ice collecting at the ice bottom (m/s)
8      rn_Cfraz      =   5.0           !     squeezing coefficient for frazil ice collecting at the ice bottom
9/
Note: See TracBrowser for help on using the repository browser.