forked from NOAA-GFDL/pace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/doubly_periodic_dycore (#24)
* initial commit, first version of d2a2c_vect * doubly periodic implementation for a2b_ord4 * doubly-periodic implementations of update_dwinds_physics and updatedzc * fixing domains, initial dp xppm, yppm, xyp, ytp, divergence_corner, c_sw * d_sw, smag_corner initial doubly periodic config done * removed asserts, initial doubly periodic grid should be supported? * c2l and some config cleanup * maybe this will work for the driver? * add umax to grid_config * updating namelist, adding test config for driver init * debugging driver init with dp grid * fix varname * rework grid type to be in grid config * test fixes * bugfixes * fixing dp a2b * need to disable a2b_ord4 test for gridtype 4, exploring more of d2a2c * workaround for d2a2c on dp domain * remove breakpoint * add attrs to divergence damping * correcting types * small cleanup * changing type enforcement on communicators, mocking single rank exchange for c2l * prolly not gonna push, making one rank tests work * why test no work * undo silly * reconfigure tests for doubly periodic domains * fixing replace issue * linting * a2b fix * fixing definition for a2b doubly periodic stencil * trying explicit dp_a2b in nh_p_grad * Revert "fixing definition for a2b doubly periodic stencil" --doesnt work This reverts commit 68a86ec. * actually reverting changes * fixing size in a2b * type fix for delnflux * messing with corner copies * didn't work * re-adding nord round fix * update history * fixing physics/dycore interface grid type handling * update util history * updating one more call * initial review cleanup * try to undo gt4py change again * undoing stencil changes rq * update calls in notebooks * updating logs and documentation * fixing serialized initialization test * updating explainer for dpa2b
- Loading branch information
Showing
59 changed files
with
1,601 additions
and
1,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.