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 2379 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/par_POMME_R025.h90 – NEMO

Ignore:
Timestamp:
2010-11-12T15:51:18+01:00 (13 years ago)
Author:
acc
Message:

nemo_v3_3beta. First stage of adding ORCA1 support. See ticket #758. Added optional double tanh function for vertical grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/par_POMME_R025.h90

    r2287 r2379  
    9797      &     ppdzmin = 6._wp           ,  &  !: (meters) vertical thickness of the top layer 
    9898      &     pphmax  = 5750._wp              !: (meters) Maximum depth of the ocean gdepw(jpk) 
     99   LOGICAL,  PARAMETER ::        & 
     100      &     ldbletanh = .FALSE.             !: Use/do not use double tanf function for vertical coordinates 
     101   REAL(wp), PARAMETER ::        & 
     102      &     ppa2    = pp_not_used     ,  &  !: Double tanh function parameters 
     103      &     ppkth2  = pp_not_used     ,  &  !: 
     104      &     ppacr2  = pp_not_used           !: 
    99105   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.