NOAA-EMC / HAFS

Hurricane Analysis and Forecast System
5 stars 3 forks source link

Merge HWRF CCPP physics into HAFS #57

Closed BinLiu-NOAA closed 4 years ago

BinLiu-NOAA commented 4 years ago

This Pull Request enable using HWRF CCPP physics in the HAFS system.

Related Pull Requests:

BinLiu-NOAA commented 4 years ago

Currently, workflow level regression tests ran through successfully on Hera. @BijuThomas-NOAA is running regression tests on wcoss. @ChunxiZhang-NOAA is running regression tests on Jet. @JunghoonShin-NOAA is running regression tests on Orion.

JunghoonShin-NOAA commented 4 years ago

Hello Bin, I would like to confirm that the regression tests with updated-HWRF CCPP physics worked well on Orion.

But to run the HAFS model on Orion, we may need to update the line 69 of "ush/hafs_pre_job.sh.inc" as follows because lmod has been updated on Orion on 23 June. Original: source /apps/lmod/init/$__ms_shell >>> New: source /apps/lmod/lmod/init/sh

You can refer to my updated-hafs_pre_job.sh.inc file in /work/noaa/hwrf/save/jhshin/HAFS/ush Thank you.

BinLiu-NOAA commented 4 years ago

All workflow level regression tests have passed. Ready to merge.