-
Notifications
You must be signed in to change notification settings - Fork 128
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
Build a new live-CMORiser for ACCESS-ESM raw data in ESMValTool #3431
Comments
Hi @rhaegar325, welcome to the community! It's great to hear that you want to use ESMValTool to process ACCESS-ESM data 🚀. What you describe here has been already implemented for 5 other models. We usually refer to it as "on-the-fly CMORization" or "CMOR-like reformatting". Implementing support for a new model usually involves 3 main steps:
All of this is explained in more detail here. An overview of all currently supported models is given here. If you want to know more about our thoughts and ideas about the design of this framework, check out this paper. Regarding the APP4 tool that you mentioned: if this is a Python package that would be super helpful! You could then simply import and use this in the fix function and probably avoid a lot of code duplication. Let me know if you have any further questions, I am happy to help! Please also feel free to open a draft pull request at any development stage, as this usually makes it much easier for us to support you! Thanks! |
Hi, @schlunma: Appreciate a lot for your reply, that would be really helpful. I would follow your instruction to start a new branch to have a try, and I would like to share with you if I make any progress or meet any problem through the process. keep in touch. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Would you be able to help out?
Would you have the time and skills to implement the solution yourself?
Hi, ESMValGroup:
I am from ACCESS-NRI, recently we trying to build a live-CMORiser in ESMValTool for ACCESS-ESM raw data, our purpose is to make it able to live-CMORise any variable in ACCESS-ESM dataset. Now we already have a useful tool named APP4(Access post-processor), it can CMORise every variable in ACCESS-ESM, so the simplest way is bind APP4 as a CMORiser or a preprocessor in ESMValTool. Since I am new to ESMValTool, I raise a issue here to see if anyone have any related experience or could provide any suggestions about how to build a CMORiser for ESMValTool(e.g. interface, related docs), that would be super helpful.
The text was updated successfully, but these errors were encountered: