2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-02-17 16:50:18 +08:00
netcdf-c/ncdump/ref_tst_noncoord.cdl
2010-06-03 13:24:43 +00:00

11 lines
120 B
Plaintext

netcdf ref_tst_noncoord {
dimensions:
n = 3;
mode = unlimited;
variables:
int mode(n);
data:
mode = 1, 2, 3;
}