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 11601 for NEMO/trunk/cfgs – NEMO

Changeset 11601 for NEMO/trunk/cfgs


Ignore:
Timestamp:
2019-09-26T16:54:45+02:00 (5 years ago)
Author:
clem
Message:

correct the check on conservation for sea ice (does not impact sette tests)

File:
1 edited

Legend:

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

    r11536 r11601  
    234234&namdia         !   Diagnostics 
    235235!------------------------------------------------------------------------------ 
    236    ln_icediachk     = .false.         !  check online the heat, mass & salt budgets at each time step 
    237       !                               !     rate of ice spuriously gained/lost. For ex., rn_icechk=1. <=> 1mm/year, rn_icechk=0.1 <=> 1mm/10years                                    
    238       rn_icechk_cel =  1.             !     check at any gridcell           => stops the code if violated (and writes a file) 
    239       rn_icechk_glo =  0.1            !     check over the entire ice cover => only prints warnings 
     236   ln_icediachk     = .false.         !  check online heat, mass & salt budgets 
     237      !                               !   rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour 
     238      rn_icechk_cel =  100.           !     check at each gridcell          (1.e-4m/h)=> stops the code if violated (and writes a file) 
     239      rn_icechk_glo =  1.             !     check over the entire ice cover (1.e-6m/h)=> only prints warnings 
    240240   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    241241   ln_icectl        = .false.         !  ice points output for debug (T or F) 
Note: See TracChangeset for help on using the changeset viewer.