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 12065 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/cfgs/SPITZ12/EXPREF/namelist_ice_cfg – NEMO

Ignore:
Timestamp:
2019-12-05T12:06:36+01:00 (4 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@12055 (ticket #2194)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/cfgs/SPITZ12/EXPREF/namelist_ice_cfg

    r10535 r12065  
    3535&namdyn         !   Ice dynamics 
    3636!------------------------------------------------------------------------------ 
     37   ln_landfast_L16  = .true.          !  landfast: parameterization from Lemieux 2016 
    3738/ 
    3839!------------------------------------------------------------------------------ 
     
    4748&namdyn_adv     !   Ice advection 
    4849!------------------------------------------------------------------------------ 
     50   ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
     51   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
     52      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    4953/ 
    5054!------------------------------------------------------------------------------ 
     
    6771&namthd_do      !   Ice growth in open water 
    6872!------------------------------------------------------------------------------ 
    69    rn_hinew         =   0.02          !  thickness for new ice formation in open water (m), must be larger than rn_hnewice 
     73   rn_hinew         =   0.02          !  thickness for new ice formation in open water (m), must be larger than rn_himin 
    7074   ln_frazil        = .true.          !  Frazil ice parameterization (ice collection as a function of wind) 
    7175/ 
     
    7781&namthd_pnd     !   Melt ponds 
    7882!------------------------------------------------------------------------------ 
    79    ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
    80    ln_pnd_CST       = .false.         !  activate constant melt ponds 
    81    ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
     83   ln_pnd           = .true.          !  activate melt ponds or not 
     84     ln_pnd_H12     = .true.          !  activate evolutive melt ponds (from Holland et al 2012) 
     85     ln_pnd_alb     = .true.          !  melt ponds affect albedo or not 
    8286/ 
    8387 
Note: See TracChangeset for help on using the changeset viewer.