Bingham-Research-Center / clyfar

Bingham Research Center's (Utah State University) Ozone Prediction Model Clyfar
0 stars 0 forks source link

Get Herbie to keep "temporary" data #4

Open johnrobertlawson opened 3 weeks ago

johnrobertlawson commented 3 weeks ago

We may want to keep "temporary data" downloaded by Herbie. We could consider finding a way (in docs or code docs?) to turn off auto-delete of the data that Herbie downloads and deleting it (or archiving/moving it) ourselves manually.

It depends whether we want to archive some of the GEFS raw data. We will want to evaluate GEFS performance April onwards for pre-processing (error-correcting the forecast data using a neural network to learn with observed data) and diagnosing how much Clyfar performance was correlated with GEFS forecast skill, and so on.

johnrobertlawson commented 3 weeks ago

From reading the docs, it seems it's when Herbie loads data into xarray that it removes the grib, so I'll try putting in a switch that I think will preserve the data for testing (to start with) in my next commit.