mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
Dataset {
|
|
Float64 lat[lat = 1];
|
|
Float64 lon[lon = 1];
|
|
Float64 height[height = 805];
|
|
Grid {
|
|
Array:
|
|
Float64 time[height = 805];
|
|
Maps:
|
|
Float64 height[height = 805];
|
|
} time;
|
|
Grid {
|
|
Array:
|
|
Float64 river_discharge[height = 805];
|
|
Maps:
|
|
Float64 height[height = 805];
|
|
} river_discharge;
|
|
} saco1.nc;
|