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

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