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_R4.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_R4.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: 5.7 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  par_ORCA_R4.h90  ***   
3   !!   Ocean Domain : 4 degrees resolution global ocean
4   !!                  (0RCA_R4 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  !!---------------------------------------------------------------------
12   !!                     ***  par_ORCA_R4.h90  ***
13   !!   Ocean Domain : 4 degrees resolution global ocean
14   !!                  (0RCA_R4 configuration)
15   !!---------------------------------------------------------------------
16   !!----------------------------------------------------------------------
17   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
18   !! $Id$
19   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
20   !!----------------------------------------------------------------------
21   CHARACTER (len=16)      &
22#if !defined key_agrif
23      , PARAMETER  &
24#endif
25       ::    &
26     cp_cfg = "orca"           !: name of the configuration
27   INTEGER     &
28#if !defined key_agrif
29      , PARAMETER  &
30#endif
31      :: &
32      jp_cfg = 4      ,      &  !: resolution of the configuration (degrees)
33      ! Original data size
34      jpidta  =  92   ,      &  !: first horizontal dimension > or = to jpi
35      jpjdta  =  76   ,      &  !: second                     > or = to jpj
36      jpkdta  =  31             !: number of levels           > or = to jpk
37
38   INTEGER           ::     &
39      ! global domain matrix size
40      jpiglo  = jpidta,      &  !: first  dimension of global domain --> i
41      jpjglo  = jpjdta,      &  !: second dimension of global domain --> j
42      ! starting position of the zoom
43      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom
44      jpjzoom =   1   ,      &  !: in data indices
45      ! Domain characteristics
46      jperio  =   4             !: lateral cond. type (between 0 and 6)
47
48   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config.
49   !!  Values set to pp_to_be_computed  indicates that variables will be computed in domzgr
50   REAL(wp), PARAMETER ::   &
51      pp_not_used       = 999999_wp , &  !:
52      pp_to_be_computed = 0._wp          !:
53
54   !! Coefficients associated with the horizontal coordinate system (jphgr_msh /= 0 )
55   INTEGER, PARAMETER ::     & !
56      jphgr_msh = 0            !: type of horizontal mesh
57      !                        ! = 0 curvilinear coordinate on the sphere
58      !                        !     read in coordinate.nc file
59      !                        ! = 1 geographical mesh on the sphere
60      !                        !     with regular grid-spacing
61      !                        ! = 2 f-plane with regular grid-spacing
62      !                        ! = 3 beta-plane with regular grid-spacing
63      !                        ! = 4 Mercator grid with T/U point at the equator  with
64      !                        !     isotropic resolution (e1_deg)
65
66      !   ppglam0 , ppgphi0: coordinates of the lower leftmost T point of the grid.
67      !   The mercator grid starts only approximately at gphi0 because
68      !   of the constraint that the equator be a T point.
69   REAL(wp) , PARAMETER ::      &  !
70      ppglam0  = pp_not_used,   &  !: longitude of first raw and column T-point (jphgr_msh = 1)
71      ppgphi0  = pp_not_used,   &  !: latitude  of first raw and column T-point (jphgr_msh = 1)
72      !                            ! latitude for the Coriolis or Beta parameter (jphgr_msh = 2 or 3)
73      ppe1_deg = pp_not_used,   &  !: zonal      grid-spacing (degrees)
74      ppe2_deg = pp_not_used,   &  !: meridional grid-spacing (degrees)
75      !
76      ppe1_m   = pp_not_used,   &  !: zonal      grid-spacing (meters )
77      ppe2_m   = pp_not_used       !: meridional grid-spacing (meters )
78
79
80   !! Vertical grid parameter for domzgr
81   !! ==================================
82
83   REAL(wp), PARAMETER  ::       &
84      &     ppsur = -4762.96143546300_wp    ,  &  !: ORCA r4, r2 and r05 coefficients
85      &     ppa0  =   255.58049070440_wp    ,  &  !: (default coefficients)
86      &     ppa1  =   245.58132232490_wp    ,  &  !:
87      &     ppkth =    21.43336197938_wp    ,  &  !: (non dimensional): gives the approximate
88      !                                           !: layer number above which  stretching will
89      !                                           !: be maximum. Usually of order jpk/2.
90      &     ppacr =     3.00000000000_wp          !: (non dimensional): stretching factor
91      !                                           !: for the grid. The highest zacr, the smallest
92      !                                           !: the stretching.
93
94   !!  If both ppa0 ppa1 and ppsur are specified to 0, then
95   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr
96
97   REAL(wp), PARAMETER ::        &
98      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer
99      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk)
100   LOGICAL,  PARAMETER ::        &
101      &     ldbletanh = .FALSE.                   !: Use/do not use double tanf function for vertical coordinates
102   REAL(wp), PARAMETER ::        &
103      &     ppa2    = pp_not_used           ,  &  !: Double tanh function parameters
104      &     ppkth2  = pp_not_used           ,  &  !:
105      &     ppacr2  = pp_not_used                 !:
106   !!---------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.