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.
namdyn_rhg in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namdyn_rhg @ 13999

Last change on this file since 13999 was 13999, checked in by acc, 3 years ago

Reintegrated developments from dev_r13787_SI3-10_EAP branch.

  • Property svn:mime-type set to text/x-fortran
File size: 989 bytes
Line 
1!------------------------------------------------------------------------------
2&namdyn_rhg     !   Ice rheology
3!------------------------------------------------------------------------------
4   ln_rhg_EVP       = .true.          !  EVP rheology
5   ln_rhg_EAP       = .false.          !  EAP rheology
6      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017)
7      rn_creepl     =   2.0e-9        !     creep limit [1/s]
8      rn_ecc        =   2.0           !     eccentricity of the elliptical yield curve         
9      nn_nevp       = 120             !     number of EVP subcycles                             
10      rn_relast     =   0.333         !     ratio of elastic timescale to ice time step: Telast = dt_ice * rn_relast
11                                      !        advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300)
12   ln_rhg_chkcvg    = .false.         !  check convergence of rheology (outputs: file ice_cvg.nc & variable uice_cvg)
13/
Note: See TracBrowser for help on using the repository browser.