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 3108 for branches/2011/dev_NOC_UKMO_MERGE/DOC – NEMO

Ignore:
Timestamp:
2011-11-15T12:55:23+01:00 (13 years ago)
Author:
acc
Message:

Branch dev_NOC_UKMO_MERGE #890. Changes to AMM reference configuration and suppression of unwanted pressure gradient options in dynhpg.F90

Location:
branches/2011/dev_NOC_UKMO_MERGE/DOC/TexFiles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NOC_UKMO_MERGE/DOC/TexFiles/Chapters/Chap_DYN.tex

    r3101 r3108  
    608608documented or tested.  
    609609 
    610 $\bullet$ Traditional coding (see for example \citet{Madec_al_JPO96}: (\np{ln\_dynhpg\_sco}=true,  
    611 \np{ln\_dynhpg\_hel}=true) 
     610$\bullet$ Traditional coding (see for example \citet{Madec_al_JPO96}: (\np{ln\_dynhpg\_sco}=true) 
    612611\begin{equation} \label{Eq_dynhpg_sco} 
    613612\left\{ \begin{aligned} 
     
    622621\eqref{Eq_dynhpg_zco_surf} - \eqref{Eq_dynhpg_zco}, and $z_T$ is the depth of  
    623622the $T$-point evaluated from the sum of the vertical scale factors at the $w$-point  
    624 ($e_{3w}$). The version \np{ln\_dynhpg\_hel}=true has been added by Aike  
    625 Beckmann and involves a redefinition of the relative position of $T$-points relative  
    626 to $w$-points.  
    627  
    628 $\bullet$ Weighted density Jacobian (WDJ) \citep{Song1998} (\np{ln\_dynhpg\_wdj}=true) 
     623($e_{3w}$).  
    629624 
    630625$\bullet$ Density Jacobian with cubic polynomial scheme (DJC) \citep{Shchepetkin_McWilliams_OM05}  
    631626(\np{ln\_dynhpg\_djc}=true) 
    632  
    633 $\bullet$ Rotated axes scheme (rot) \citep{Thiem_Berntsen_OM06} (\np{ln\_dynhpg\_rot}=true) 
    634627 
    635628$\bullet$ Pressure Jacobian scheme (prj) \citep{Thiem_Berntsen_OM06} (\np{ln\_dynhpg\_prj}=true) 
  • branches/2011/dev_NOC_UKMO_MERGE/DOC/TexFiles/Namelist/namdyn_hpg

    r3101 r3108  
    55   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    66   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) 
    97   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    10    ln_hpg_rot  = .false.   !  s-coordinate (ROTated axes scheme) 
    118   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    12    rn_gamma    = 0.e0      !  weighting coefficient (wdj scheme) 
    139   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    1410                                 !           centered      time scheme  (F) 
Note: See TracChangeset for help on using the changeset viewer.