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
We started working on reading ORAS4 and ORAS5 reanalysis within ESMValTool (see https://www.ecmwf.int/en/forecasts/dataset/ocean-reanalysis-system-5). We plan to do an online cmorization using fixes because it is not compute intensive: just renaming and fixing some metadata.
I have a first draft for ORAS4, but there is a problem we are not very sure in how to address: this particular reanalysis have 5 realizations instead of the single one we use to have in observations.
I can see two options:
Create a new project that supports members and keep doing that anytime we need an extra key for an observation / reanalysis
Allow us to specify different paths for different datasets in the same project, particularly for the input_file and output_file keys. This will allow us to also remove the need to rename the original files after download
An example of a config-developer for the second option, with the first level being the current drs and the second being the dataset specific part
Hi @jvegasbsc , We had a working solution that I was quite happy with for your second suggestion as part of #785. It was not terribly difficult to do and worked well, but there was some resistance as it would require significantly overhauling config-developer. In the end the PR became too big so I closed it.
Option two is also proposed here: #494, it might be useful for large datasets where users typically have no control over the directory structure/file names.
The new structure for config-developer proposed by @stefsmeets is very nice, but it is important that we keep changes backward compatible as much as possible and probably we will want to adopt intake (see #31) rather than keep working on our own _data_finder.py.
We started working on reading ORAS4 and ORAS5 reanalysis within ESMValTool (see https://www.ecmwf.int/en/forecasts/dataset/ocean-reanalysis-system-5). We plan to do an online cmorization using fixes because it is not compute intensive: just renaming and fixing some metadata.
I have a first draft for ORAS4, but there is a problem we are not very sure in how to address: this particular reanalysis have 5 realizations instead of the single one we use to have in observations.
I can see two options:
input_file
andoutput_file
keys. This will allow us to also remove the need to rename the original files after downloadAn example of a
config-developer
for the second option, with the first level being the currentdrs
and the second being the dataset specific partAny other ideas? @ESMValGroup/esmvaltool-coreteam
The text was updated successfully, but these errors were encountered: