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.
Changeset 9801 – NEMO

Changeset 9801


Ignore:
Timestamp:
2018-06-14T15:15:51+02:00 (6 years ago)
Author:
clem
Message:

put aEVP rheology as default for all simulations running with sea ice. This rheology has been proven to be more realistic than regular EVP and more stable.

Location:
NEMO/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ice_ref

    r9684 r9801  
    9292!------------------------------------------------------------------------------ 
    9393   ln_rhg_EVP       = .true.          !  EVP rheology 
    94       ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
     94      ln_aEVP       = .true.          !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    9595      rn_creepl     =   2.0e-9        !     creep limit [1/s] 
    9696      rn_ecc        =   2.0           !     eccentricity of the elliptical yield curve           
  • NEMO/trunk/cfgs/SPITZ12/EXPREF/namelist_ice_cfg

    r9657 r9801  
    4444&namdyn_rhg     !   Ice rheology 
    4545!------------------------------------------------------------------------------ 
    46    ln_rhg_EVP       = .true.          !  EVP rheology 
    47       ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    4846/ 
    4947!------------------------------------------------------------------------------ 
  • NEMO/trunk/tests/ICEDYN/EXPREF/1_namelist_ice_cfg

    r9660 r9801  
    4646&namdyn_rhg     !   Ice rheology 
    4747!------------------------------------------------------------------------------ 
     48      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    4849/ 
    4950!------------------------------------------------------------------------------ 
  • NEMO/trunk/tests/ICEDYN/EXPREF/namelist_ice_cfg

    r9743 r9801  
    4646&namdyn_rhg     !   Ice rheology 
    4747!------------------------------------------------------------------------------ 
     48      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    4849/ 
    4950!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.