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 11518 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2019-09-09T19:57:45+02:00 (5 years ago)
Author:
clem
Message:

add the final touch to the famous gaston's branch. More precisely, add the possibility to have melt ponds as input file when using bdy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SHARED/namelist_ice_ref

    r11513 r11518  
    177177&namthd_pnd     !   Melt ponds 
    178178!------------------------------------------------------------------------------ 
    179    ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
    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 
    183    ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
     179   ln_pnd           = .false.         !  activate melt ponds or not 
     180     ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
     181     ln_pnd_CST     = .false.         !  activate constant  melt ponds 
     182       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
     183       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
     184     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
    184185/ 
    185186!------------------------------------------------------------------------------ 
     
    207208   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
    208209   rn_hpd_ini_s     =   0.05          !        "            "             South 
    209    !        ! if ln_iceini_file=T 
     210   ! -- for ln_iceini_file = T 
    210211   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    211212   sn_hts = 'Ice_initialization'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     
    215216   sn_tsu = 'Ice_initialization'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    216217   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     218   !      melt ponds (be careful, sn_apd is the pond concentration (not fraction), so it differs from rn_apd) 
    217219   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    218220   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
Note: See TracChangeset for help on using the changeset viewer.