-
Notifications
You must be signed in to change notification settings - Fork 8
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
support input4MIPS input files #25
Comments
We also need to combine solid and liquid runoff somehow - see discussion in COSIMA/access-om2#155 The simplest thing would be to treat solid runoff as liquid, ignoring its latent heat, and add to liquid runoff. I guess it could be toggled by a @nichannah what do you think? |
Another approach would be to have an additional key-value pair for the solid runoff file in the runoff dictionary in If implemented for all fields, this could also be used for additive perturbation experiments, instead of (or in addition to) the support for multiplicative perturbations we already have via scaling. |
I'm So to support JRA55-do 1.4.0 the runoff
Can anyone see a problem with that? (ping @nichannah, @russfiedler, @aidanheerdegen) |
I'm now thinking it would be better to separate the additive-perturbation functionality from JRA55-do 1.4.0 support, i.e. use a |
Additive forcing perturbation is now a separate issue: #30 |
See PR for implementation of Remaining issues:
|
re. first point above, Is there any reason not to do a case-insensitive checks for dimension names here? That would cover the first point above and also make it handle other other any changes to dim name capitalisation which may arise in future. libaccessom2/libcouple/src/util.F90 Lines 128 to 137 in 5ec5716
|
@nichannah any objections if I use case-insensitive checks? See previous post. |
additional key year+1 to support input4MIPS -- #25
also see discussion in #20 |
@aekiss no problem, I probably just didn't think of it. |
See COSIMA/access-om2#120 and COSIMA/access-om2#155.
I suspect we can cover all cases by having an additional key to represent year+1.
The text was updated successfully, but these errors were encountered: