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 8142 for branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2017-06-06T09:39:43+02:00 (7 years ago)
Author:
vancop
Message:

Melt pond interfaces practically operational

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8065 r8142  
    4646!------------------------------------------------------------------------------ 
    4747                  ! -- limistate -- ! 
    48    ln_limini      = .false.         !  activate ice initialization (T) or not (F) 
     48   ln_limini      = .true.          !  activate ice initialization (T) or not (F) 
    4949   ln_limini_file = .false.         !  netcdf file provided for initialization (T) or not (F) 
    5050   rn_thres_sst   =  0.5            !  maximum water temperature with initial ice (degC) 
     
    169169!------------------------------------------------------------------------------ 
    170170                 ! -- limmp      -- ! 
    171    ln_pnd         = .true.          !  activate melt ponds 
    172    nn_pnd_scheme  = 1               !  type of melt pond scheme:   =0 prescribed ( Tsu>0 ), =1 empirical, =2 topographic 
    173    nn_pnd_cpl     = 3               !  type of melt pond coupling: =0 passive, =1 full, =2 radiation only, =3 freshwater only 
    174    rn_apnd        = 0.0             !  prescribed pond fraction (0<rn_apnd<1), only if nn_pnd_scheme = 0 
     171   ln_pnd         = .false.         !  active melt ponds 
     172   ln_pnd_rad     = .false.         !  active melt ponds radiative coupling 
     173   ln_pnd_fw      = .false.         !  active melt ponds freshwater coupling 
     174   nn_pnd_scheme  = 0               !  type of melt pond scheme  : =0 prescribed ( Tsu=0 ), =1 empirical, =2 topographic 
     175   rn_apnd        = 0.2             !  prescribed pond fraction, at Tsu=0  : (0<rn_apnd<1, nn_pnd_scheme = 0) 
     176   rn_hpnd        = 0.05            !  prescribed pond depth, at Tsu=0     : (0<rn_apnd<1, nn_pnd_scheme = 0) 
    175177/ 
    176178!------------------------------------------------------------------------------ 
     
    188190   rn_por_rdg     =   0.3           !     (ln_ridging = T) porosity of newly ridged ice (Lepparanta et al., 1995) 
    189191   rn_fsnowrdg    =   0.5           !     (ln_ridging = T) snow volume fraction that survives in ridging 
     192   rn_fpondrdg    =   1.0           !     (ln_ridging = T) pond fraction that survives in ridging (small a priori) 
    190193   ln_rafting     =   .true.        !  rafting activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    191194   rn_hraft       =   0.75          !     (ln_rafting = T) threshold thickness for rafting (m) 
    192195   rn_craft       =   5.0           !     (ln_rafting = T) squeezing coefficient used in the rafting function 
    193196   rn_fsnowrft    =   0.5           !     (ln_rafting = T) snow volume fraction that survives in rafting 
     197   rn_fpondrft    =   1.0           !     (ln_rafting = T) pond fraction that survives in rafting (0.5 a priori) 
    194198/ 
Note: See TracChangeset for help on using the changeset viewer.