diff --git a/Externals.cfg b/Externals.cfg index 427f113ac1..c816d85c87 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,8 +1,8 @@ [regional_workflow] protocol = git -repo_url = https://github.com/NOAA-GSD/regional_workflow +repo_url = https://github.com/NOAA-GSL/regional_workflow # Specify either a branch name or a hash but not both. -branch = feature/RRFS_dev1 +branch = feature/RRFS_dev3 #hash = b2b7e959 local_path = regional_workflow required = True @@ -27,19 +27,19 @@ required = True [ufs_weather_model] protocol = git -repo_url = https://github.com/NOAA-GSD/ufs-weather-model +repo_url = https://github.com/NOAA-GSL/ufs-weather-model # Specify either a branch name or a hash but not both. -#branch = gsd/develop -hash = 05a5f1f +#branch = gsl/develop +hash = 57a825847 local_path = src/ufs_weather_model required = True [EMC_post] protocol = git -repo_url = https://github.com/NOAA-EMC/EMC_post +repo_url = https://github.com/NOAA-GSL/EMC_post # Specify either a branch name or a hash but not both. -#branch = develop -hash = dceca26 +#branch = RRFS_dev +hash = 9b9c55c local_path = src/EMC_post required = True diff --git a/src/build_forecast.sh b/src/build_forecast.sh index 011ad11997..6254a7051e 100755 --- a/src/build_forecast.sh +++ b/src/build_forecast.sh @@ -54,4 +54,4 @@ export CCPP_SUITES="FV3_GSD_SAR,FV3_HRRR" #--------------------------------------------------------------------------------- # Copy executable (named ufs_weather_model) to tests dir so workflow can find it #--------------------------------------------------------------------------------- -cp ${model_top_dir}/ufs_weather_model ${model_top_dir}/tests/fv3.exe +cp ${model_top_dir}/build/ufs_model ${model_top_dir}/tests/fv3.exe