Skip to content
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

Generate new tables and variables for ISMIP6 #107

Closed
durack1 opened this issue Jul 23, 2020 · 9 comments · Fixed by #108
Closed

Generate new tables and variables for ISMIP6 #107

durack1 opened this issue Jul 23, 2020 · 9 comments · Fixed by #108

Comments

@durack1
Copy link
Collaborator

durack1 commented Jul 23, 2020

@geresie that is the mrros variable see here from the Lmon table, whereas total runoff mrro is defined here for the Lmon table.

I will open a new issue to generate an Lyr table and make sure that mrros is included.

Which tables are you pulling the other variables from? I have guessed below, please correct anything wrong

"acabf" IyrGre/IyrAnt see here for the IyrGre table
"evspsbl" Amon see here
"mrros" Lmon see here
"pr", Amon as for evspsbl
"sftflf" is this fixed or time invariant, in which case it would be the fx table
"so" Omon see here
"ts" Amon see here

Obviously if you are generating annual mean data, all these tables become annual/yearly: Ayr, Lyr, Oyr etc etc

Originally posted by @durack1 in #106 (comment)

@durack1
Copy link
Collaborator Author

durack1 commented Jul 23, 2020

@geresie, just to clarify, all variables are annual/yearly right? And to further clarify, these are annually evolving, not a single timestep/climatology?

@durack1
Copy link
Collaborator Author

durack1 commented Jul 23, 2020

The following are required:

table_id table description exists? variable_id exists? source table 1 2 complete
Ayr Atmosphere yearly nope evspsbl nope Amon y y y
Ayr Atmosphere yearly nope pr nope Amon y y y
Ayr Atmosphere yearly nope ts nope Amon y y y
Lyr Land yearly nope mrros nope Lmon y y y
LIyr LandIce yearly yep sftflf nope LImon y y y
LIyrAnt Land/Antarctica yearly nope acabf nope IyrAnt y y y
LIyrGre Land/Greenland yearly nope acabf nope IyrGre y y y
Oyr Ocean yearly nope so nope Omon y y y

@durack1 durack1 changed the title Generate Lyr table and add new variables for ISMIP6 Generate new tables and variables for ISMIP6 Jul 24, 2020
@durack1
Copy link
Collaborator Author

durack1 commented Jul 24, 2020

@geresie, just checking that the above is correct? If this is accurate, then I will start on pulling across these tables/variables. Please do let me know if I have guessed a wrong table/realm above

@geresie
Copy link

geresie commented Jul 24, 2020

Yes, these all seem to be correct. Thanks

@durack1
Copy link
Collaborator Author

durack1 commented Jul 24, 2020

@geresie those new tables/variables are now in place, feel free to pull these down, updating the existing Tables subdir, and use these to write your data

@geresie
Copy link

geresie commented Jul 24, 2020

Thanks so much, Paul.

@durack1
Copy link
Collaborator Author

durack1 commented Jul 24, 2020

@geresie there were some changes with CMOR 3.6.0 (I think I mentioned this before, I have an issue opened #102), which means that if you have been using <3.6.0 and the demos in this repo to build your code base it may need a little tweak

@geresie
Copy link

geresie commented Jul 27, 2020

Thanks Paul. I am using 3.6.0.

@durack1
Copy link
Collaborator Author

durack1 commented Jul 28, 2020

@geresie great, let me know if you hit any issues.

Once you have a working example, it'd be great to contribute this as a demo, so others can pick up what you've developed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants