hafs-community / HAFS

Hurricane Analysis and Forecast System
Other
29 stars 54 forks source link

Restore HAFS develop branch support for RDHPCS platforms after their recent OS system upgrades #270

Closed BijuThomas-NOAA closed 3 months ago

BijuThomas-NOAA commented 3 months ago

Description of changes

Re-enable and restore HAFS develop branch with HAFSv1 configurations supporting all NOAA RDHPCS platforms with their recent OS system upgrades.

Issues addressed (optional)

If this PR addresses one or more issues, please provide link(s) to the issue(s) here.

Contributors (optional)

If others worked on this PR besides the author, please include their user names here (using @Mention if possible).

Tests conducted

Technical testing has been done on multiple platforms.

Application-level regression test status

Running the HAFS application-level regression tests is currently performed by code reviewers after the developer creates the initial PR. As regression tests are conducted, the testers should use the checklist below to indicate successful regression tests. You may add other tests as needed. If a test fails, do not check the box. Instead, describe the failure in the PR comments, noting the platform where the test failed.

BinLiu-NOAA commented 3 months ago

This PR is ready for HAFS application level regression testing. @LinZhu-NOAA, could you please take care of the RT on WCOSS2? @BinLiu-NOAA, could you please run RT on Jet? @BijuThomas-NOAA, could you please run RT on Hera? @ChuankaiWang-NOAA could you please run RT on Orion?

Thanks!

P.S., here are the steps to clone, install, and run the HAFS RTs for this PR:

git clone -b feature/hafs.v1_202404 --recursive https://github.com/hafs-community/HAFS.git ./
cd sorc
nohup ./install_hafs.sh > install_hafs.log 2>&1 # This step will take a while, 30-min or longer
cd ../rocoto
export HOMEhafs=$(dirname $(pwd)) # or edit and update cronjob_hafs_rt.sh accordingly
./cronjob_hafs_rt.sh # repeatedly running or in crontab
ChuankaiWang-NOAA commented 3 months ago

The RT passed on Orion.

LinZhu-NOAA commented 3 months ago

The RT completed successfully on WCOSS2.

BijuThomas-NOAA commented 3 months ago

passed on Hera

BinLiu-NOAA commented 3 months ago

Regression tests on Jet passed as well.