-
Notifications
You must be signed in to change notification settings - Fork 34
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
Land Diagnostics using ADF #354
base: main
Are you sure you want to change the base?
Conversation
@justin-richling I realize this PR inherited a bunch of your older work that may not be necessary. I also was wondering if you could help me with aspects of this PR that are still a little clunky. I've tried marking these with TODOs in the modified files. Finally, I'm pretty lost by what the plotting functions are doing, but I have a mock up of lat-lon plots using uxarray in plot_uxarray_test.ipynb that needs to be migrated into the new global_unstructured_latlon_map.py code. I'm planning on coming the the SEWG hackathon if that's a convenient time to work on this? I also appreciate you may be over subscribed on that day. |
...because unable to get area and landfrac
OK, as a baseline, it seems like this is ready for review. I do worry that some of the changes we made may break ADF functionality on the CAM side, so maybe it's worth testing / trying this out with this concern in mind? |
Just a note that I've been experimenting this week with sending CAM-SE native files through ADF. At this point I have some prototype code that does a very similar xESMF regridding step as is included here. So it there could be some potential iteration on that to generalize the regridding steps so both CAM and CLM can use the same functions. |
@brianpm that would be excellent. There are some particular things that we have to do to properly weight grids by their landfraction for CLM output, but hopefully much of the basic regridding functionality can be more generalized. |
This is a draft PR, but hopefully offers a place to start working on using the ADF framework to make land model diagnistics