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 13927 for NEMO/branches – NEMO

Changeset 13927 for NEMO/branches


Ignore:
Timestamp:
2020-11-30T17:10:06+01:00 (3 years ago)
Author:
ayoung
Message:

Added namelist options for djc bc type selection. See ticket #2480.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13723_KERNEL-01_Amy_Mike_newHPGschemes/cfgs/SHARED/namelist_ref

    r13910 r13927  
    997997   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    998998   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
     999      ln_hpg_djc_vnh = .true.  !  hor.  bc type for djc scheme (T=von Neumann, F=linear extrapolation) 
     1000      ln_hpg_djc_vnv = .true.  !  vert. bc type for djc scheme (T=von Neumann, F=linear extrapolation) 
    9991001   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    10001002/ 
Note: See TracChangeset for help on using the changeset viewer.