-
Notifications
You must be signed in to change notification settings - Fork 32
Added Gaea C5/C6 features #138
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
KateFriedman-NOAA
merged 35 commits into
NOAA-EMC:develop
from
AnilKumar-NOAA:features_gaea
Mar 17, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4e973ab
Added Gaea C5 features
ff1c851
test
DavidBurrows-NCO 2f73cd6
Merge branch 'NOAA-EMC:develop' into c5c6
DavidBurrows-NCO e8f070c
first round of C5 and C6 updates
DavidBurrows-NCO ef4b303
module files for c5 and c6
DavidBurrows-NCO bdacb00
Added GAEA C5 & C6
70ca298
Updated gaea c5/c6
b317f0d
updates for runnings step2
DavidBurrows-NCO 1b65b02
update c5 Core module ver
DavidBurrows-NCO 04558a5
Updated GAEA C6 dirs paths
ba1d9f5
Gaea C6 Dir path updated
df5dd6b
swap python
DavidBurrows-NCO 1adf890
update c5/c6 nodes
DavidBurrows-NCO 647218b
add C5/C6 to plotting scripts and cartopy
DavidBurrows-NCO c7ee013
Merge pull request #1 from NOAA-EMC/develop
AnilKumar-NOAA 2dbef6c
Merge branch 'features_gaea' into c5c6
DavidBurrows-NCO 08b4b18
Merge pull request #2 from NOAA-EPIC/c5c6
AnilKumar-NOAA bdf7c58
clean up suggested by Dave H.
DavidBurrows-NCO e5dc250
remove extra fix def
DavidBurrows-NCO a004d39
add partition
DavidBurrows-NCO 7cd6468
Updated Gaea paths under role.glopara
45e0b71
updated gaeac5 corrections
7a60135
updated 9.1 to 9.1.3 under ush/load_module.sh
a3e29cf
Updated gaeac5/c6 paths
69e41e2
Added gaea c5/c6 cartopy paths
6993e29
Updated gaeac5/c6 paths
f14b89a
Merge branch 'NOAA-EMC:develop' into features_gaea
AnilKumar-NOAA 842fb0d
Merge branch 'features_gaea' into verif_updates_mar3
DavidBurrows-NCO 6349fb2
Merge pull request #6 from NOAA-EPIC/verif_updates_mar3
AnilKumar-NOAA 5162160
plotting scripts updates
DavidBurrows-NCO 3d6aa18
Merge pull request #7 from NOAA-EPIC/verif_updates_mar3
AnilKumar-NOAA d4e6043
remove duplicate code
DavidBurrows-NCO 623581a
Merge pull request #8 from NOAA-EPIC/verif_updates_mar3
AnilKumar-NOAA cfe1bb1
fix C5 fix path
DavidBurrows-NCO 3f553f9
Merge pull request #9 from DavidBurrows-NCO/march17_updates
AnilKumar-NOAA 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| help([[ | ||
| Load environment to run EMC_verif-global on Gaea-C5 using Intel | ||
| ]]) | ||
|
|
||
| prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev/install/modulefiles/Core") | ||
|
|
||
| stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" | ||
| load(pathJoin("stack-intel", stack_intel_ver)) | ||
|
|
||
| Core_ver=os.getenv("Core_ver") or "24.10" | ||
| load(pathJoin("Core", Core_ver)) | ||
|
|
||
| prod_util_ver=os.getenv("prod_util_ver") or "2.1.1" | ||
| load(pathJoin("prod_util", prod_util_ver)) | ||
|
|
||
| grib_util_ver=os.getenv("grib_util_ver") or "1.3.0" | ||
| load(pathJoin("grib-util", grib_util_ver)) | ||
|
|
||
| intel_oneapi_ver=os.getenv("stack_cray_mpich_ver") or "8.1.28" | ||
| load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) | ||
|
|
||
| netcdf_c_ver=os.getenv("netcdf_c_ver") or "4.9.2" | ||
| load(pathJoin("netcdf-c", netcdf_c_ver)) | ||
|
|
||
| nco_ver=os.getenv("nco_ver") or "5.1.9" | ||
| load(pathJoin("nco", nco_ver)) | ||
|
|
||
| grads_ver=os.getenv("grads_ver") or "2.2.3" | ||
| load(pathJoin("grads", grads_ver)) | ||
|
|
||
| imagemagick_ver=os.getenv("imagemagick_ver") or "7.1.1-29" | ||
| load(pathJoin("imagemagick", imagemagick_ver)) | ||
|
|
||
| met_ver=os.getenv("met_ver") or "9.1.3" | ||
| load(pathJoin("met", met_ver)) | ||
|
|
||
| metplus_ver=os.getenv("metplus_ver") or "3.1.1" | ||
| load(pathJoin("metplus", metplus_ver)) |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| help([[ | ||
| Load environment to run EMC_verif-global on Gaea-C6 using Intel | ||
| ]]) | ||
|
|
||
| prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/gsi-addon/install/modulefiles/Core") | ||
|
|
||
| stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" | ||
| load(pathJoin("stack-intel", stack_intel_ver)) | ||
|
|
||
| Core_ver=os.getenv("Core_ver") or "24.11" | ||
| load(pathJoin("Core", Core_ver)) | ||
|
|
||
| prod_util_ver=os.getenv("prod_util_ver") or "2.1.1" | ||
| load(pathJoin("prod_util", prod_util_ver)) | ||
|
|
||
| grib_util_ver=os.getenv("grib_util_ver") or "1.3.0" | ||
| load(pathJoin("grib-util", grib_util_ver)) | ||
|
|
||
| intel_oneapi_ver=os.getenv("stack_cray_mpich_ver") or "8.1.29" | ||
| load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) | ||
|
|
||
| netcdf_c_ver=os.getenv("netcdf_c_ver") or "4.9.2" | ||
| load(pathJoin("netcdf-c", netcdf_c_ver)) | ||
|
|
||
| nco_ver=os.getenv("nco_ver") or "5.1.9" | ||
| load(pathJoin("nco", nco_ver)) | ||
|
|
||
| grads_ver=os.getenv("grads_ver") or "2.2.3" | ||
| load(pathJoin("grads", grads_ver)) | ||
|
|
||
| imagemagick_ver=os.getenv("imagemagick_ver") or "7.1.1-29" | ||
| load(pathJoin("imagemagick", imagemagick_ver)) | ||
|
|
||
| met_ver=os.getenv("met_ver") or "9.1.3" | ||
| load(pathJoin("met", met_ver)) | ||
|
|
||
| metplus_ver=os.getenv("metplus_ver") or "3.1.1" | ||
| load(pathJoin("metplus", metplus_ver)) |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.