2010-06-03 21:24:43 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-11-12 01:47:49 +08:00
|
|
|
<netcdf xmlns="https://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="tst_ncml.nc">
|
2010-06-03 21:24:43 +08:00
|
|
|
<dimension name="m" length="2" />
|
|
|
|
<dimension name="t" length="0" isUnlimited="true" />
|
|
|
|
<attribute name="gtatt" value="<, >, ', ", and &" />
|
|
|
|
<attribute name="gnatt" type="int" value="3 4" />
|
2015-08-02 22:54:29 +08:00
|
|
|
<attribute name="gdatt" type="double" value="-7.02788826649782e-09 7.02788826649782e-09" />
|
2016-03-18 12:05:46 +08:00
|
|
|
<attribute name="gnul" value="�abcd��hello" />
|
2010-06-03 21:24:43 +08:00
|
|
|
<variable name="var" shape="t m" type="float">
|
|
|
|
<attribute name="tatt" value="text attribute value" />
|
|
|
|
<attribute name="natt" type="int" value="1 2" />
|
2015-08-02 22:54:29 +08:00
|
|
|
<attribute name="datt" type="double" value="7.02788826649782e-09 -7.02788826649782e-09" />
|
2010-06-03 21:24:43 +08:00
|
|
|
</variable>
|
|
|
|
</netcdf>
|