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 11692 for NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/cfgs/SPITZ12/EXPREF/namelist_ice_cfg – NEMO

Ignore:
Timestamp:
2019-10-12T16:08:18+02:00 (5 years ago)
Author:
francesca
Message:

Update branch to integrate the development starting from the current v4.01 ready trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/cfgs/SPITZ12/EXPREF/namelist_ice_cfg

    r11229 r11692  
    5050&namdyn_adv     !   Ice advection 
    5151!------------------------------------------------------------------------------ 
     52   ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
     53   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
     54      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    5255/ 
    5356!------------------------------------------------------------------------------ 
     
    8083&namthd_pnd     !   Melt ponds 
    8184!------------------------------------------------------------------------------ 
    82    ln_pnd_H12       = .true.          !  activate evolutive melt ponds (from Holland et al 2012) 
    83    ln_pnd_alb       = .true.          !  melt ponds affect albedo or not 
     85   ln_pnd           = .true.          !  activate melt ponds or not 
     86     ln_pnd_H12     = .true.          !  activate evolutive melt ponds (from Holland et al 2012) 
     87     ln_pnd_alb     = .true.          !  melt ponds affect albedo or not 
    8488/ 
    8589 
     
    102106&namdia         !   Diagnostics 
    103107!------------------------------------------------------------------------------ 
    104    ln_icediachk     = .true.         !  check online the heat, mass & salt budgets (T) or not (F) 
    105108/ 
Note: See TracChangeset for help on using the changeset viewer.