-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#360) * Update singlelayerqg.jl to include background flow * Fixed typo in previous change * added background flow test * corrected typo * Added some spaces to cheer up Greg Co-authored-by: Gregory L. Wagner <[email protected]> * more spaces * added variable U functionality * reduced memory of Uy assignment and updated function descriptions * update function descriptions * T(U) -> convert(T, U) Co-authored-by: Gregory L. Wagner <[email protected]> * clarify U array formulation Co-authored-by: Gregory L. Wagner <[email protected]> * fix bug with previous push * add additional test function for U as an Array and include tests in * simplify background U and use Rossby wave test for U that does not vary in y * homogenize notation/docs * bump patch release * fix test for gpu * == -> === * use different calcN_advection! methods for U const and y-varying * minor tweaks * update singlelayergq module in docs * homogenize notation/wording * add empty line * code alignment * add Qx and Qy in params; refactor calcN_advection * clarify when U=const * some fixes + cleanup * add nonlinear advection test for finite deformation + topo * fixes nonlinear advection w U(y) + add tests * add comment for β term * remove debug statements + fix test for julia 1.6 * more tests for the nonlinear terms * fix test_1layerqg_nonlinearadvection on gpu * fix test_1layerqg_nonlinearadvection on gpu * improve docs * drop GeophysicalFlows from docs/Project.toml --------- Co-authored-by: Gregory L. Wagner <[email protected]> Co-authored-by: Navid C. Constantinou <[email protected]>
- Loading branch information
1 parent
467e82f
commit 14f581b
Showing
7 changed files
with
340 additions
and
112 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name = "GeophysicalFlows" | |
uuid = "44ee3b1c-bc02-53fa-8355-8e347616e15e" | ||
license = "MIT" | ||
authors = ["Navid C. Constantinou <[email protected]>", "Gregory L. Wagner <[email protected]>", "and contributors"] | ||
version = "0.16.1" | ||
version = "0.16.2" | ||
|
||
[deps] | ||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
|
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.
14f581b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
14f581b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/111978
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: