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 12741 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2020-04-12T12:15:05+02:00 (4 years ago)
Author:
clem
Message:

introduce a convergence test for rheology. Needed for the upcoming implementation of new rheologies and to compare EVP with aEVP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref

    r12734 r12741  
    9797      rn_relast     =   0.333         !     ratio of elastic timescale to ice time step: Telast = dt_ice * rn_relast  
    9898                                      !        advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300) 
     99   ln_rhg_chkcvg    = .false.         !  check convergence of rheology (outputs: file ice_cvg.nc & variable uice_cvg) 
    99100/ 
    100101!------------------------------------------------------------------------------ 
     
    249250   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    250251   ln_icectl        = .false.         !  ice points output for debug (T or F) 
    251    iiceprt          =  10             !  i-index for debug 
    252    jiceprt          =  10             !  j-index for debug 
    253 / 
     252      iiceprt       =  10             !     i-index for debug 
     253      jiceprt       =  10             !     j-index for debug 
     254   ln_icediacvg     = .false.         !  check convergence of ice rheology (outputs: file ice_cvg.nc & variable uice_cvg) 
     255/ 
Note: See TracChangeset for help on using the changeset viewer.