Use glob in datafinder#210
Conversation
|
not a big fan of |
|
Because |
|
ok, the "I do not want to walk the whole tree" sold me 😁 |
bouweandela
left a comment
There was a problem hiding this comment.
Nice addition, can you add unit tests?
|
Can this be extended to also address #250? |
… into glob_data_finder
|
Done! |
|
We should test this on several machines/drs'. |
|
Ok Ill test it out myself asap
Dr Valeriu Predoi.
Computational scientist
NCAS-CMS
University of Reading
Department of Meteorology
Reading RG6 6BB
United Kingdom
…On Tue, 8 Oct 2019, 09:46 Mattia Righi, ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#210?email_source=notifications&email_token=AG5EFIZR5LNJ3BNLD33UGYTQNRCGNA5CNFSM4IPOCR4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCHGIAFQ#pullrequestreview-298614806>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG5EFI5QPFS3JDUADHLTOFLQNRCGNANCNFSM4IPOCR4A>
.
|
|
I am testing using the settings from |
|
|
|
hold merging, this breaks the data finding for fx variables. I am taking a look now |
|
so why was |
|
There were some conflicts which I fixed, maybe I overlooked something. |
|
But now you reverted all the changes of this PR, we use |
|
yeah I just saw that, need to revert the revert and fix the issues manually |
This reverts commit 7fdaaf7.
|
nobody move an inch, am making the changes now |
valeriupredoi
left a comment
There was a problem hiding this comment.
ok tested with @ruthlorenz collins recipe, OK to go
|
Testing is ongoing here. |
What is the meaning of this? I do not specify any preprocessor, but it does call a 'default' preprocessor. This seems not to occur for OBS. |
any time you don't specify a preprocessor name for a variable, it will create the |
A small change to allow users to use wildcard characters in path definiton (we already allow it on files).
I added it because of a quirk our observations convention has: variable folder can just be the variable name or it can have appended the original frequency used for the computation:
Example:
psl monthly means for ERA5 if directly provided by ECMF:
/esarchive/recon/ecmwf/era5/daily_mean/pslpsl monthly means for ERA5 if computed from hourly outputs provided by ECMF:
/esarchive/recon/ecmwf/era5/daily_mean/psl_f1hBoth will be found with the new code if folder path is defined
whatever\[short_name]*but I will need to add a extra tag for the user to provide with the old versionAs a bonus, things like PRIMAVERA workspaces in jasmin (which are primavera1 to primavera5) can be add now as only one 'primavera?'