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 2391 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/par_oce.F90 – NEMO

Ignore:
Timestamp:
2010-11-15T21:54:05+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: correct ORCA1 support to compile without a predefined config. (ticket #758)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/par_oce.F90

    r2380 r2391  
    164164   REAL(wp), PUBLIC, PARAMETER ::   ppdzmin = 10._wp     !: Minimum vertical spacing 
    165165   REAL(wp), PUBLIC, PARAMETER ::   pphmax  = 5000._wp   !: Maximum depth 
    166  
     166   ! 
     167   LOGICAL , PUBLIC, PARAMETER ::   ldbletanh = .TRUE.   !: Use/do not use double tanf function for vertical coordinates 
     168   REAL(wp), PUBLIC, PARAMETER ::   ppa2  =   100.760928500000_wp   !: Double tanh function parameters 
     169   REAL(wp), PUBLIC, PARAMETER ::   ppkth2=    48.029893720000_wp   !: 
     170   REAL(wp), PUBLIC, PARAMETER ::   ppacr2=    13.000000000000_wp   !: 
     171   ! 
    167172#endif 
    168173 
Note: See TracChangeset for help on using the changeset viewer.