...
Code Block | ||
---|---|---|
| ||
dates = nil loop dtfc in datesfs d = grib_get_long(fsfc, 'validityDate') t = grib_get_long(fsfc, 'validityTime') dt = date(d) + hour(t/100) dates = dates & [dt] end loop print(dates) |
...
...
Code Block | ||
---|---|---|
| ||
dates = nil loop dtfc in datesfs d = grib_get_long(fsfc, 'validityDate') t = grib_get_long(fsfc, 'validityTime') dt = date(d) + hour(t/100) dates = dates & [dt] end loop print(dates) |
...