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

Ignore:
Timestamp:
2020-04-12T14:46:30+02:00 (4 years ago)
Author:
clem
Message:

all sette tests passed

File:
1 edited

Legend:

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

    r12741 r12742  
    178178&namthd_pnd     !   Melt ponds 
    179179!------------------------------------------------------------------------------ 
    180    ln_pnd           = .false.         !  activate melt ponds or not 
    181      ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 
     180   ln_pnd           = .true.         !  activate melt ponds or not 
     181     ln_pnd_H12     = .true.         !  activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 
    182182       ln_pnd_lids  = .true.          !  ponds with frozen lids 
    183183       ln_pnd_flush = .true.          !  ponds flushing trhu the ice   
     
    187187       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
    188188       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
    189      ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
     189     ln_pnd_alb     = .true.         !  melt ponds affect albedo or not 
    190190/ 
    191191!------------------------------------------------------------------------------ 
     
    252252      iiceprt       =  10             !     i-index for debug 
    253253      jiceprt       =  10             !     j-index for debug 
    254    ln_icediacvg     = .false.         !  check convergence of ice rheology (outputs: file ice_cvg.nc & variable uice_cvg) 
    255 / 
     254/ 
Note: See TracChangeset for help on using the changeset viewer.