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

source: trunk/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R025.h90 @ 2528

Last change on this file since 2528 was 2528, checked in by rblod, 13 years ago

Update NEMOGCM from branch nemo_v3_3_beta

  • Property svn:keywords set to Id
File size: 6.9 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_ORCA_R025.h90  *** 
3   !!   Ocean Domain : 0.25 degrees resolution global ocean
4   !!                  (0RCA_R025 configuration)
5   !!---------------------------------------------------------------------
6   !!----------------------------------------------------------------------
7   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
8   !! $Id$
9   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
10   !!----------------------------------------------------------------------
11   CHARACTER (len=16)      &
12#if !defined key_agrif
13      , PARAMETER  &
14#endif
15      ::    & 
16      cp_cfg = "orca"           !: name of the configuration
17   INTEGER     &
18#if !defined key_agrif
19      , PARAMETER  &
20#endif
21      :: &
22      jp_cfg = 025  ,        &  !: resolution of the configuration (degrees)
23      ! Original data size
24      jpidta  = 1442,        &  !: first horizontal dimension > or = to jpi
25      jpjdta  = 1021,        &  !: second                     > or = to jpj
26#if key_orca_r025==75
27      jpkdta  = 75 ,         &  !: number of levels           > or = to jpk
28#else
29      jpkdta  = 46 ,         &  !: number of levels           > or = to jpk
30#endif
31      ! total domain matrix size
32      jpiglo  = jpidta,      &  !: first  dimension of global domain --> i
33      jpjglo  = jpjdta,      &  !: second dimension of global domain --> j
34      jpk     = jpkdta,      &  !: number of vertical levels
35      ! starting position of the zoom
36      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
37      jpjzoom =   1   ,      &  !: in data indices
38      ! Domain characteristics
39      jperio  =    4            !: lateral cond. type (between 0 and 6)
40
41   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
42   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
43   REAL,PARAMETER      ::  pp_not_used = 999999_wp , &
44      &                    pp_to_be_computed = 0._wp
45   !!
46   !! Coefficients associated with the horizontal coordinate system (jphgr_msh /= 0 )
47   !!
48   INTEGER, PARAMETER ::     & !
49      jphgr_msh = 0            !: type of horizontal mesh
50      !                        !  = 0 curvilinear coordinate on the sphere
51      !                        !      read in coordinate.nc file
52      !                        !  = 1 geographical mesh on the sphere
53      !                        !      with regular grid-spacing
54      !                        !  = 2 f-plane with regular grid-spacing
55      !                        !  = 3 beta-plane with regular grid-spacing
56      !                        !  = 4 Mercator grid with T/U point at the equator  with
57      !                        !      isotropic resolution (e1_deg)
58
59      !   ppglam0 , ppgphi0: coordinates of the lower leftmost T point of the grid.
60      !   The mercator grid starts only approximately at gphi0 because
61      !   of the constraint that the equator be a T point.
62   REAL(wp), PARAMETER ::       &  !
63      ppglam0  = pp_not_used,   &  !: longitude of first raw and column T-point (jphgr_msh = 1)
64      ppgphi0  = pp_not_used,   &  !: latitude  of first raw and column T-point (jphgr_msh = 1)
65      !                            !  latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
66      ppe1_deg = pp_not_used,   &  !: zonal      grid-spacing (degrees)
67      ppe2_deg = pp_not_used,   &  !: meridional grid-spacing (degrees)
68      !
69      ppe1_m   = pp_not_used,   &  !: zonal      grid-spacing (meters )
70      ppe2_m   = pp_not_used       !: meridional grid-spacing (meters )
71
72   !!  Coefficients associated with the vertical coordinate system
73
74#if key_orca_r025==75
75   REAL(wp), PARAMETER  ::       &
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.
85   !!
86   !!  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then
87   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
88   !!
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
127   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.