openclimatefix / MetOfficeDataHub

Python wrapper around MetOffice Atmospheric Model Data REST API
MIT License
3 stars 0 forks source link

Only save last forecast made #76

Closed peterdudfield closed 1 year ago

peterdudfield commented 1 year ago

Detailed Description

Only save the last forecast made, this keeps the data file smaller

Context

this keeps the data file smaller

Possible Implementation

something like this - nwp = nwp.isel(init_time_utc=-1)