source: trunk/SRC/Commons/cm_4mesh.pro @ 77

Last change on this file since 77 was 54, checked in by pinsard, 18 years ago

upgrade of Commons according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1;+
2;
3; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr)
4;                       June 2005
5;-
6@cm_general
7;
8; domains sizes
9;
10COMMON local_coord, jpi, jpj, jpk
11COMMON global_mesh_coord, jpiglo, jpjglo, jpkglo
12;
13; domains positions regarding to the original grid
14;
15COMMON zoom_mesh, ixminmesh, ixmaxmesh $
16  , iyminmesh, iymaxmesh, izminmesh, izmaxmesh
17;
18; mesh related coordinates
19; see OPA manual
20COMMON longitudes, glamf, glamt, glamu, glamv
21COMMON latitudes, gphif, gphit, gphiu, gphiv
22COMMON scale_factors, e1t, e2t, e1u, e2u, e1v, e2v, e1f, e2f
23COMMON masks, tmask, umaskred, vmaskred, fmaskredx, fmaskredy
24; not used (as far as I know...) COMMON coriolis, ff
25COMMON vertical, gdept, gdepw, e3t, e3w
26COMMON partial_steps, hdept, hdepw, e3t_ps, e3w_ps, e3u_ps, e3v_ps
27COMMON keys_grid, key_shift, key_periodic, key_stride, key_gridtype, key_yreverse, key_zreverse, key_partialstep, key_onearth
28;
29; variables needed by xxx
30;
31COMMON xxx_parameters, ccmeshparameters, ccreadparameters
32;
33; zoom related definitions
34;
35COMMON zoom_boundaries, lat1, lat2, lon1, lon2, vert1, vert2
36COMMON zoom_size, nxt, nyt, nxu, nyu, nxv, nyv, nxf, nyf, nzt, nzw
37COMMON zoom_indexes, $
38  firstxt, firstxu, firstxv, firstxf, $
39  firstyt, firstyu, firstyv, firstyf, $
40  lastxt, lastxu, lastxv, lastxf, $
41  lastyt, lastyu, lastyv, lastyf, $
42  firstzt, firstzw, lastzt, lastzw
43COMMON keys_zoom, key_irregular
44;
45COMMON liees_a_triangule, triangles_list, twin_corners_up, twin_corners_dn
46;
47
48
49
50
Note: See TracBrowser for help on using the repository browser.