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

source: branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R2.h90 @ 4064

Last change on this file since 4064 was 4029, checked in by cetlod, 11 years ago

Branch 2013/dev_r3940_CNRS4_IOCRS : minor improvments

  • Property svn:keywords set to Id
File size: 7.7 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_ORCA_R2.h90  *** 
3   !!   Ocean Domain : 2 degrees resolution global ocean
4   !!                  (0RCA_R2 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 = 2,            &  !: resolution of the configuration (degrees)
23
24      ! data size              !!! * size of all input files *
25      jpidta  = 182,         &  !: 1st lateral dimension ( >= jpiglo )
26      jpjdta  = 149,         &  !: 2nd    "       "      ( >= jpjglo )
27      jpkdta  = 31              !: number of levels      ( >= jpk    )
28
29#if defined key_antarctic
30      ! zoom domain size       !!! *  antarctic zoom  *
31   INTEGER  ::   &
32      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i
33      jpjglo  = 50,          &  !: 2nd    "                  "    --> j
34      ! zoom starting position
35      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
36      jpjzoom =   1   ,      &  !: in data domain indices
37      ! Domain characteristics
38      jperio  =   1             !: lateral cond. type (between 0 and 6)
39
40#elif defined key_arctic
41      ! zoom domain size       !!! *  arctic zoom  *
42   INTEGER  ::  &
43      jpiglo  = 142   ,      &  !: 1st dimension of global domain --> i
44      jpjglo  = jpjdta-97+1, &  !: 2nd    "                  "    --> j
45      ! zoom starting position
46      jpizoom =  21   ,      &  !: left bottom (i,j) indices of the zoom
47      jpjzoom =  97   ,      &  !: in data domain indices
48      ! Domain characteristics
49      jperio  =   3             !: lateral cond. type (between 0 and 6)
50
51#elif defined key_c1d
52      ! global domain size     !!! *  global domain  *
53   INTEGER  ::   &
54      jpiglo  = 3     ,      &  !: 1st dimension of global domain --> i
55      jpjglo  = 3     ,      &  !: 2nd    "                  "    --> j
56      ! starting position of the zoom
57      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
58      ! jpjzoom =   133  ,    &  !: in data domain indices (160W,75N)
59      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
60      ! jpjzoom =   110  ,    &  !: in data domain indices (160W,50N)
61      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
62      ! jpjzoom =   97   ,    &  !: in data domain indices (160W,30N)
63      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
64      ! jpjzoom =   86   ,    &  !: in data domain indices (160W,10N)
65      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
66      ! jpjzoom =   49   ,    &  !: in data domain indices (160W,30S)
67      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
68      ! jpjzoom =   27   ,    &  !: in data domain indices (160W,60S)
69      ! jpizoom =   61   ,    &  !: left bottom (i,j) indices of the zoom
70      ! jpjzoom =    7   ,    &  !: in data domain indices (160W,75S)
71      jpizoom =   110   ,    &  !: left bottom (i,j) indices of the zoom
72      jpjzoom =   97   ,    &  !: in data domain indices (64W,31.5N) BATS site
73      ! Domain characteristics
74      jperio  =   0            !: lateral cond. type (between 0 and 6)
75#else
76      ! global domain size     !!! *  global domain  *
77   INTEGER   ::  &
78      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i
79      jpjglo  = jpjdta,      &  !: 2nd    "                  "    --> j
80      ! starting position of the zoom
81      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
82      jpjzoom =   1   ,      &  !: in data domain indices
83      ! Domain characteristics
84      jperio  =   4             !: lateral cond. type (between 0 and 6)
85
86#endif
87
88   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
89   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
90   REAL(wp), PARAMETER ::   &
91      pp_not_used       = 999999_wp , &  !:
92      pp_to_be_computed = 0._wp          !:
93
94   !! Coefficients associated with the horizontal coordinate system (jphgr_msh /= 0 )
95
96   INTEGER,PARAMETER   ::    & !
97      jphgr_msh = 0            !: type of horizontal mesh
98      !                        !  = 0 curvilinear coordinate on the sphere
99      !                        !      read in coordinate.nc file
100      !                        !  = 1 geographical mesh on the sphere
101      !                        !      with regular grid-spacing
102      !                        !  = 2 f-plane with regular grid-spacing
103      !                        !  = 3 beta-plane with regular grid-spacing
104      !                        !  = 4 Mercator grid with T/U point at the equator  with
105      !                        !      isotropic resolution (e1_deg)
106
107      !   ppglam0 , ppgphi0: coordinates of the lower leftmost T point of the grid.
108      !   The mercator grid starts only approximately at gphi0 because
109      !   of the constraint that the equator be a T point.
110   REAL(wp) ,PARAMETER ::       &  !
111      ppglam0  = pp_not_used,   &  !: longitude of first raw and column T-point (jphgr_msh = 1)
112      ppgphi0  = pp_not_used,   &  !: latitude  of first raw and column T-point (jphgr_msh = 1)
113      !                            !  latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
114      ppe1_deg = pp_not_used,   &  !: zonal      grid-spacing (degrees)
115      ppe2_deg = pp_not_used,   &  !: meridional grid-spacing (degrees)
116      !
117      ppe1_m   = pp_not_used,   &  !: zonal      grid-spacing (meters )
118      ppe2_m   = pp_not_used       !: meridional grid-spacing (meters )
119
120   !!
121   !! Vertical grid parameter for domzgr
122   !! ==================================
123   !!
124   REAL(wp), PARAMETER  ::       &
125      &     ppsur = -4762.96143546300_wp    ,  &  !: ORCA r4, r2 and r05 coefficients
126      &     ppa0  =   255.58049070440_wp    ,  &  !: (default coefficients)
127      &     ppa1  =   245.58132232490_wp    ,  &  !:
128      &     ppkth =    21.43336197938_wp    ,  &  !: (non dimensional): gives the approximate
129      !                                           !: layer number above which  stretching will
130      !                                           !: be maximum. Usually of order jpk/2.
131      &     ppacr =     3.00000000000_wp          !: (non dimensional): stretching factor
132      !                                           !: for the grid. The highest zacr, the smallest
133      !                                           !: the stretching.
134
135   !!
136   !!  If both ppa0 ppa1 and ppsur are specified to 0, then
137   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
138   !!
139   REAL(wp), PARAMETER ::        &
140      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer
141      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk)
142   LOGICAL,  PARAMETER ::        &
143      &     ldbletanh = .FALSE.                   !: Use/do not use double tanf function for vertical coordinates
144   REAL(wp), PARAMETER ::        &
145      &     ppa2    = pp_not_used           ,  &  !: Double tanh function parameters
146      &     ppkth2  = pp_not_used           ,  &  !:
147      &     ppacr2  = pp_not_used                 !:
148   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.