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/UKMO/dev_r10037_GPU/doc/namelists – NEMO

source: NEMO/branches/UKMO/dev_r10037_GPU/doc/namelists/namthd_do @ 10843

Last change on this file since 10843 was 10843, checked in by andmirek, 5 years ago

ticket #2197 merge with dev_r9950_GO8_package at 10320

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.