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/SHARED/namelist_ref – 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/SHARED/namelist_ref

    r5869 r5902  
    163163/ 
    164164!----------------------------------------------------------------------- 
    165 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
     165&namsplit      !   time splitting parameters                            ("ln_dynspg_ts=T") 
    166166!----------------------------------------------------------------------- 
    167167   ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
     
    817817!!   namdyn_vor    advection scheme 
    818818!!   namdyn_hpg    hydrostatic pressure gradient 
    819 !!   namdyn_spg    surface pressure gradient                            (CPP key only) 
     819!!   namdyn_spg    surface pressure gradient 
    820820!!   namdyn_ldf    lateral diffusion scheme 
    821821!!====================================================================== 
     
    865865/ 
    866866!----------------------------------------------------------------------- 
    867 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    868 !----------------------------------------------------------------------- 
    869 !                          !  explicit free surface                     ("key_dynspg_exp") 
    870 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    871  
     867&namdyn_spg    !   surface pressure gradient 
     868!----------------------------------------------------------------------- 
     869   ln_dynspg_exp  = .false.   !  explicit free surface 
     870   ln_dynspg_ts   = .true.    !  split-explicit free surface 
     871/ 
    872872!----------------------------------------------------------------------- 
    873873&namdyn_ldf    !   lateral diffusion on momentum 
Note: See TracChangeset for help on using the changeset viewer.