mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
|
netcdf tst_ncml {
|
||
|
dimensions:
|
||
|
m = 2;
|
||
|
t = unlimited;
|
||
|
variables:
|
||
|
float var (t, m);
|
||
|
var:tatt = "text attribute value" ;
|
||
|
var:natt = 1, 2;
|
||
|
:gtatt = "<, >, \', \", and &" ;
|
||
|
:gnatt = 3, 4;
|
||
|
}
|