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

Ignore:
Timestamp:
2020-04-29T17:15:15+02:00 (4 years ago)
Author:
clem
Message:

forgotten files from previous commit

File:
1 edited

Legend:

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

    r12743 r12832  
    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) 
    182        ln_pnd_lids  = .true.          !  ponds with frozen lids 
    183        ln_pnd_flush = .true.          !  ponds flushing trhu the ice   
    184        rn_apnd_min  =   0.15          !  minimum ice fraction that contributes to melt pond. range: 0.0 -- 0.15 ?? 
    185        rn_apnd_max  =   0.85          !  maximum ice fraction that contributes to melt pond. range: 0.7 -- 0.85 ?? 
    186      ln_pnd_CST     = .false.         !  activate constant  melt ponds 
    187        rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
    188        rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
    189      ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
     180   ln_pnd            = .false.        !  activate melt ponds or not 
     181      ln_pnd_LEV     = .false.        !  level ice melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 
     182         rn_apnd_min =   0.15         !     minimum ice fraction that contributes to melt pond. range: 0.0 -- 0.15 ?? 
     183         rn_apnd_max =   0.85         !     maximum ice fraction that contributes to melt pond. range: 0.7 -- 0.85 ?? 
     184      ln_pnd_CST     = .false.        !  constant  melt ponds 
     185         rn_apnd     =   0.2          !     prescribed pond fraction, at Tsu=0 degC 
     186         rn_hpnd     =   0.05         !     prescribed pond depth,    at Tsu=0 degC 
     187      ln_pnd_lids    = .true.         !  frozen lids on top of the ponds (only for ln_pnd_LEV) 
     188      ln_pnd_alb     = .true.         !  effect of melt ponds on ice albedo 
    190189/ 
    191190!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.