-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a blended advection scheme option (#1430)
* Add options for blended scheme New choices: - Blended_3rd4th - Blended_5th6th Additional options: - dycore_horiz_upw_frac - dycore_vert_upw_frac - dryscal_horiz_upw_frac - dryscal_vert_upw_frac - moistscal_horiz_upw_frac - moistscal_vert_upw_frac * Update call signatures to include the upwinding fraction * Now implement the blending * Update docs to included blended schemes * Fix doc * Not sure why sphinx is struggling with this link * Remove link as sphinx workaround * Fix oops, cleanup
- Loading branch information
Showing
15 changed files
with
443 additions
and
187 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
Oops, something went wrong.