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 10532 for NEMO/trunk/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2019-01-16T14:39:38+01:00 (5 years ago)
Author:
clem
Message:

remove ln_pnd_fwb from the ice code

File:
1 edited

Legend:

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

    r10531 r10532  
    2525   nlay_i           =   2             !  number of ice  layers 
    2626   nlay_s           =   1             !  number of snow layers (only 1 is working) 
    27    ln_virtual_itd   =   .FALSE.       !  virtual ITD mono-category parameterization (jpl=1 only) 
     27   ln_virtual_itd   =   .false.       !  virtual ITD mono-category parameterization (jpl=1 only) 
    2828                                      !     i.e. enhanced thermal conductivity & virtual thin ice melting 
    2929   ln_icedyn        = .true.          !  ice dynamics (T) or not (F) 
     
    165165                                      !     1: constant ice salinity (S=rn_icesal) 
    166166                                      !     2: varying salinity parameterization S(z,t) 
    167                                       !     3: prescribed salinity profile S(z), Schwarzacher, 1959 
     167                                      !     3: prescribed salinity profile S(z) (Schwarzacher 1959) 
    168168   rn_icesal        =   4.            !      (nn_icesal=1) ice salinity (g/kg) 
    169169   rn_sal_gd        =   5.            !      (nn_icesal=2) restoring ice salinity, gravity drainage (g/kg) 
     
    178178!------------------------------------------------------------------------------ 
    179179   ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
    180       ln_pnd_fwb    = .false.         !     melt ponds store freshwater or not 
    181    ln_pnd_CST       = .false.         !  activate constant melt ponds 
    182       rn_apnd       =   0.2           !     prescribed pond fraction, at Tsu=0 
    183       rn_hpnd       =   0.05          !     prescribed pond depth, at Tsu=0 
     180   ln_pnd_CST       = .false.         !  activate constant  melt ponds 
     181      rn_apnd       =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
     182      rn_hpnd       =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
    184183   ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
    185184/ 
Note: See TracChangeset for help on using the changeset viewer.