File: ref1.ncml

package info (click to toggle)
netcdf-parallel 1%3A4.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,352 kB
  • sloc: ansic: 229,114; sh: 11,180; yacc: 2,561; makefile: 1,390; lex: 1,173; xml: 173; awk: 2
file content (14 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="tst_ncml.nc">
  <dimension name="m" length="2" />
  <dimension name="t" length="0" isUnlimited="true" />
  <attribute name="gtatt" value="&lt;, &gt;, ', &quot;, and &amp;" />
  <attribute name="gnatt" type="int" value="3 4" />
  <attribute name="gdatt" type="double" value="-7.02788826649782e-09 7.02788826649782e-09" />
  <attribute name="gnul" value="&#0;abcd&#0;&#0;hello" />
  <variable name="var" shape="t m" type="float">
    <attribute name="tatt" value="text attribute value" />
    <attribute name="natt" type="int" value="1 2" />
    <attribute name="datt" type="double" value="7.02788826649782e-09 -7.02788826649782e-09" />
  </variable>
</netcdf>