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

Changeset 12743


Ignore:
Timestamp:
2020-04-12T15:01:53+02:00 (4 years ago)
Author:
clem
Message:

remove test on the ponds from namelist_ice_ref

File:
1 edited

Legend:

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

    r12742 r12743  
    178178&namthd_pnd     !   Melt ponds 
    179179!------------------------------------------------------------------------------ 
    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) 
     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) 
    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     = .true.         !  melt ponds affect albedo or not 
     189     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
    190190/ 
    191191!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.