root/cdat/trunk/las_ui/clt.xml

Revision 3112, 1.9 kB (checked in by mlaker1, 3 years ago)

First submit, with some simple changes to the default
XML configuration files.

Line 
1    <datasets>
2     <clt_cdf name="CLT"
3                              url="file:clt"
4                              doc="doc/levitus_monthly.html">
5
6    <!-- Default properties for this dataset -->
7    <properties>
8     <ferret>
9      <land_type>shade</land_type> <!-- filled continents -->
10     </ferret>
11    </properties>
12
13      <variables>
14       <salt name="SALINITY" units="PPT">
15        <link match="/lasdata/grids/levitus_climatology_cdf_grid"/>
16       </salt>
17       <temp name="TEMPERATURE" units="DEG C">
18        <link match="/lasdata/grids/levitus_climatology_cdf_grid"/>
19       </temp>
20       <clt name="CLT variable" units="IDUNNO">
21        <link match="/lasdata/grids/levitus_climatology_cdf_grid"/>
22       </clt>
23       <aBcD name="CLT variable" units="IDUNNO">
24        <link match="/lasdata/grids/levitus_climatology_cdf_grid"/>
25       </aBcD>
26      </variables>
27     </clt_cdf>
28    </datasets>
29    <grids>
30 <!--
31     <levitus_climatology_cdf_grid>
32      <link match="/lasdata/axes/levitus_climatology_cdf_XAXLEVITR"/>
33      <link match="/lasdata/axes/levitus_climatology_cdf_YAXLEVITR"/>
34      <link match="/lasdata/axes/levitus_climatology_cdf_ZAXLEVITR"/>
35     </levitus_climatology_cdf_grid>
36 -->
37    </grids>
38    <axes>
39 <!--
40     <levitus_climatology_cdf_XAXLEVITR type="x" units="degrees_east">
41      <arange start="20.5" step="1" size="360"/>
42     </levitus_climatology_cdf_XAXLEVITR>
43     <levitus_climatology_cdf_YAXLEVITR type="y" units="degrees_north">
44      <arange start="-89.5" step="1" size="180"/>
45     </levitus_climatology_cdf_YAXLEVITR>
46     <levitus_climatology_cdf_ZAXLEVITR type="z" units="METERS">
47      <v>0</v>
48      <v>10</v>
49      <v>20</v>
50      <v>30</v>
51      <v>50</v>
52      <v>75</v>
53      <v>100</v>
54      <v>150</v>
55      <v>200</v>
56      <v>300</v>
57      <v>400</v>
58      <v>600</v>
59      <v>800</v>
60      <v>1000</v>
61      <v>1200</v>
62      <v>1500</v>
63      <v>2000</v>
64      <v>3000</v>
65      <v>4000</v>
66      <v>5000</v>
67     </levitus_climatology_cdf_ZAXLEVITR>
68 -->
69    </axes>
Note: See TracBrowser for help on using the browser.