schism-dev / pyschism

Python interface for handling the SCHISM model.
https://schism-dev.github.io/schism/master/getting-started/pre-processing-with-pyschism/overview.html
Apache License 2.0
25 stars 21 forks source link

era5 updates for new CDS-Beta #133

Closed felicio93 closed 3 months ago

felicio93 commented 3 months ago

[ECMWF CDS and ADS migrating to new infrastructure: Common Data Store (CDS) Engine]

The CDS Toolbox will be discontinued and is not migrated to the new CDS. Support will continue to be provided to CDS Toolbox users until the CDS Toolbox is shutdown in September 2024

All users will have to:

The only change that affects pyschism that I found was the era5['time'] variable that changed to ['valid_time']. I went thought the CDS-Beta account setup process and updated the pyschism code accordingly. I tested creating the era5 forcingd with the updated code and everything seems to be working now.