iluise / atmorep_analysis

MIT License
0 stars 1 forks source link

Additional dimension for forecast data #1

Open mlangguth89 opened 6 months ago

mlangguth89 commented 6 months ago

So far, the data in the global forecasting mode are stored in 4D-arrays with dimensions ["ml", "datetime", "lat", "lon"]. However, if the lead time gets larger than the temproal gap between different forecast initialisations time, data gets overwriiten. To avoid this, the data will be stored in 5D-arrays in the future, where the datetime-dimension is separated into init_time and lead_time with the latter being provided in hours after initialisation, i.e ["init_time", "ml", "lead_time", "lat", "lon"].