-
Notifications
You must be signed in to change notification settings - Fork 23
Update submodules of benchmark
#107
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e535ba6
working baroclinic test case example (#81)
oelbert fa6097e
fixing dockerfile overriding netcdf, mpi4py, and numpy versions with …
oelbert 74ccf31
Update notebooks for eta file creations (#85)
mlee03 3fa59a8
Update pace to use python 3.11.9 (#82)
fmalatino 392aa2d
Updated container for Github Action and reusable workflow (#87)
mlee03 777b332
Updated container for Github Action and reusable workflow - Redo (#89)
mlee03 e7f5a48
Matching packages between main and develop branches and removal of ou…
fmalatino ffbf851
reusable workflow CI - checkout corrrect repository (#90)
mlee03 4e2521d
add build script for intel oneapi and gcc compiler separately (#88)
6640a99
pace/tests/main/grid/test_eta.py moved to NDSL/tests/grid/test_eta.py…
fmalatino 6915fc3
Updated constraints to reflect incoming new versions of subrepositori…
fmalatino a8152e5
Updated README to include directions for generating eta files (#99)
fmalatino ec20c2a
Update submodules and addition of baroclinic run to workflow (#101)
fmalatino 5092938
Hotfix/update netcdf version for docker files (#102)
oelbert b32a2bd
`xarray` to `2025.01.2` to grab the `DataTree` (#103)
FlorianDeconinck 66acf88
Update submodules (#104)
fmalatino 332daa3
Updating to match current state of develop
fmalatino 74024fe
Reverting changes to build_gaea_c5_gcc.sh
fmalatino 265c717
Reverting changes to build_gaea_c5_gcc.sh one more thing
fmalatino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Submodule NDSL
updated
77 files
This file contains hidden or 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 hidden or 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
Submodule pyFV3
updated
27 files
| +13 −13 | .github/workflows/lint.yaml | |
| +64 −0 | .github/workflows/scripts/convert_xppm_yppm.sh | |
| +27 −0 | .github/workflows/scripts/ensure_xppm_yppm_consistency.sh | |
| +26 −8 | .github/workflows/translate.yaml | |
| +0 −57 | convert_xppm_yppm.sh | |
| +0 −2 | pyFV3/__init__.py | |
| +1 −1 | pyFV3/initialization/analytic_init.py | |
| +1 −1 | pyFV3/initialization/init_utils.py | |
| +1 −1 | pyFV3/stencils/__init__.py | |
| +1 −1 | pyFV3/stencils/a2b_ord4.py | |
| +1 −1 | pyFV3/stencils/c_sw.py | |
| +3 −3 | pyFV3/stencils/d_sw.py | |
| +1 −1 | pyFV3/stencils/del2cubed.py | |
| +2 −2 | pyFV3/stencils/dyn_core.py | |
| +1 −1 | pyFV3/stencils/fv_dynamics.py | |
| +1 −1 | pyFV3/stencils/fvtp2d.py | |
| +1 −1 | pyFV3/stencils/fxadv.py | |
| +1 −1 | pyFV3/stencils/pe_halo.py | |
| +1 −1 | pyFV3/stencils/riem_solver3.py | |
| +1 −1 | pyFV3/stencils/sim1_solver.py | |
| +1 −1 | pyFV3/stencils/updatedzc.py | |
| +2 −1 | pyFV3/stencils/xppm.py | |
| +2 −2 | pyFV3/stencils/yppm.py | |
| +1 −0 | pyFV3/stencils/ytp_v.py | |
| +3 −3 | pyFV3/testing/translate_fvdynamics.py | |
| +5 −0 | setup.cfg | |
| +1 −1 | setup.py |
Submodule pySHiELD
updated
7 files
| +1 −1 | Dockerfile | |
| +23 −0 | pySHiELD/constants.py | |
| +91 −0 | pySHiELD/functions/physics_functions.py | |
| +5 −0 | setup.cfg | |
| +2 −3 | setup.py | |
| +1 −0 | tests/savepoint/translate/__init__.py | |
| +139 −0 | tests/savepoint/translate/translate_fpvs.py |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Are these changes correct for Gaes c5?