-
Notifications
You must be signed in to change notification settings - Fork 1
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
ACCESS-CM3 Builder #168
Comments
@sfiddes would also like a builder for UM regional nesting suite output - its not clear to be if this is the same or a different builder ? If someone is looking at this soon she can provide some example output :) |
I think I'm on the hook for new builders @anton-seaice , so if you can provide some demo data I can start looking into it. |
@paolap set up a builder (in a fork?) for Aus2200 output that could do what we need. Paola, are you planning on contributing that in to the main package? |
I have put a couple of files here: /scratch/public/slf563/UM_RNS. It is fairly niche sorry, but if there is something that works for AUS2022 that would be a good start... Also, I've just used iris to convert from pp files, so the naming might also be a bit off. I am looking for a better way to do the data processing to use CF conventions etc.. So perhaps not the best dataset to start with - AUS2022 probably better, but with recognition that not everyone uses AUS2022 :) |
Yes that was the idea, I was waiting to have time to review what I did and make it more flexible so that a user could control which extra fields would appear in the catalogue attributes. I'm busy all this week and I would need to adapt it to whatever change Marc introduced, I can have another look at it next week and than set a pull_request I did put a link in another issue. I also had a chat with Sonya previously about post-processing her data as Mopper has already the capacity of doing so, but currently starting from the raw model output rather than from the iris version. One issue with iris is that seems to make up standard_names, which is a potential source of information for mopper, so it would confuse the tool. Again I won't have anytime to look at this until next week. |
@paolap how did you go with your new builder? |
I didn't do anything more, maybe next week I'll have some time to review it and pull your changes. It was working for me for the example I wanted to run. The catalogue I produced is the one Navid used in his atmospheric cookbook example. |
Finally, I'm going to have some time next week to look into this again, so far I just updated my fork and merge your updates from main. Let me know, if there's more from other branches that I should be aware of, i.e. more changes to the builders in particular. |
Hi all, is there some representative ACCESS-CM3 data I can use for this? |
@marc-white finally I had sometime to look at this, way later than I would have liked to! I updated the MopperBuilder class to follow the changes you implemented including using the new class _AccessNCFileInfo As mopper is a wrapper to CMOR that writes one variable per file it would be great if it was possible to avoid a multivariable file setup when it's not needed. Multivariable esm catalogues have some limitations, it's also potentially more confusing from a user point of view. My changes are in my own fork in the aus2200 branch, the main branch should be up to date with the official repo: |
Thanks @paolap , I'm going to pull the branch into the main repo to take a look & continue work. |
@paolap what are you providing as the arguments |
This config file should show what they are for the dataset I sued as test: https://github.com/paolap/access-nri-intake-catalog/blob/aus2200/config/access-mopper.yaml Basically "fpattern" is set in the file used as configuration for mopper to build the directory structure of the post-processed output. "path_template" and "file_templat"e in this yaml file: This follow more strict rules for CMIP6 data as shown in the equivalent file if following CMIP6. This is why it made sense for me to use the same setup for the builder. Then I added toselect to allow a user to chose what attributes they wanted in the catalogue. The date_range is determined by the frequency automatically by CMOR as fromdate-todate, hence it doesn't appear in the template. |
Thanks @paolap , that's good information. Following on from that:
|
It could change, it's up to a user really, in my experience most people would stick to what it's suggested there. If it changes it should be quite straightforward to get it from whoever process the data or work it out from the data itself. And I forgot to say that the data I used as an example is getting published, but it will then be in a different project "bs94" hopefully it will be available before I finish work in two weeks, and i can give you the right path, I will open another ticket. |
ACCESS-CM3 is now at the point of producing output. It could be useful to have an ACCESS-CM3 Builder to allow us to build datastores for ACCESS-CM3 data.
ping @MartinDix, @kieranricardo
The text was updated successfully, but these errors were encountered: