You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
661 B
25 lines
661 B
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;
|
|
|