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 5208 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-04-13T15:08:59+02:00 (9 years ago)
Author:
davestorkey
Message:

Merge in changes from trunk up to 5021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r4370 r5208  
    139139&namdyn_hpg    !   Hydrostatic pressure gradient option 
    140140!----------------------------------------------------------------------- 
     141   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
     142   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     143   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     144   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
     145   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme) 
     146   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
     147                                 !           centered      time scheme  (F) 
    141148/ 
    142149!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.