-
Notifications
You must be signed in to change notification settings - Fork 39
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
Development cmip6fx conventions with cmor fixes to fx vars #22
Conversation
…nt of fx variables as regular variables
…th no time extraction for fx variables
…including cmor checks and output
… listed as variables in recipe
This contains a lot of stuff about different preprocessors that has nothing to do with fx vars. Did something in the porting go wrong or am I missing something? |
Yeah, that's the stuff the branch version2_development has ahead of
development, merging that in development will rid us of all those extra
stuff
Dr Valeriu Predoi.
Computational scientist
NCAS-CMS
University of Reading
Department of Meteorology
Reading RG6 6BB
United Kingdom
…On Tue, 11 Jun 2019, 13:48 Klaus Zimmermann, ***@***.***> wrote:
This contains a lot of stuff about different preprocessors that has
nothing to do with fx vars. Did something in the porting go wrong or am I
missing something?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AG5EFI5CLRGFXYSVBEVUH7LPZ6NI7A5CNFSM4HWUVGNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXM745Y#issuecomment-500825719>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG5EFI74DMN5Z66TZX6T7ZLPZ6NI7ANCNFSM4HWUVGNA>
.
|
Ok, I will wait with the review then until this is done 'cause at the moment it is a bit difficult to see what should actually be commented upon. |
Sure thing man, I am away until Friday but @mattiarighi or @bouweandela can
update development with version2_development latest 🍺
Dr Valeriu Predoi.
Computational scientist
NCAS-CMS
University of Reading
Department of Meteorology
Reading RG6 6BB
United Kingdom
…On Tue, 11 Jun 2019, 13:53 Klaus Zimmermann, ***@***.***> wrote:
Ok, I will wait with the review then until this is done 'cause at the
moment it is a bit difficult to see what should actually be commented upon.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AG5EFI67Q5HFIKRD35O3LJDPZ6N4JA5CNFSM4HWUVGNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXNALIQ#issuecomment-500827554>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG5EFI6UPCXVSYUAD63RNU3PZ6N4JANCNFSM4HWUVGNA>
.
|
Can you please merge the |
le done 🍺 |
@ledm @zklaus @bouweandela I have had another look at this PR and I think it is very important to have it examined, suggestions plugged in and merged on an asap level: this is helping with a bunch of rather important standing issues. Here is an example for the recipe bit:
the Also, part of this PR allows for specifying the fx variable like a regular variable, together with any sort of preprocessor for it. This can be used later on in the diagnostic. NOTE that due to the internal structure of the current workflow, inter-using stand-alone variables with other variables is an absolute nightmare (the parallel nature of running each variable task makes things very tricky). Unless we seriously change the framework, the coupling var-fxvar (or for the matter, var-var) in the preprocessor can not be done unless the fxvar( |
|
@valeriupredoi, nice to see this moving forward! I can't speak for the others, but what makes the review difficult for me is that it is really unclear what this PR is trying to achieve, what other PRs on the topic are around, and how they relate to each other. How about this: Let's make one issue for fx stuff (or designate an existing one) and collect links to all the bits and pieces there. Then we can clarify what does what. What do you think? |
@zklaus sounds like a very good idea! This PR is too large to be reviewed just using the (bits of) information here. I'll create the issue right now, and ask you guys to contribute 🍺 |
superseded for now by #170 |
Related issue #109
ported ESMValGroup/ESMValTool#1037 to ESMValCore/version2_development