-
Notifications
You must be signed in to change notification settings - Fork 120
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
[develop] Update ufs-weather-model hash to 5324d64 (January 7) #1178
[develop] Update ufs-weather-model hash to 5324d64 (January 7) #1178
Conversation
* Externals.cfg - update ufs-weather-model hash to 5324d64 (January 7) * devbuild.sh - replace #!/bin/bash with #!/usr/bin/env bash * devclean.sh - same * jobs/JREGIONAL_INTEGRATION_TEST - same * tests/build.sh - same * ush/bash_utils/get_charvar_from_netcdf.sh - same * ush/get_layout.sh - same * ush/get_mrms_files.sh - same * ush/job_preamble.sh - same * ush/launch_FV3LAM_wflow.sh - same * ush/load_modules_run_task.sh - same * ush/load_modules_wflow.sh - same * ush/make_grid_mosaic_file.sh - same * ush/preamble.sh - same
…T to gaea and gaea-c6 machine files.
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.
Hera:
----------------------------------------------------------------------------------------------------
Experiment name | Status | Core hours used
----------------------------------------------------------------------------------------------------
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta_2 COMPLETE 13.85
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2_20250 COMPLETE 8.76
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v17_p8_plot COMPLETE 27.78
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_HRRR_suite_HRRR_2025011 COMPLETE 46.84
grid_SUBCONUS_Ind_3km_ics_HRRR_lbcs_RAP_suite_WoFS_v0_20250116161 COMPLETE 26.02
grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16_2025011616114 COMPLETE 49.18
----------------------------------------------------------------------------------------------------
Total COMPLETE 172.43
Gaea-c6
----------------------------------------------------------------------------------------------------
Experiment name | Status | Core hours used
----------------------------------------------------------------------------------------------------
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta_2 COMPLETE 10.10
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2_20250 COMPLETE 7.70
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v17_p8_plot COMPLETE 20.27
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_HRRR_suite_HRRR_2025011 COMPLETE 29.48
grid_SUBCONUS_Ind_3km_ics_HRRR_lbcs_RAP_suite_WoFS_v0_20250116105 COMPLETE 15.66
grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16_2025011610580 COMPLETE 36.73
----------------------------------------------------------------------------------------------------
Total COMPLETE 119.94
Passed fundamental tests on 2 machines. Approved.
The Jenkins automated testing successfully completed for Derecho, Hera GNU, Hera Intel, Hercules, Jet, and Orion. The Jenkins runner for Gaea is down and the coverage WE2E tests have been manually submitted for that machine. Will post logs once they are complete. The Jenkins tests on Gaea-C6 failed at the
and the WE2E coverage tests also successfully passed:
Once the Gaea tests have completed, I will update this PR with the results and will move forward with merging this PR. |
The Gaea WE2E coverage tests have successfully completed:
Moving forward with merging this PR now. |
DESCRIPTION OF CHANGES:
#!/bin/bash
in shell scripts with#!/usr/bin/env bash
since it is more general (works on more platforms) #857 by replacing#!/bin/bash
with#!/usr/bin/env bash
in bash scripts.PARTITION_DEFAULT
andPARTITION_FCST
to thegaea.yaml
andgaea-c6.yaml
machine files. Additionally, removed--partition
fromSCHED_NATIVE_CMD
andSCHED_NATIVE_CMD_HPSS
.Type of change
TESTS CONDUCTED:
derecho.intel - Comprehensive, UFS-Fire WE2E, UFS-Fire Sample Config (
ush/config.fire.yaml
), AQM WE2E, AQM Sample Config (ush/config.aqm.yaml
)gaea.intel - Comprehensive, UFS-Fire WE2E
gaea-c6.intel - Comprehensive, UFS-Fire WE2E
hera.gnu - Comprehensive, UFS-Fire WE2E
hera.intel - Comprehensive, UFS-Fire WE2E, AQM WE2E, AQM Sample Config (
ush/config.aqm.yaml
)hercules.intel - Comprehensive, UFS-Fire WE2E, AQM WE2E, AQM Sample Config (
ush/config.aqm.yaml
)jet.intel - Comprehensive, UFS-Fire WE2E
orion.intel - Comprehensive, UFS-Fire WE2E, AQM WE2E, AQM Sample Config (
ush/config.aqm.yaml
)comprehensive tests (specify which if a subset was used)
DEPENDENCIES:
None
DOCUMENTATION:
None
ISSUE:
Fixes #857
Fixes #1176
CHECKLIST