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 11612 for NEMO/trunk/cfgs/SPITZ12/EXPREF – NEMO

Ignore:
Timestamp:
2019-09-29T10:55:44+02:00 (5 years ago)
Author:
clem
Message:

make Prather the default advection scheme for ice simulations and drastically reduce the number of communications in Prather routine (by a factor of 10)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SPITZ12/EXPREF/namelist_ice_cfg

    r11548 r11612  
    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!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.