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 13814 for NEMO/branches/2020/SI3-05_MP/src/ICE/ice.F90 – NEMO

Ignore:
Timestamp:
2020-11-18T18:09:48+01:00 (3 years ago)
Author:
vancop
Message:

Compiling version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/SI3-05_MP/src/ICE/ice.F90

    r13346 r13814  
    208208   !                                     !!** ice-ponds namelist (namthd_pnd) 
    209209   LOGICAL , PUBLIC ::   ln_pnd           !: Melt ponds (T) or not (F) 
    210    LOGICAL , PUBLIC ::   ln_pnd_LEV       !: Melt ponds scheme from Holland et al (2012), Flocco et al (2007, 2010) 
     210   LOGICAL , PUBLIC ::   ln_pnd_LEV       !: Simple "level-ice" melt pond scheme, hybrid CESM (Holland et al 2012) + lids and drainage 
    211211   REAL(wp), PUBLIC ::   rn_apnd_min      !: Minimum ice fraction that contributes to melt ponds 
    212212   REAL(wp), PUBLIC ::   rn_apnd_max      !: Maximum ice fraction that contributes to melt ponds 
     
    214214   REAL(wp), PUBLIC ::   rn_apnd          !: prescribed pond fraction (0<rn_apnd<1) 
    215215   REAL(wp), PUBLIC ::   rn_hpnd          !: prescribed pond depth    (0<rn_hpnd<1) 
     216   LOGICAL , PUBLIC ::   ln_pnd_TOPO      !: Topographic melt pond scheme (Flocco and Feltham, 2007) 
    216217   LOGICAL,  PUBLIC ::   ln_pnd_lids      !: Allow ponds to have frozen lids 
    217218   LOGICAL , PUBLIC ::   ln_pnd_alb       !: melt ponds affect albedo 
Note: See TracChangeset for help on using the changeset viewer.