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

source: branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R1.h90 @ 2382

Last change on this file since 2382 was 2380, checked in by acc, 13 years ago

nemo_v3_3beta. ORCA_R1 settings (step 2, see ticket #758). Introduces key_orca_r1 (46 level default, 75 level if key_orca_r1=75)

File size: 7.1 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      ! Original data size
27      jpidta  =  362,        &  !: first horizontal dimension > or = to jpi
28      jpjdta  =  292,        &  !: second                     > or = to jpj
29#if key_orca_r1==75
30      jpkdta  = 75 ,         &  !: number of levels           > or = to jpk
31#else
32      jpkdta  = 46 ,         &  !: number of levels           > or = to jpk
33#endif
34      ! total domain matrix size
35      jpiglo  = jpidta,      &  !: first  dimension of global domain --> i
36      jpjglo  = jpjdta,      &  !: second dimension of global domain --> j
37      jpk     = jpkdta,      &  !: number of vertical levels
38      ! starting position of the zoom
39      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
40      jpjzoom =   1   ,      &  !: in data indices
41      ! Domain characteristics
42      jperio  =   6             !: lateral cond. type (between 0 and 6)
43
44   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
45   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
46   REAL,PARAMETER      ::  pp_not_used = 999999_wp , &
47      &                    pp_to_be_computed = 0._wp
48   !!
49   !! Coefficients associated with the horizontal coordinate system (jphgr_msh /= 0 )
50   !!
51   INTEGER, PARAMETER ::     & !
52      jphgr_msh = 0            !: type of horizontal mesh
53      !                        !  = 0 curvilinear coordinate on the sphere
54      !                        !      read in coordinate.nc file
55      !                        !  = 1 geographical mesh on the sphere
56      !                        !      with regular grid-spacing
57      !                        !  = 2 f-plane with regular grid-spacing
58      !                        !  = 3 beta-plane with regular grid-spacing
59      !                        !  = 4 Mercator grid with T/U point at the equator  with
60      !                        !      isotropic resolution (e1_deg)
61
62      !   ppglam0 , ppgphi0: coordinates of the lower leftmost T point of the grid.
63      !   The mercator grid starts only approximately at gphi0 because
64      !   of the constraint that the equator be a T point.
65   REAL(wp), PARAMETER ::       &  !
66      ppglam0  = pp_not_used,   &  !: longitude of first raw and column T-point (jphgr_msh = 1)
67      ppgphi0  = pp_not_used,   &  !: latitude  of first raw and column T-point (jphgr_msh = 1)
68      !                            !  latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
69      ppe1_deg = pp_not_used,   &  !: zonal      grid-spacing (degrees)
70      ppe2_deg = pp_not_used,   &  !: meridional grid-spacing (degrees)
71      !
72      ppe1_m   = pp_not_used,   &  !: zonal      grid-spacing (meters )
73      ppe2_m   = pp_not_used       !: meridional grid-spacing (meters )
74
75   !!  Coefficients associated with the vertical coordinate system
76
77#if key_orca_r1==75
78   REAL(wp), PARAMETER  ::       &
79      &     ppsur =  -3958.951371276829_wp  ,  &  !: ORCA r1 coefficients
80      &     ppa0  =   103.9530096000000_wp  ,  &  !: (75 levels case)
81      &     ppa1  =   2.415951269000000_wp  ,  &  !:
82      &     ppkth =   15.35101370000000_wp  ,  &  !: (non dimensional): gives the approximate
83      !                                           !: layer number above which  stretching will
84      !                                           !: be maximum. Usually of order jpk/2.
85      &     ppacr =       7.00000000000_wp        !: (non dimensional): stretching factor
86      !                                           !: for the grid. The higher zacr, the smaller
87      !                                           !: the stretching.
88   !!
89   !!  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then
90   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
91   !!
92   REAL(wp), PARAMETER ::                      &
93      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer
94      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk)
95   !!
96   LOGICAL,  PARAMETER ::                      &
97      &     ldbletanh = .TRUE.                    !: Use/do not use double tanf function for vertical coordinates
98   REAL(wp), PARAMETER ::                      &
99      &     ppa2  =   100.7609285000000_wp  ,  &  !: Double tanh function parameters
100      &     ppkth2=   48.02989372000000_wp  ,  &  !:
101      &     ppacr2=    13.00000000000_wp          !:
102      !
103#else
104   REAL(wp), PARAMETER  ::       &
105      &     ppsur = pp_to_be_computed ,        &  !: Computed in domzgr, set ppdzmin and pphmax below
106      &     ppa0  = pp_to_be_computed ,        &  !:    "           "
107      &     ppa1  = pp_to_be_computed ,        &  !:    "           "
108      !
109      &     ppkth =  23.563_wp        ,        &  !: (non dimensional): gives the approximate
110      !                                           !: layer number above which  stretching will
111      !                                           !: be maximum. Usually of order jpk/2.
112      &     ppacr =   9.00000000000_wp            !: (non dimensional): stretching factor
113      !                                           !: for the grid. The highest zacr, the smallest
114      !                                           !: the stretching.
115   !!
116   !!  If both ppa0 ppa1 and ppsur are specified to pp_to_be_computed, then
117   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
118   !!
119   REAL(wp), PARAMETER ::                      &
120      &     ppdzmin = 6._wp           ,        &  !: (meters) vertical thickness of the top layer
121      &     pphmax  = 5750._wp                    !: (meters) Maximum depth of the ocean gdepw(jpk)
122   !!
123   LOGICAL,  PARAMETER ::                      &
124      &     ldbletanh = .FALSE.                   !: Use/do not use double tanf function for vertical coordinates
125   REAL(wp), PARAMETER ::                      &
126      &     ppa2    = pp_not_used           ,  &  !: Double tanh function parameters
127      &     ppkth2  = pp_not_used           ,  &  !:
128      &     ppacr2  = pp_not_used                 !:
129#endif
130   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.