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 14060 for NEMO/trunk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2020-12-03T17:03:42+01:00 (4 years ago)
Author:
ayoung
Message:

Merging ticket #2480 into trunk. (Revised djc scheme and two new namelist variables)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r14056 r14060  
    10131013   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    10141014   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
     1015      ln_hpg_djc_vnh = .true.  !  hor.  bc type for djc scheme (T=von Neumann, F=linear extrapolation) 
     1016      ln_hpg_djc_vnv = .true.  !  vert. bc type for djc scheme (T=von Neumann, F=linear extrapolation) 
    10151017   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    10161018/ 
Note: See TracChangeset for help on using the changeset viewer.