source: documentation/user_manual/examples/bedslopeexcerpt.cdl @ 3383

Last change on this file since 3383 was 2811, checked in by howard, 19 years ago

This is an excerpt from a CDL representation of the output .sww file generated when running bedslope.py - to be used in the ANUGA user guide.

File size: 4.6 KB
RevLine 
[2811]1netcdf bedslope {
2dimensions:
3    number_of_volumes = 200 ;
4    number_of_vertices = 3 ;
5    number_of_points = 121 ;
6    number_of_timesteps = UNLIMITED ; // (41 currently)
7variables:
8    float x(number_of_points) ;
9    float y(number_of_points) ;
10    float elevation(number_of_points) ;
11    float z(number_of_points) ;
12    int volumes(number_of_volumes, number_of_vertices) ;
13    float time(number_of_timesteps) ;
14    float stage(number_of_timesteps, number_of_points) ;
15    float xmomentum(number_of_timesteps, number_of_points) ;
16    float ymomentum(number_of_timesteps, number_of_points) ;
17
18// global attributes:
19        :institution = "Geoscience Australia" ;
20        :description = "Output from pyvolution suitable for plotting" ;
21        :smoothing = "Yes" ;
22        :order = 1 ;
23        :starttime = 0 ;
24        :xllcorner = 0. ;
25        :yllcorner = 0. ;
26        :zone = 56 ;
27        :false_easting = 500000 ;
28        :false_northing = 10000000 ;
29        :datum = "wgs84" ;
30        :projection = "UTM" ;
31        :units = "m" ;
32data:
33
34 x = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
35    0.1, 0.1, 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2,
36    0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.4, 0.4, 0.4,
37    0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
38    0.5, 0.5, 0.5, 0.5, 0.5, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6,
39    0.6, 0.6, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.8,
40    0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.9, 0.9, 0.9, 0.9,
41    0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;
42
43 y = 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 0, 0.1, 0.2, 0.3,
44    0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7,
45    0.8, 0.9, 1, 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 0, 0.1,
46    0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 0, 0.1, 0.2, 0.3, 0.4, 0.5,
47    0.6, 0.7, 0.8, 0.9, 1, 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1,
48    0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 0, 0.1, 0.2, 0.3, 0.4,
49    0.5, 0.6, 0.7, 0.8, 0.9, 1, 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
50    0.9, 1, 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1 ;
51
52 elevation = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -0.05, -0.05, -0.05, -0.05,
53    -0.05, -0.05, -0.05, -0.05, -0.05, -0.05, -0.05, -0.1, -0.1, -0.1, -0.1,
54    -0.1, -0.1, -0.1, -0.1, -0.1, -0.1, -0.1, -0.15, -0.15, -0.15, -0.15,
55    -0.15, -0.15, -0.15, -0.15, -0.15, -0.15, -0.15, -0.2, -0.2, -0.2, -0.2,
56    -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.25, -0.25, -0.25, -0.25,
57    -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.3, -0.3, -0.3, -0.3,
58    -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.35, -0.35, -0.35, -0.35,
59    -0.35, -0.35, -0.35, -0.35, -0.35, -0.35, -0.35, -0.4, -0.4, -0.4, -0.4,
60    -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.45, -0.45, -0.45, -0.45,
61    -0.45, -0.45, -0.45, -0.45, -0.45, -0.45, -0.45, -0.5, -0.5, -0.5, -0.5,
62    -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5 ;
63
64 z = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -0.05, -0.05, -0.05, -0.05, -0.05,
65    -0.05, -0.05, -0.05, -0.05, -0.05, -0.05, -0.1, -0.1, -0.1, -0.1, -0.1,
66    -0.1, -0.1, -0.1, -0.1, -0.1, -0.1, -0.15, -0.15, -0.15, -0.15, -0.15,
67    -0.15, -0.15, -0.15, -0.15, -0.15, -0.15, -0.2, -0.2, -0.2, -0.2, -0.2,
68    -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.25, -0.25, -0.25, -0.25, -0.25,
69    -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.3, -0.3, -0.3, -0.3, -0.3,
70    -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.35, -0.35, -0.35, -0.35, -0.35,
71    -0.35, -0.35, -0.35, -0.35, -0.35, -0.35, -0.4, -0.4, -0.4, -0.4, -0.4,
72    -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.45, -0.45, -0.45, -0.45, -0.45,
73    -0.45, -0.45, -0.45, -0.45, -0.45, -0.45, -0.5, -0.5, -0.5, -0.5, -0.5,
74    -0.5, -0.5, -0.5, -0.5, -0.5, -0.5 ;
75
76 volumes =
77  11, 12, 0,
78  1, 0, 12,
79  12, 13, 1,
80  2, 1, 13,
81  13, 14, 2,
82  3, 2, 14,
83  14, 15, 3,
84  4, 3, 15,
85  ...,
86  109, 108, 120 ;
87
88 time = 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3,
89    1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8,
90    2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4 ;
91
92 stage =
93  0.025, 0.02777778, 0.02777778, 0.02777778, 0.02777778, 0.02777778,
94    0.02777778, 0.02777778, 0.02777778, 0.02777778, 0.03333334, -0.01111111,
95    5.782412e-019, 5.782412e-019, 5.782412e-019, 5.782412e-019,
96    5.782412e-019, 5.782412e-019, 5.782412e-019, 5.782412e-019,
97    ...
98    -0.1654055, -0.1558442, -0.1504084 ;
99
100 xmomentum =
101  _, _, _, _, _, ,... _, _ ;
102
103 ymomentum =
104  _, _, _, _, _, ,... _, _ ;
105}
Note: See TracBrowser for help on using the repository browser.