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 5902 for branches/2015/dev_r5847_MERCATOR9_solveur_simplification/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-11-20T10:58:48+01:00 (8 years ago)
Author:
jchanut
Message:

Free surface simplification #1620. Step 3: Step readibility, suppress cpp key_dynspg_xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5847_MERCATOR9_solveur_simplification/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r5868 r5902  
    6464/ 
    6565!----------------------------------------------------------------------- 
    66 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
     66&namsplit      !   time splitting parameters                            ("ln_dynspg_ts=T") 
    6767!----------------------------------------------------------------------- 
    6868/ 
     
    261261/ 
    262262!----------------------------------------------------------------------- 
    263 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    264 !----------------------------------------------------------------------- 
     263&namdyn_spg    !   surface pressure gradient 
     264!----------------------------------------------------------------------- 
     265   ln_dynspg_exp  = .false.   !  explicit free surface 
     266   ln_dynspg_ts   = .false.   !  split-explicit free surface 
     267/ 
    265268!----------------------------------------------------------------------- 
    266269&namdyn_ldf    !   lateral diffusion on momentum 
Note: See TracChangeset for help on using the changeset viewer.