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 13746 for NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF/namelist_ice_cfg – NEMO

Ignore:
Timestamp:
2020-11-08T22:25:28+01:00 (3 years ago)
Author:
stefryn
Message:

update test case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF/namelist_ice_cfg

    r13574 r13746  
    4848&namdyn_rhg     !   Ice rheology 
    4949!------------------------------------------------------------------------------ 
    50    ln_rhg_EVP       = .true.          !  EVP rheology 
     50   ln_rhg_EVP       = .false.          !  EVP rheology 
    5151      ln_aEVP       = .false.          !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    5252      rn_creepl     =   2.0e-9        !     creep limit [1/s] 
     
    5555      rn_relast     =   0.333         !     ratio of elastic timescale to ice time step: Telast = dt_ice * rn_relast  
    5656                                      !        advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300) 
    57    ln_rhg_EAP       = .false.          !  EVP rheology 
     57   ln_rhg_EAP       = .true.          !  EAP rheology 
     58   nn_rhg_chkcvg    =   0             !  check convergence of rheology 
     59                                      !     = 0  no check 
     60                                      !     = 1  check at the main time step (output xml: uice_cvg) 
     61                                      !     = 2  check at both main and rheology time steps (additional output: ice_cvg.nc) 
     62                                      !          this option 2 asks a lot of communications between cpu 
    5863/ 
    5964!------------------------------------------------------------------------------ 
     
    96101!------------------------------------------------------------------------------ 
    97102   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    98    ln_iceini_file   = .true.         !  netcdf file provided for initialization (T) or not (F) 
     103   nn_iceini_file   =   1             !     0 = Initialise sea ice based on SSTs 
     104                                      !     1 = Initialise sea ice from single category netcdf file 
     105                                      !     2 = Initialise sea ice from multi category restart file 
    99106   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
    100107   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
Note: See TracChangeset for help on using the changeset viewer.