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

source: trunk/NEMO/OPA_SRC/par_ORCA_R05.h90 @ 3

Last change on this file since 3 was 3, checked in by opalod, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_ORCA_R05.h90  *** 
3   !!   Ocean Domain : 0.5 degrees resolution global ocean
4   !!                  (0RCA_R05 configuration)
5   !!---------------------------------------------------------------------
6   CHARACTER (len=16), PARAMETER ::   &
7      cp_cfg = "orca"           !: name of the configuration
8   INTEGER, PARAMETER ::     &
9      jp_cfg = 05  ,         &  !: resolution of the configuration (degrees)
10
11      ! data size              !!! * size of all the input files *
12      jpidta  = 722,         &  !: 1st lateral dimension > or = to jpiglo
13      jpjdta  = 511,         &  !: 2nd   "         "     > or = to jpjglo
14      jpkdta  =  31,         &  !: number of levels      > or = to jpkglo
15
16#if defined key_antarctic
17      ! zoom domain size       !!! * antarctic zoom *
18      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i
19      jpjglo  = 187   ,      &  !: 2nd     "                 "    --> j
20      jpk     = jpkdta,      &  !: number of vertical levels
21      ! starting position of the zoom
22      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
23      jpjzoom =   1   ,      &  !: in data domain indices
24      ! Domain characteristics
25      jperio  =   1   ,      &  !: lateral cond. type (between 0 and 6)
26      jpisl   =   1   ,      &  !: number of islands
27      jpnisl  =   1             !: maximum number of points per island
28
29#elif defined key_arctic
30      ! zoom domain size       !!! *  arctic zoom  *
31      jpiglo  = 562,         &  !: 1st dimension of global domain --> i
32      jpjglo  = 202,         &  !: 2nd     "                 "    --> j
33      jpk     = jpkdta,      &  !: number of vertical levels
34      ! zoom starting position
35      jpizoom =  81   ,      &  !: left bottom (i,j) indices of the zoom
36      jpjzoom = 301   ,      &  !: in data domain indices
37      ! Domain characteristics
38      jperio  =   5   ,      &  !: lateral cond. type (between 0 and 6)
39      jpisl   =   1   ,      &  !: number of islands
40      jpnisl  =   1             !: maximum number of points per island
41
42#else
43      ! global domain size     !!! * full domain *
44      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i
45      jpjglo  = jpjdta,      &  !: 2nd     "                 "    --> j
46      jpk     = jpkdta,      &  !: number of vertical levels
47      ! zoom starting position   
48      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
49      jpjzoom =   1   ,      &  !: in data domain indices
50      ! Domain characteristics
51      jperio  =    6  ,      &  !: lateral cond. type (between 0 and 6)
52      jpisl   =   79  ,      &  !: number of islands
53      jpnisl  = 2000            !: maximum number of points per island
54#endif
55
56   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
57   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
58   REAL(wp), PARAMETER ::   &
59      pp_not_used       = 999999._wp , &  !:
60      pp_to_be_computed = 0._wp          !:
61
62   !! Coefficients associated with the horizontal coordinate system (jphgr_msh /= 0 )
63
64   INTEGER, PARAMETER   ::   & !
65      jphgr_msh = 0            !: type of horizontal mesh
66      !                        !  = 0 curvilinear coordinate on the sphere
67      !                        !      read in coordinate.nc file
68      !                        !  = 1 geographical mesh on the sphere
69      !                        !      with regular grid-spacing
70      !                        !  = 2 f-plane with regular grid-spacing
71      !                        !  = 3 beta-plane with regular grid-spacing
72      !                        !  = 4 Mercator grid with T/U point at the equator  with
73      !                        !      isotropic resolution (e1_deg)
74
75      !   ppglam0 , ppgphi0: coordinates of the lower leftmost T point of the grid.
76      !   The mercator grid starts only approximately at gphi0 because
77      !   of the constraint that the equator be a T point.
78   REAL(wp) , PARAMETER ::      &  !
79      ppglam0  = pp_not_used,   &  !: longitude of first raw and column T-point (jphgr_msh = 1)
80      ppgphi0  = pp_not_used,   &  !: latitude  of first raw and column T-point (jphgr_msh = 1)
81      !                            ! latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
82      ppe1_deg = pp_not_used,   &  !: zonal      grid-spacing (degrees)
83      ppe2_deg = pp_not_used,   &  !: meridional grid-spacing (degrees)
84      !
85      ppe1_m   = pp_not_used,   &  !: zonal      grid-spacing (meters )
86      ppe2_m   = pp_not_used       !: meridional grid-spacing (meters )
87
88   !!
89   !! Vertical grid parameter for domzgr
90   !! =====================================
91   !!
92   REAL(wp), PARAMETER  ::       &
93      &     ppsur = -4762.96143546300_wp  ,  &  !: ORCA r4, r2 and r05 coefficients
94      &     ppa0  =   255.58049070440_wp  ,  &  !: (default coefficients)
95      &     ppa1  =   245.58132232490_wp  ,  &  !:
96      &     ppkth =    21.43336197938_wp  ,  &  !:
97      &     ppacr =     3.00000000000_wp        !:
98
99   !!
100   !!  If both ppa0 ppa1 and ppsur are specified to 0, then
101   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
102   !!
103   REAL(wp), PARAMETER ::        &
104      &     ppdzmin = pp_not_used         ,  &  !: Minimum vertical spacing
105      &     pphmax  = pp_not_used               !: Maximum depth
106   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.