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_R1.h90 in branches/2013/dev_r3987_UKMO6_C1D/NEMOGCM/NEMO/OPA_SRC – NEMO

source: branches/2013/dev_r3987_UKMO6_C1D/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R1.h90 @ 4144

Last change on this file since 4144 was 4144, checked in by rfurner, 10 years ago

Commit for 2013 changes; see #1085

File size: 7.7 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_ORCA_R1.h90  *** 
3   !!   Ocean Domain : 1 degrees resolution global ocean
4   !!                  (0RCA_R1 configuration)
5   !!---------------------------------------------------------------------
6   !!----------------------------------------------------------------------
7   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
8   !! $Id: par_ORCA_R1.h90 2379 2010-11-12 14:51:18Z acc $
9   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
10   !! Andrew Coward, 12/11/2010.
11   !! Parameters appropriate to ORCA1
12   !! Use: key_orca_r1=75 to set 75 levels
13   !!----------------------------------------------------------------------
14   CHARACTER (len=16)         &
15#if !defined key_agrif
16      , PARAMETER             &
17#endif
18      ::                      & 
19      cp_cfg  =  "orca"          !: Name of the configuration
20   INTEGER                    &
21#if !defined key_agrif
22      , PARAMETER             &
23#endif
24      ::                      &
25      jp_cfg  =  1     ,      &  !: Resolution of the configuration (degrees)
26
27      ! Data domain size         !!! *  Size of all input files  *
28      jpidta  =  362   ,      &  !: 1st lateral dimension ( >= jpiglo )
29      jpjdta  =  292   ,      &  !: 2nd lateral dimension ( >= jpjglo )
30#if key_orca_r1==75
31      jpkdta  =  75    ,      &  !: Number of levels      ( >= jpk    )
32#else
33      jpkdta  =  46    ,      &  !: Number of levels      ( >= jpk    )
34#endif
35
36#if defined key_c1d
37      ! Zoom domain size         !!! *  C1D zoom  *
38      jpiglo  =  3     ,      &  !: 1st dimension of global domain --> i
39      jpjglo  =  3     ,      &  !: 2nd dimension of global domain --> j
40      ! Domain characteristics
41      jperio  =  0               !: Lateral cond. type (between 0 and 6)
42
43   INTEGER                    &
44      ::                      &
45      ! Starting position of the zoom
46      jpizoom =  1     ,      &  !: Left bottom (i,j) indices of the zoom
47      jpjzoom =  1               !: in data domain indices
48#else
49      ! Global domain size       !!! *  Global domain  *
50      jpiglo  =  jpidta,      &  !: 1st dimension of global domain --> i
51      jpjglo  =  jpjdta,      &  !: 2nd dimension of global domain --> j
52      ! Starting position of the zoom
53      jpizoom =  1     ,      &  !: Left bottom (i,j) indices of the zoom
54      jpjzoom =  1     ,      &  !: in data domain indices
55      ! Domain characteristics
56      jperio  =  6               !: Lateral cond. type (between 0 and 6)
57#endif
58
59
60   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
61   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
62
63   REAL(wp), PARAMETER ::              &
64      pp_not_used       = 999999._wp , &  !:
65      pp_to_be_computed = 0._wp           !:
66
67
68   !! Coefficients associated with the horizontal coordinate system
69
70   INTEGER, PARAMETER  ::     &
71      jphgr_msh = 0              !: type of horizontal mesh
72      !                          !: = 0 curvilinear coordinate on the sphere
73      !                          !:     read in coordinate.nc file
74      !                          !: = 1 geographical mesh on the sphere
75      !                          !:     with regular grid-spacing
76      !                          !: = 2 f-plane with regular grid-spacing
77      !                          !: = 3 beta-plane with regular grid-spacing
78      !                          !: = 4 Mercator grid with T/U point at the equator  with
79      !                          !:     isotropic resolution (e1_deg)
80
81      !   ppglam0 , ppgphi0: coordinates of the lower leftmost T point of the grid.
82      !   The mercator grid starts only approximately at gphi0 because
83      !   of the constraint that the equator be a T point.
84
85   REAL(wp), PARAMETER ::     &
86      ppglam0  = pp_not_used, &  !: longitude of first raw and column T-point   (jphgr_msh = 1)
87      ppgphi0  = pp_not_used, &  !: latitude  of first raw and column T-point   (jphgr_msh = 1)
88      !                          !: latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
89      ppe1_deg = pp_not_used, &  !: zonal      grid-spacing (degrees)
90      ppe2_deg = pp_not_used, &  !: meridional grid-spacing (degrees)
91      !
92      ppe1_m   = pp_not_used, &  !: zonal      grid-spacing (meters )
93      ppe2_m   = pp_not_used     !: meridional grid-spacing (meters )
94
95
96   !!  Coefficients associated with the vertical coordinate system
97
98#if key_orca_r1==75
99   REAL(wp), PARAMETER  ::                     &
100      &     ppsur =   -3958.951371276829_wp ,  &  !: ORCA r1 coefficients
101      &     ppa0  =   103.9530096000000_wp  ,  &  !: (75 levels case)
102      &     ppa1  =   2.415951269000000_wp  ,  &  !:
103      &     ppkth =   15.35101370000000_wp  ,  &  !: (non dimensional): gives the approximate
104      !                                           !: layer number above which  stretching will
105      !                                           !: be maximum. Usually of order jpk/2.
106      &     ppacr =   7.00000000000_wp            !: (non dimensional): stretching factor
107      !                                           !: for the grid. The higher zacr, the smaller
108      !                                           !: the stretching.
109
110      !  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then
111      !  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
112
113   REAL(wp), PARAMETER ::                      &
114      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer
115      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk)
116   LOGICAL,  PARAMETER ::                      &
117      &     ldbletanh = .TRUE.                    !: Use/do not use double tanf function for vertical coordinates
118   REAL(wp), PARAMETER ::                      &
119      &     ppa2    = 100.7609285000000_wp  ,  &  !: Double tanh function parameters
120      &     ppkth2  = 48.02989372000000_wp  ,  &  !:
121      &     ppacr2  = 13.00000000000_wp           !:
122#else
123   REAL(wp), PARAMETER  ::                     &
124      &     ppsur =   pp_to_be_computed     ,  &  !: Computed in domzgr, set ppdzmin and pphmax below
125      &     ppa0  =   pp_to_be_computed     ,  &  !:    "           "
126      &     ppa1  =   pp_to_be_computed     ,  &  !:    "           "
127      &     ppkth =   23.563_wp             ,  &  !: (non dimensional): gives the approximate
128      !                                           !: layer number above which  stretching will
129      !                                           !: be maximum. Usually of order jpk/2.
130      &     ppacr =   9.00000000000_wp            !: (non dimensional): stretching factor
131      !                                           !: for the grid. The higher zacr, the smaller
132      !                                           !: the stretching.
133
134      !  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then
135      !  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
136
137   REAL(wp), PARAMETER ::                      &
138      &     ppdzmin = 6._wp                 ,  &  !: (meters) vertical thickness of the top layer
139      &     pphmax  = 5750._wp                    !: (meters) Maximum depth of the ocean gdepw(jpk)
140   LOGICAL,  PARAMETER ::                      &
141      &     ldbletanh = .FALSE.                   !: Use/do not use double tanf function for vertical coordinates
142   REAL(wp), PARAMETER ::                      &
143      &     ppa2    = pp_not_used           ,  &  !: Double tanh function parameters
144      &     ppkth2  = pp_not_used           ,  &  !:
145      &     ppacr2  = pp_not_used                 !:
146#endif
147   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.