-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comprehensive testing of conservative regridding scheme (and other interface functions) #64
Comments
This duplicated #45 which I will repeat here and close: As part of the interfacing procedure for CAM we have to interpolate from the CAM grid to the SAM grid before applying the neural network, and then interpolate variables back to the CAM grid afterwards. A test would take the form of defining a SAM and CAM grid, and an associated variable. Unit tests would include:
|
I have just checked, and the As part of this issue we should perhaps also update these. |
Once @AdelekeBankole is back this should be broken down into sub-issues to help manage tasks and progress. |
As part of the work in CAM-ML (specifically #14) there were a couple of bugfixes to the regridding scheme that have been propagated to this repository in #44
As part of #44 @jatkinson1000 added tests for regridding and variable conversion.
However, these should be revisited and made more robust once #44 is merged to main.
Some ideas
The text was updated successfully, but these errors were encountered: