You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding stations/obspoints from the GTSMip reanalysis dataset on CDS (C3S project) can prove useful for subset/retrieve, and also very much for the modelbuilder. Some code to get them by downloading a small dataset from CDS:
check if coords in xyn are equal to the ones in the CDS dataset
decide on new source name, for instance gtsmip-cds. Keep option open to add new version of the cds dataset, maybe link to gtsm-era5 repos name, or gtsm version (gtsm3ip?)
add new source in dfmt.ssh_catalog_subset() and dfmt.ssh_retrieve_data() in observations.py (download per month/year based on a user defined time-frame)
The gtsm-era5-cds source was added to observations.py, as well as the retrieve/subset notebook and test_observations.py. The subsetting of locations from the csv file with observation points is implemented. The retrieval of data is almost fully implemented - the data is downloaded, but as one file that includes all subsetted stations. Exceptions were implemented in the function for data retrieval, because point-based retrieval is not possible for the GTSM data from CDS.
To be discussed: should we follow the same method as for other sources and save data in a file per station? This results in a very large number of files compared to other sources.
Adding stations/obspoints from the GTSMip reanalysis dataset on CDS (C3S project) can prove useful for subset/retrieve, and also very much for the modelbuilder. Some code to get them by downloading a small dataset from CDS:
For global:



For Bonaire:
For Vietnam:
So this is useful, but not efficient yet and it excludes the actual downloading of the data.
Additional info:
Todo:
gtsmip-cds
. Keep option open to add new version of the cds dataset, maybe link to gtsm-era5 repos name, or gtsm version (gtsm3ip?)dfmt.ssh_catalog_subset()
anddfmt.ssh_retrieve_data()
in observations.py (download per month/year based on a user defined time-frame)black
(without actually calling it)Contributing guidelines:
The text was updated successfully, but these errors were encountered: