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 5782 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-10-08T15:51:36+02:00 (9 years ago)
Author:
cetlod
Message:

Final step of improvements/simplifications of ADV & LDF momentum trends. The branch is now phased with the trunk at revision 5721 and is ready to be used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5778 r5782  
    208208!----------------------------------------------------------------------- 
    209209   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    210    ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
     210   ln_hpg_zps  = .false.    !  z-coordinate - partial steps (interpolation) 
    211211   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    212212   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    213    ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
     213   ln_hpg_prj  = .true.   !  s-coordinate (Pressure Jacobian scheme) 
    214214   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    215215                                 !           centered      time scheme  (F) 
Note: See TracChangeset for help on using the changeset viewer.