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 1225 for trunk/DOC/TexFiles/Namelist/nam_dynhpg – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/nam_dynhpg

    r707 r1225  
    11!----------------------------------------------------------------------- 
    2 &nam_dynhpg   !   Hydrostatic pressure gradient option 
     2&nam_dynhpg    !   Hydrostatic pressure gradient option 
    33!----------------------------------------------------------------------- 
    4    ln_hpg_zco = .false.       !  z-coordinate - full steps                    
    5    ln_hpg_zps = .true.        !  z-coordinate - partial steps (interpolation) 
    6    ln_hpg_sco = .false.       !  s-coordinate (standard jacobian formulation) 
    7    ln_hpg_hel = .false.       !  s-coordinate (helsinki modification) 
    8    ln_hpg_wdj = .false.       !  s-coordinate (weighted density jacobian) 
    9    ln_hpg_djc = .false.       !  s-coordinate (Density Jacobian with Cubic polynomial) 
    10    ln_hpg_rot = .false.       !  s-coordinate (ROTated axes scheme) 
    11    gamm       = 0.e0          !  weighting coefficient (wdj scheme) 
     4   ln_hpg_zco  = .false.   !  z-coordinate - full steps                    
     5   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
     6   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     7   ln_hpg_hel  = .false.   !  s-coordinate (helsinki modification) 
     8   ln_hpg_wdj  = .false.   !  s-coordinate (weighted density jacobian) 
     9   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
     10   ln_hpg_rot  = .false.   !  s-coordinate (ROTated axes scheme) 
     11   gamm        = 0.e0      !  weighting coefficient (wdj scheme) 
    1212/ 
Note: See TracChangeset for help on using the changeset viewer.