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 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R025.h90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R025.h90

    • Property svn:eol-style deleted
    r1528 r2528  
    55   !!--------------------------------------------------------------------- 
    66   !!---------------------------------------------------------------------- 
    7    !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     7   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    88   !! $Id$  
    9    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     9   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    1010   !!---------------------------------------------------------------------- 
    1111   CHARACTER (len=16)      & 
     
    2424      jpidta  = 1442,        &  !: first horizontal dimension > or = to jpi 
    2525      jpjdta  = 1021,        &  !: second                     > or = to jpj 
     26#if key_orca_r025==75 
     27      jpkdta  = 75 ,         &  !: number of levels           > or = to jpk 
     28#else 
    2629      jpkdta  = 46 ,         &  !: number of levels           > or = to jpk 
     30#endif 
    2731      ! total domain matrix size 
    2832      jpiglo  = jpidta,      &  !: first  dimension of global domain --> i 
     
    6872   !!  Coefficients associated with the vertical coordinate system 
    6973 
     74#if key_orca_r025==75 
    7075   REAL(wp), PARAMETER  ::       & 
    71       &     ppsur = pp_to_be_computed ,  &  !: Computed in domzgr, set ppdzmin and pphmax below 
    72       &     ppa0  = pp_to_be_computed ,  &  !:    "           " 
    73       &     ppa1  = pp_to_be_computed ,  &  !:    "           " 
    74       ! 
    75       &     ppkth =  23.563_wp        ,  &  !: (non dimensional): gives the approximate 
    76       !                                     !: layer number above which  stretching will 
    77       !                                     !: be maximum. Usually of order jpk/2. 
    78       &     ppacr =    9.00000000000_wp     !: (non dimensional): stretching factor 
    79       !                                     !: for the grid. The highest zacr, the smallest 
    80       !                                     !: the stretching. 
    81  
     76      &     ppsur =  -3958.951371276829_wp  ,  &  !: ORCA r025 coefficients 
     77      &     ppa0  =   103.9530096000000_wp  ,  &  !: (75 levels case) 
     78      &     ppa1  =   2.415951269000000_wp  ,  &  !: 
     79      &     ppkth =   15.35101370000000_wp  ,  &  !: (non dimensional): gives the approximate 
     80      !                                           !: layer number above which  stretching will 
     81      !                                           !: be maximum. Usually of order jpk/2. 
     82      &     ppacr =       7.00000000000_wp        !: (non dimensional): stretching factor 
     83      !                                           !: for the grid. The higher zacr, the smaller 
     84      !                                           !: the stretching. 
    8285   !! 
    83    !!  If both ppa0 ppa1 and ppsur are specified to 0, then 
     86   !!  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then 
    8487   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr 
    8588   !! 
    86    REAL(wp), PARAMETER ::        & 
    87       &     ppdzmin = 6._wp           ,  &  !: (meters) vertical thickness of the top layer 
    88       &     pphmax  = 5750._wp              !: (meters) Maximum depth of the ocean gdepw(jpk) 
     89   REAL(wp), PARAMETER ::                      & 
     90      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer 
     91      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk) 
     92   !! 
     93   LOGICAL,  PARAMETER ::                      & 
     94      &     ldbletanh = .TRUE.                    !: Use/do not use double tanf function for vertical coordinates 
     95   REAL(wp), PARAMETER ::                      & 
     96      &     ppa2  =   100.7609285000000_wp  ,  &  !: Double tanh function parameters 
     97      &     ppkth2=   48.02989372000000_wp  ,  &  !: 
     98      &     ppacr2=    13.00000000000_wp          !: 
     99      ! 
     100#else 
     101   REAL(wp), PARAMETER  ::       & 
     102      &     ppsur = pp_to_be_computed ,        &  !: Computed in domzgr, set ppdzmin and pphmax below 
     103      &     ppa0  = pp_to_be_computed ,        &  !:    "           " 
     104      &     ppa1  = pp_to_be_computed ,        &  !:    "           " 
     105      ! 
     106      &     ppkth =  23.563_wp        ,        &  !: (non dimensional): gives the approximate 
     107      !                                           !: layer number above which  stretching will 
     108      !                                           !: be maximum. Usually of order jpk/2. 
     109      &     ppacr =   9.00000000000_wp            !: (non dimensional): stretching factor 
     110      !                                           !: for the grid. The highest zacr, the smallest 
     111      !                                           !: the stretching. 
     112   !! 
     113   !!  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then 
     114   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr 
     115   !! 
     116   REAL(wp), PARAMETER ::                      & 
     117      &     ppdzmin = 6._wp           ,        &  !: (meters) vertical thickness of the top layer 
     118      &     pphmax  = 5750._wp                    !: (meters) Maximum depth of the ocean gdepw(jpk) 
     119   !! 
     120   LOGICAL,  PARAMETER ::                      & 
     121      &     ldbletanh = .FALSE.                   !: Use/do not use double tanf function for vertical coordinates 
     122   REAL(wp), PARAMETER ::                      & 
     123      &     ppa2    = pp_not_used           ,  &  !: Double tanh function parameters 
     124      &     ppkth2  = pp_not_used           ,  &  !: 
     125      &     ppacr2  = pp_not_used                 !: 
     126#endif 
    89127   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.