mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
35 lines
3.5 KiB
Plaintext
35 lines
3.5 KiB
Plaintext
Dataset {
|
||
Grid {
|
||
Array:
|
||
Float32 TSurfAir[time = 2][latitude = 10][longitude = 10];
|
||
Maps:
|
||
Float64 time[time = 2];
|
||
Float64 latitude[latitude = 10];
|
||
Float64 longitude[longitude = 10];
|
||
} TSurfAir;
|
||
Grid {
|
||
Array:
|
||
Float64 Delta_Time[time = 2][latitude = 10][longitude = 10];
|
||
Maps:
|
||
Float64 time[time = 2];
|
||
Float64 latitude[latitude = 10];
|
||
Float64 longitude[longitude = 10];
|
||
} Delta_Time;
|
||
Grid {
|
||
Array:
|
||
Float64 time_bnds[time = 2][nv = 2];
|
||
Maps:
|
||
Float64 time[time = 2];
|
||
Int32 nv[nv = 2];
|
||
} time_bnds;
|
||
} ber-2002-10-01.nc;
|
||
Data:
|
||
|