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

Last change on this file since 280 was 238, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

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