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_ORCA_R05.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_ORCA_R05.h90

    r2287 r2379  
    131131      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer 
    132132      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk) 
     133   LOGICAL,  PARAMETER ::        & 
     134      &     ldbletanh = .FALSE.                   !: Use/do not use double tanf function for vertical coordinates 
     135   REAL(wp), PARAMETER ::        & 
     136      &     ppa2    = pp_not_used           ,  &  !: Double tanh function parameters 
     137      &     ppkth2  = pp_not_used           ,  &  !: 
     138      &     ppacr2  = pp_not_used                 !: 
    133139   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.