-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output filename conform to DRS filename convention #69
Comments
indices filename contains wrong frequency. |
driving model is repeated in filename: |
rename indice file |
Could you help me recreate this? I'm not sure in which case this can happen. |
It happened while calculating the indices: |
I'm not sure how it could do this in finch... unless I'm missing something, the only remaining way I see for this to happen is if this string is inside the source dataset's |
it repeated the RCM as well: you are right: its an error of the file: I ll check the other files where it happened and send you per mail. |
not receiving the DRS names for CMIP6 file outputs
|
There are specific cases for CORDEX, EOBS and CMIP5. All other cases (including CMIP6), should be covered by finch/finch/processes/utils.py Lines 251 to 261 in a922d8c
But the filename defaults to out if there was an error. I think what is missing here is a warning about why an error was encountered.
|
Set output filename
output is given as:
outputs/2f91fe3a-3f5d-11ea-a7e1-9cb6d08a53e7/out.nc'
Suggestion: use eggshell:
https://eggshell.readthedocs.io/en/latest/_modules/eggshell/nc/nc_utils.html#drs_filename
The text was updated successfully, but these errors were encountered: