-
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
Regridding Tests #82
Comments
The test We could write a more generic test that takes cells with variable density, but checks that total mass is conserved between columns (by summing |
At the moment we always assume the CAM interface pressure is equal to the bottom pressure of the column. |
We currently have interpolation tests for matching SAM and CAM grids, and for when CAM is finer than SAM. We need to add a test for when CAM is coarser than SAM (and extends higher?) as this is the realistic case we are dealing with. |
Some variables could be made module variables and better documented:
|
The setup of the coarse grids in some tests using a reshape is very unintuitive. |
This was addressed in the earlier commit. |
This was also addressed. |
This is a sub-issue of #64 specifically focussing on the regridding tests.
A plan of action is to:
The text was updated successfully, but these errors were encountered: