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 trunk/NEMO/OPA_SRC – NEMO

source: trunk/NEMO/OPA_SRC/par_ORCA_R2.h90 @ 247

Last change on this file since 247 was 247, checked in by opalod, 19 years ago

CL : Add CVS Header and CeCILL licence information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.2 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_ORCA_R2.h90  *** 
3   !!   Ocean Domain : 2 degrees resolution global ocean
4   !!                  (0RCA_R2 configuration)
5   !!---------------------------------------------------------------------
6   !!----------------------------------------------------------------------
7   !!  OPA 9.0 , LOCEAN-IPSL (2005)
8   !! $Header$
9   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
10   !!----------------------------------------------------------------------
11   CHARACTER (len=16), PARAMETER ::    & 
12      cp_cfg = "orca"           !: name of the configuration
13   INTEGER, PARAMETER ::     &
14      jp_cfg = 2,            &  !: resolution of the configuration (degrees)
15
16      ! data size              !!! * size of all input files *
17      jpidta  = 182,         &  !: 1st lateral dimension ( >= jpiglo )
18      jpjdta  = 149,         &  !: 2nd    "       "      ( >= jpjglo )
19      jpkdta  = 31,          &  !: number of levels      ( >= jpk    )
20
21#if defined key_antarctic
22      ! zoom domain size       !!! *  antarctic zoom  *
23      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i
24      jpjglo  = 50,          &  !: 2nd    "                  "    --> j
25      jpk     = jpkdta,      &  !: number of vertical levels
26      ! zoom starting position
27      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
28      jpjzoom =   1   ,      &  !: in data domain indices
29      ! Domain characteristics
30      jperio  =   1   ,      &  !: lateral cond. type (between 0 and 6)
31      jpisl   =   3   ,      &  !: number of islands
32      jpnisl  = 400             !: maximum number of points per island
33
34#elif defined key_arctic
35      ! zoom domain size       !!! *  arctic zoom  *
36      jpiglo  = 142   ,      &  !: 1st dimension of global domain --> i
37      jpjglo  =  53   ,      &  !: 2nd    "                  "    --> j
38      jpk     = jpkdta,      &  !: number of vertical levels
39      ! zoom starting position
40      jpizoom =  21   ,      &  !: left bottom (i,j) indices of the zoom
41      jpjzoom =  97   ,      &  !: in data domain indices
42      ! Domain characteristics
43      jperio  =   3   ,      &  !: lateral cond. type (between 0 and 6)
44      jpisl   =   7   ,      &  !: number of islands
45      jpnisl  = 400             !: maximum number of points per island
46
47#else
48      ! global domain size     !!! *  global domain  *
49      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i
50      jpjglo  = jpjdta,      &  !: 2nd    "                  "    --> j
51      jpk     = jpkdta,      &  !: number of vertical levels
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  =   4   ,      &  !: lateral cond. type (between 0 and 6)
57      jpisl   =  18   ,      &  !: number of islands
58      jpnisl  = 800             !: maximum number of points per island
59
60#endif
61
62   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
63   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
64   REAL(wp), PARAMETER ::   &
65      pp_not_used       = 999999_wp , &  !:
66      pp_to_be_computed = 0._wp          !:
67
68   !! Coefficients associated with the horizontal coordinate system (jphgr_msh /= 0 )
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   REAL(wp) ,PARAMETER ::       &  !
85      ppglam0  = pp_not_used,   &  !: longitude of first raw and column T-point (jphgr_msh = 1)
86      ppgphi0  = pp_not_used,   &  !: latitude  of first raw and column T-point (jphgr_msh = 1)
87      !                            !  latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
88      ppe1_deg = pp_not_used,   &  !: zonal      grid-spacing (degrees)
89      ppe2_deg = pp_not_used,   &  !: meridional grid-spacing (degrees)
90      !
91      ppe1_m   = pp_not_used,   &  !: zonal      grid-spacing (meters )
92      ppe2_m   = pp_not_used       !: meridional grid-spacing (meters )
93
94   !!
95   !! Vertical grid parameter for domzgr
96   !! ==================================
97   !!
98   REAL(wp), PARAMETER  ::       &
99      &     ppsur = -4762.96143546300_wp    ,  &  !: ORCA r4, r2 and r05 coefficients
100      &     ppa0  =   255.58049070440_wp    ,  &  !: (default coefficients)
101      &     ppa1  =   245.58132232490_wp    ,  &  !:
102      &     ppkth =    21.43336197938_wp    ,  &  !: (non dimensional): gives the approximate
103      !                                           !: layer number above which  stretching will
104      !                                           !: be maximum. Usually of order jpk/2.
105      &     ppacr =     3.00000000000_wp          !: (non dimensional): stretching factor
106      !                                           !: for the grid. The highest zacr, the smallest
107      !                                           !: the stretching.
108
109   !!
110   !!  If both ppa0 ppa1 and ppsur are specified to 0, 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   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.