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 13958 – NEMO

Changeset 13958


Ignore:
Timestamp:
2020-12-01T23:07:39+01:00 (3 years ago)
Author:
clem
Message:

more restrictive parameters for ice conservation. It should still pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/SI3_martin_ponds/cfgs/SHARED/namelist_ice_ref

    r13908 r13958  
    197197      ln_pnd_TOPO    = .false.        !  topographic melt ponds 
    198198      ln_pnd_LEV     = .true.         !  level ice melt ponds 
    199       rn_apnd_min =   0.15            !     minimum meltwater fraction contributing to pond growth (TOPO and LEV) 
    200       rn_apnd_max =   0.85            !     maximum meltwater fraction contributing to pond growth (TOPO and LEV) 
    201       rn_pnd_flush=   0.1             !     pond flushing efficiency (tuning parameter) (LEV) 
     199         rn_apnd_min =   0.15         !     minimum meltwater fraction contributing to pond growth (TOPO and LEV) 
     200         rn_apnd_max =   0.85         !     maximum meltwater fraction contributing to pond growth (TOPO and LEV) 
     201         rn_pnd_flush=   0.01         !     pond flushing efficiency (tuning parameter) (LEV) 
    202202      ln_pnd_CST     = .false.        !  constant  melt ponds 
    203203         rn_apnd     =   0.2          !     prescribed pond fraction, at Tsu=0 degC 
     
    261261&namdia         !   Diagnostics 
    262262!------------------------------------------------------------------------------ 
    263    ln_icediachk     = .false.         !  check online heat, mass & salt budgets 
     263   ln_icediachk     = .false.          !  check online heat, mass & salt budgets 
    264264      !                               !   rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour 
    265       rn_icechk_cel =  100.           !     check at each gridcell          (1.e-4m/h)=> stops the code if violated (and writes a file) 
    266       rn_icechk_glo =  1.             !     check over the entire ice cover (1.e-6m/h)=> only prints warnings 
     265      rn_icechk_cel =  1.             !     check at each gridcell          (1.e-06m/h)=> stops the code if violated (and writes a file) 
     266      rn_icechk_glo =  1.e-04         !     check over the entire ice cover (1.e-10m/h)=> only prints warnings 
    267267   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    268268   ln_icectl        = .false.         !  ice points output for debug (T or F) 
Note: See TracChangeset for help on using the changeset viewer.