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 5965 for branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-01T16:35:30+01:00 (8 years ago)
Author:
timgraham
Message:

Upgraded branch to r5518 of trunk (v3.6 stable revision)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r4370 r5965  
    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.