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.
README_other_configurations_namelist_namcfg in branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/SHARED/README_other_configurations_namelist_namcfg @ 3989

Last change on this file since 3989 was 3989, checked in by clevy, 11 years ago

Configuration setting/Step3 and doc, see ticket:#1074

File size: 33.5 KB
Line 
1
2
3This README file contains the informations for the &namcfg namelist for some configurations whic are not one of the reference configurations.
4These informations wher previoulsy in NEMO/OPA_SRC_par_*.h90 files. The full test with these configurations has not been done.
5
6
7ORCA_R4
8=======
9!-----------------------------------------------------------------------
10&namcfg        !   parameters of the configuration
11!-----------------------------------------------------------------------
12   cp_cfg      =  "orca"               !  name of the configuration
13   jp_cfg      =       4               !  resolution of the configuration
14   jpidta      =      92               !  1st lateral dimension ( >= jpi )
15   jpjdta      =      76               !  2nd    "         "    ( >= jpj )
16   jpkdta      =      31               !  number of levels      ( >= jpk )
17   jpiglo      =      92               !  1st dimension of global domain --> i =jpidta
18   jpjglo      =      76               !  2nd    -                  -    --> j  =jpjdta
19   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
20   jpjzoom     =       1               !  in data domain indices
21   jperio      =       4               !  lateral cond. type (between 0 and 6)
22   jphgr_msh   =       0               !  type of horizontal mesh
23   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
24   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
25   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
26   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
27   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
28   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
29   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
30   ppa0        =     255.58049070440   ! (default coefficients)
31   ppa1        =     245.58132232490   !
32   ppkth       =      21.43336197938   !
33   ppacr       =       3.0             !
34   ppdzmin     =  999999.0             !  Minimum vertical spacing
35   pphmax      =  999999.0             !  Maximum depth
36   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
37   ppa2        =  999999.0             !  Double tanh function parameters
38   ppkth2      =  999999.0             !
39   ppacr2      =  999999.0             !
40/
41
42ORCA_R1 75 vertical levels
43=======
44!-----------------------------------------------------------------------
45&namcfg        !   parameters of the configuration
46!-----------------------------------------------------------------------
47   cp_cfg      =  "orca"               !  name of the configuration
48   jp_cfg      =       1               !  resolution of the configuration
49   jpidta      =     362               !  1st lateral dimension ( >= jpi )
50   jpjdta      =     292               !  2nd    "         "    ( >= jpj )
51   jpkdta      =      75               !  number of levels      ( >= jpk )
52   jpiglo      =     362               !  1st dimension of global domain --> i =jpidta
53   jpjglo      =     292               !  2nd    -                  -    --> j  =jpjdta
54   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
55   jpjzoom     =       1               !  in data domain indices
56   jperio      =       6               !  lateral cond. type (between 0 and 6)
57   jphgr_msh   =       0               !  type of horizontal mesh
58   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
59   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
60   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
61   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
62   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
63   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
64   ppsur       =   -3958.951371276829  !  ORCA r4, r2 and r05 coefficients
65   ppa0        =     103.9530096000000 ! (default coefficients)
66   ppa1        =       2.415951269000000   !
67   ppkth       =      15.35101370000000    !
68   ppacr       =       7.0             !
69   ppdzmin     =  999999.0             !  Minimum vertical spacing
70   pphmax      =  999999.0             !  Maximum depth
71   ldbletanh   =   .TRUE.              !  Use/do not use double tanf function for vertical coordinates
72   ppa2        =     100.7609285000000 !  Double tanh function parameters
73   ppkth2      =      48.02989372000000    !
74   ppacr2      =      13.00000000000   !
75/
76
77
78ORCA_R1 46 vertical levels
79=======
80!-----------------------------------------------------------------------
81&namcfg        !   parameters of the configuration
82!-----------------------------------------------------------------------
83   cp_cfg      =  "orca"               !  name of the configuration
84   jp_cfg      =       1               !  resolution of the configuration
85   jpidta      =     362               !  1st lateral dimension ( >= jpi )
86   jpjdta      =     292               !  2nd    "         "    ( >= jpj )
87   jpkdta      =      46               !  number of levels      ( >= jpk )
88   jpiglo      =     362               !  1st dimension of global domain --> i =jpidta
89   jpjglo      =     292               !  2nd    -                  -    --> j  =jpjdta
90   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
91   jpjzoom     =       1               !  in data domain indices
92   jperio      =       6               !  lateral cond. type (between 0 and 6)
93   jphgr_msh   =       0               !  type of horizontal mesh
94   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
95   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
96   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
97   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
98   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
99   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
100   ppsur       =  999998.0             !  ORCA r4, r2 and r05 coefficients
101   ppa0        =  999998.0             ! (default coefficients)
102   ppa1        =  999998.0             !
103   ppkth       =      23.563           !
104   ppacr       =       9.0             !
105   ppdzmin     =       6.0             !  Minimum vertical spacing
106   pphmax      =    5750.              !  Maximum depth
107   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
108   ppa2        =  999999.0             !  Double tanh function parameters
109   ppkth2      =  999999.0             !
110   ppacr2      =  999999.0             !
111/
112ORCA_R05
113========
114!-----------------------------------------------------------------------
115&namcfg        !   parameters of the configuration
116!-----------------------------------------------------------------------
117   cp_cfg      =  "orca"               !  name of the configuration
118   jp_cfg      =      05               !  resolution of the configuration
119   jpidta      =     722               !  1st lateral dimension ( >= jpi )
120   jpjdta      =     511               !  2nd    "         "    ( >= jpj )
121   jpkdta      =      31               !  number of levels      ( >= jpk )
122   jpiglo      =     722               !  1st dimension of global domain --> i =jpidta
123   jpjglo      =     511               !  2nd    -                  -    --> j  =jpjdta
124   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
125   jpjzoom     =       1               !  in data domain indices
126   jperio      =       6               !  lateral cond. type (between 0 and 6)
127   jphgr_msh   =       0               !  type of horizontal mesh
128   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
129   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
130   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
131   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
132   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
133   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
134   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
135   ppa0        =     255.58049070440   ! (default coefficients)
136   ppa1        =     245.58132232490   !
137   ppkth       =      21.43336197938   !
138   ppacr       =       3.0             !
139   ppdzmin     =  999999.0             !  Minimum vertical spacing
140   pphmax      =  999999.0             !  Maximum depth
141   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
142   ppa2        =  999999.0             !  Double tanh function parameters
143   ppkth2      =  999999.0             !
144   ppacr2      =  999999.0             !
145/
146
147
148ORCA_R05 Antarctic zoom
149========
150!-----------------------------------------------------------------------
151&namcfg        !   parameters of the configuration
152!-----------------------------------------------------------------------
153   cp_cfg      =  "orca"               !  name of the configuration
154   cp_cfz      =  "antarctic"          !  name of the zoom of configuration
155   jp_cfg      =      05               !  resolution of the configuration
156   jpidta      =     722               !  1st lateral dimension ( >= jpi )
157   jpjdta      =     511               !  2nd    "         "    ( >= jpj )
158   jpkdta      =      31               !  number of levels      ( >= jpk )
159   jpiglo      =     722               !  1st dimension of global domain --> i =jpidta
160   jpjglo      =     187               !  2nd    -                  -    --> j  =jpjdta
161   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
162   jpjzoom     =       1               !  in data domain indices
163   jperio      =       1               !  lateral cond. type (between 0 and 6)
164   jphgr_msh   =       0               !  type of horizontal mesh
165   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
166   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
167   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
168   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
169   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
170   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
171   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
172   ppa0        =     255.58049070440   ! (default coefficients)
173   ppa1        =     245.58132232490   !
174   ppkth       =      21.43336197938   !
175   ppacr       =       3.0             !
176   ppdzmin     =  999999.0             !  Minimum vertical spacing
177   pphmax      =  999999.0             !  Maximum depth
178   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
179   ppa2        =  999999.0             !  Double tanh function parameters
180   ppkth2      =  999999.0             !
181   ppacr2      =  999999.0             !
182/
183
184
185ORCA_R05 Arctic zoom
186========
187!-----------------------------------------------------------------------
188&namcfg        !   parameters of the configuration
189!-----------------------------------------------------------------------
190   cp_cfg      =  "orca"               !  name of the configuration
191   cp_cfz      =  "arctic"             !  name of the zoom of configuration
192   jp_cfg      =      05               !  resolution of the configuration
193   jpidta      =     722               !  1st lateral dimension ( >= jpi )
194   jpjdta      =     511               !  2nd    "         "    ( >= jpj )
195   jpkdta      =      31               !  number of levels      ( >= jpk )
196   jpiglo      =     562               !  1st dimension of global domain --> i =jpidta
197   jpjglo      =     211               !  2nd    -                  -    --> j  =jpjdta
198   jpizoom     =      81               !  left bottom (i,j) indices of the zoom
199   jpjzoom     =     301               !  in data domain indices
200   jperio      =       5               !  lateral cond. type (between 0 and 6)
201   jphgr_msh   =       0               !  type of horizontal mesh
202   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
203   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
204   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
205   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
206   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
207   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
208   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
209   ppa0        =     255.58049070440   ! (default coefficients)
210   ppa1        =     245.58132232490   !
211   ppkth       =      21.43336197938   !
212   ppacr       =       3.0             !
213   ppdzmin     =  999999.0             !  Minimum vertical spacing
214   pphmax      =  999999.0             !  Maximum depth
215   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
216   ppa2        =  999999.0             !  Double tanh function parameters
217   ppkth2      =  999999.0             !
218   ppacr2      =  999999.0             !
219/
220
221ORCA2 - Antarctic zoom
222======================
223!-----------------------------------------------------------------------
224&namcfg        !   parameters of the configuration
225!-----------------------------------------------------------------------
226   cp_cfg      =  "orca"               !  name of the configuration
227   cp_cfz      =  "antarctic"          !  name of the zoom of configuration
228   jp_cfg      =       2               !  resolution of the configuration
229   jpidta      =     182               !  1st lateral dimension ( >= jpi )
230   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
231   jpkdta      =      31               !  number of levels      ( >= jpk )
232   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
233   jpjglo      =      50               !  2nd    -                  -    --> j  =jpjdta
234   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
235   jpjzoom     =       1               !  in data domain indices
236   jperio      =       1               !  lateral cond. type (between 0 and 6)
237   jphgr_msh   =       0               !  type of horizontal mesh
238   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
239   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
240   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
241   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
242   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
243   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
244   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
245   ppa0        =     255.58049070440   ! (default coefficients)
246   ppa1        =     245.58132232490   !
247   ppkth       =      21.43336197938   !
248   ppacr       =       3.0             !
249   ppdzmin     =  999999.              !  Minimum vertical spacing
250   pphmax      =  999999.              !  Maximum depth
251   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
252   ppa2        =  999999.              !  Double tanh function parameters
253   ppkth2      =  999999.              !
254   ppacr2      =  999999.              !
255/
256
257
258ORCA2 - Arctic zoom
259===================
260!-----------------------------------------------------------------------
261&namcfg        !   parameters of the configuration
262!-----------------------------------------------------------------------
263   cp_cfg      =  "orca"               !  name of the configuration
264   cp_cfz      =  "arctic"             !  name of the zoom of configuration
265   jp_cfg      =       2               !  resolution of the configuration
266   jpidta      =     182               !  1st lateral dimension ( >= jpi )
267   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
268   jpkdta      =      31               !  number of levels      ( >= jpk )
269   jpiglo      =     142               !  1st dimension of global domain --> i =jpidta
270   jpjglo      =      53               !  2nd    -                  -    --> j  =jpjdta
271   jpizoom     =      21               !  left bottom (i,j) indices of the zoom
272   jpjzoom     =      97               !  in data domain indices
273   jperio      =       3               !  lateral cond. type (between 0 and 6)
274   jphgr_msh   =       0               !  type of horizontal mesh
275   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
276   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
277   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
278   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
279   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
280   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
281   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
282   ppa0        =     255.58049070440   ! (default coefficients)
283   ppa1        =     245.58132232490   !
284   ppkth       =      21.43336197938   !
285   ppacr       =       3.0             !
286   ppdzmin     =  999999.              !  Minimum vertical spacing
287   pphmax      =  999999.              !  Maximum depth
288   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
289   ppa2        =  999999.              !  Double tanh function parameters
290   ppkth2      =  999999.              !
291   ppacr2      =  999999.              !
292/
293
294
295ORCA025 - 75 vertical levels
296=======
297!-----------------------------------------------------------------------
298&namcfg        !   parameters of the configuration
299!-----------------------------------------------------------------------
300   cp_cfg      =  "orca"               !  name of the configuration
301   jp_cfg      =    1442               !  resolution of the configuration
302   jpidta      =    1021               !  1st lateral dimension ( >= jpi )
303   jpjdta      =     511               !  2nd    "         "    ( >= jpj )
304   jpkdta      =      75               !  number of levels      ( >= jpk )
305   jpiglo      =    1442               !  1st dimension of global domain --> i =jpidta
306   jpjglo      =    1021               !  2nd    -                  -    --> j  =jpjdta
307   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
308   jpjzoom     =       1               !  in data domain indices
309   jperio      =       4               !  lateral cond. type (between 0 and 6)
310   jphgr_msh   =       0               !  type of horizontal mesh
311   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
312   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
313   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
314   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
315   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
316   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
317   ppsur       =   -3958.951371276829  !  ORCA r4, r2 and r05 coefficients
318   ppa0        =    103.9530096000000  ! (default coefficients)
319   ppa1        =      2.415951269000000  !
320   ppkth       =     15.35101370000000 !
321   ppacr       =       7.0             !
322   ppdzmin     =  999999.0             !  Minimum vertical spacing
323   pphmax      =  999999.0             !  Maximum depth
324   ldbletanh   =   .TRUE.              !  Use/do not use double tanf function for vertical coordinates
325   ppa2        =     100.7609285000000 !  Double tanh function parameters
326   ppkth2      =      48.02989372000000  !
327   ppacr2      =      13.              !
328/
329
330
331ORCA025 - 46 vertical levels
332=======
333!-----------------------------------------------------------------------
334&namcfg        !   parameters of the configuration
335!-----------------------------------------------------------------------
336   cp_cfg      =  "orca"               !  name of the configuration
337   jp_cfg      =    1442               !  resolution of the configuration
338   jpidta      =    1021               !  1st lateral dimension ( >= jpi )
339   jpjdta      =     511               !  2nd    "         "    ( >= jpj )
340   jpkdta      =      46               !  number of levels      ( >= jpk )
341   jpiglo      =    1442               !  1st dimension of global domain --> i =jpidta
342   jpjglo      =    1021               !  2nd    -                  -    --> j  =jpjdta
343   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
344   jpjzoom     =       1               !  in data domain indices
345   jperio      =       4               !  lateral cond. type (between 0 and 6)
346   jphgr_msh   =       0               !  type of horizontal mesh
347   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
348   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
349   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
350   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
351   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
352   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
353   ppsur       =  999998.0             !  ORCA r4, r2 and r05 coefficients
354   ppa0        =  999998.0             ! (default coefficients)
355   ppa1        =  999998.0             !
356   ppkth       =      23.563           !
357   ppacr       =       9.0             !
358   ppdzmin     =       6.0             !  Minimum vertical spacing
359   pphmax      =    5750.0             !  Maximum depth
360   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
361   ppa2        =  999999.0             !  Double tanh function parameters
362   ppkth2      =  999999.0             !
363   ppacr2      =  999999.0             !
364/
365EEL R2: channel
366======
367!-----------------------------------------------------------------------
368&namcfg        !   parameters of the configuration
369!-----------------------------------------------------------------------
370   cp_cfg      =   "eel"               !  name of the configuration
371   jp_cfg      =       2               !  resolution of the configuration
372   jpidta      =      83               !  1st lateral dimension ( >= jpi )
373   jpjdta      =     242               !  2nd    "         "    ( >= jpj )
374   jpkdta      =      30               !  number of levels      ( >= jpk )
375   jpiglo      =      83               !  1st dimension of global domain --> i =jpidta
376   jpjglo      =     242               !  2nd    -                  -    --> j  =jpjdta
377   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
378   jpjzoom     =       1               !  in data domain indices
379   jperio      =       1               !  lateral cond. type (between 0 and 6)
380   jphgr_msh   =       3               !  type of horizontal mesh
381   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
382   ppgphi0     =      35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
383   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
384   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
385   ppe1_m      =    2000.0             !  zonal      grid-spacing (degrees)
386   ppe2_m      =    2000.0             !  meridional grid-spacing (degrees)
387   ppsur       =   -2033.194295283385  !  ORCA r4, r2 and r05 coefficients
388   ppa0        =     155.8325369664153 ! (default coefficients)
389   ppa1        =     146.3615918601890 !
390   ppkth       =      17.28520372419791  !
391   ppacr       =       5.0             !
392   ppdzmin     =  999999.0             !  Minimum vertical spacing
393   pphmax      =  999999.0             !  Maximum depth
394   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
395   ppa2        =  999999.0             !  Double tanh function parameters
396   ppkth2      =  999999.0             !
397   ppacr2      =  999999.0             !
398/
399
400
401EEL R5: channel
402======
403!-----------------------------------------------------------------------
404&namcfg        !   parameters of the configuration
405!-----------------------------------------------------------------------
406   cp_cfg      =   "eel"               !  name of the configuration
407   jp_cfg      =       5               !  resolution of the configuration
408   jpidta      =      66               !  1st lateral dimension ( >= jpi )
409   jpjdta      =      66               !  2nd    "         "    ( >= jpj )
410   jpkdta      =      31               !  number of levels      ( >= jpk )
411   jpiglo      =      66               !  1st dimension of global domain --> i =jpidta
412   jpjglo      =      66               !  2nd    -                  -    --> j  =jpjdta
413   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
414   jpjzoom     =       1               !  in data domain indices
415   jperio      =       1               !  lateral cond. type (between 0 and 6)
416   jphgr_msh   =       2               !  type of horizontal mesh
417   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
418   ppgphi0     =      43.436430714     ! latitude  of first raw and column T-point (jphgr_msh = 1)
419   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
420   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
421   ppe1_m      =    8000.0             !  zonal      grid-spacing (degrees)
422   ppe2_m      =    8000.0             !  meridional grid-spacing (degrees)
423   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
424   ppa0        =     255.58049070440   ! (default coefficients)
425   ppa1        =     245.58132232490   !
426   ppkth       =      21.43336197938   !
427   ppacr       =       3.0             !
428   ppdzmin     =  999999.0             !  Minimum vertical spacing
429   pphmax      =  999999.0             !  Maximum depth
430   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
431   ppa2        =  999999.0             !  Double tanh function parameters
432   ppkth2      =  999999.0             !
433   ppacr2      =  999999.0             !
434/
435
436
437EEL R6: 6 km resolution channel
438======
439!-----------------------------------------------------------------------
440&namcfg        !   parameters of the configuration
441!-----------------------------------------------------------------------
442   cp_cfg      =   "eel"               !  name of the configuration
443   jp_cfg      =       6               !  resolution of the configuration
444   jpidta      =      29               !  1st lateral dimension ( >= jpi )
445   jpjdta      =      83               !  2nd    "         "    ( >= jpj )
446   jpkdta      =      30               !  number of levels      ( >= jpk )
447   jpiglo      =      29               !  1st dimension of global domain --> i =jpidta
448   jpjglo      =      83               !  2nd    -                  -    --> j  =jpjdta
449   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
450   jpjzoom     =       1               !  in data domain indices
451   jperio      =       1               !  lateral cond. type (between 0 and 6)
452   jphgr_msh   =       3               !  type of horizontal mesh
453   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
454   ppgphi0     =      35.              ! latitude  of first raw and column T-point (jphgr_msh = 1)
455   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
456   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
457   ppe1_m      =    6000.0             !  zonal      grid-spacing (degrees)
458   ppe2_m      =    6000.0             !  meridional grid-spacing (degrees)
459   ppsur       =   -2033.194295283385  !  ORCA r4, r2 and r05 coefficients
460   ppa0        =     155.8325369664153 ! (default coefficients)
461   ppa1        =     146.3615918601890 !
462   ppkth       =      17.28520372419791   !
463   ppacr       =       5.0             !
464   ppdzmin     =  999999.0             !  Minimum vertical spacing
465   pphmax      =  999999.0             !  Maximum depth
466   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
467   ppa2        =  999999.0             !  Double tanh function parameters
468   ppkth2      =  999999.0             !
469   ppacr2      =  999999.0             !
470/
471
472
473POMME: 025
474======
475!-----------------------------------------------------------------------
476&namcfg        !   parameters of the configuration
477!-----------------------------------------------------------------------
478   cp_cfg      =   "pomme"             !  name of the configuration
479   jp_cfg      =     025               !  resolution of the configuration
480   jpidta      =      30               !  1st lateral dimension ( >= jpi )
481   jpjdta      =      40               !  2nd    "         "    ( >= jpj )
482   jpkdta      =      46               !  number of levels      ( >= jpk )
483   jpiglo      =      30               !  1st dimension of global domain --> i =jpidta
484   jpjglo      =      40               !  2nd    -                  -    --> j  =jpjdta
485   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
486   jpjzoom     =       1               !  in data domain indices
487   jperio      =       0               !  lateral cond. type (between 0 and 6)
488   jphgr_msh   =       0               !  type of horizontal mesh
489   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
490   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
491   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
492   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
493   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
494   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
495   ppsur       =  999998.0             !  ORCA r4, r2 and r05 coefficients
496   ppa0        =  999998.0             ! (default coefficients)
497   ppa1        =  999998.0             !
498   ppkth       =      23.563           !
499   ppacr       =       9.0             !
500   ppdzmin     =       6.0             !  Minimum vertical spacing
501   pphmax      =    5750.0             !  Maximum depth
502   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
503   ppa2        =  999999.0             !  Double tanh function parameters
504   ppkth2      =  999999.0             !
505   ppacr2      =  999999.0             !
506/
507
508C1D - 1D configuration. Add key_c1d in active cpp keys
509!-----------------------------------------------------------------------
510&namcfg        !   parameters of the configuration
511!-----------------------------------------------------------------------
512   cp_cfg      =  "orca"               !  name of the configuration
513   jp_cfg      =       2               !  resolution of the configuration
514   jpidta      =     182               !  1st lateral dimension ( >= jpi )
515   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
516   jpkdta      =      31               !  number of levels      ( >= jpk )
517   jpiglo      =       3               !  1st dimension of global domain --> i =jpidta
518   jpjglo      =       3               !  2nd    -                  -    --> j  =jpjdta
519! Choose postion of the 1D column:
520!            jpizoom =   61, jpjzoom =   133  (160W,75N)
521!            jpizoom =   61, jpjzoom =   110  (160W,50N)
522!            jpizoom =   61, jpjzoom =   97   (160W,30N)
523!            jpizoom =   61, jpjzoom =   86   (160W,10N)
524!            jpizoom =   61, jpjzoom =   49   (160W,30S)
525!            jpizoom =   61, jpjzoom =   27   (160W,60S)
526!            jpizoom =   61, jpjzoom =    7   (160W,75S)
527!            jpizoom =   110,jpjzoom =   97   (64W,31.5N) BATS site
528   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
529   jpjzoom     =       1               !  in data domain indices
530   jperio      =       0               !  lateral cond. type (between 0 and 6)
531   jphgr_msh   =       0               !  type of horizontal mesh
532   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
533   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
534   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
535   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
536   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
537   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
538   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
539   ppa0        =     255.58049070440   ! (default coefficients)
540   ppa1        =     245.58132232490   !
541   ppkth       =      21.43336197938   !
542   ppacr       =       3.0             !
543   ppdzmin     =  999999.              !  Minimum vertical spacing
544   pphmax      =  999999.              !  Maximum depth
545   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
546   ppa2        =  999999.              !  Double tanh function parameters
547   ppkth2      =  999999.              !
548   ppacr2      =  999999.              !
549/
Note: See TracBrowser for help on using the repository browser.