From d0c56bf8faeac07cbf3f6d92f0dffbfbf99b5673 Mon Sep 17 00:00:00 2001 From: Christina Holt Date: Thu, 15 Oct 2020 14:57:13 +0000 Subject: [PATCH 1/4] Point to feature/RRFS_dev4 for regional_workflow --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index 427f113ac1..c38541b646 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -2,7 +2,7 @@ protocol = git repo_url = https://github.com/NOAA-GSD/regional_workflow # Specify either a branch name or a hash but not both. -branch = feature/RRFS_dev1 +branch = feature/RRFS_dev4 #hash = b2b7e959 local_path = regional_workflow required = True From adfccc6a030cd2fba93cc45d203a460ea8c31f42 Mon Sep 17 00:00:00 2001 From: Christina Holt <56881914+christinaholtNOAA@users.noreply.github.com> Date: Mon, 14 Dec 2020 10:02:04 -0600 Subject: [PATCH 2/4] Updating EMC_post to NOAA-GSL fork. (#4) Also updating path to other NOAA-GSL forks. --- Externals.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index c38541b646..dbac8c5171 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,6 +1,6 @@ [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_dev4 #hash = b2b7e959 @@ -27,7 +27,7 @@ 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 @@ -36,10 +36,10 @@ 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 From ba5a6da19df26e88623ff49ecb693b3e11e5fc8a Mon Sep 17 00:00:00 2001 From: Christina Holt Date: Thu, 7 Jan 2021 17:39:44 +0000 Subject: [PATCH 3/4] Mods for using model from top of gsl/develop. --- Externals.cfg | 2 +- src/build_forecast.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index dbac8c5171..ec23bdec35 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -30,7 +30,7 @@ protocol = git 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 +hash = 57a825847 local_path = src/ufs_weather_model 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 From 222db2d175dfbbd5f46221af09f42abe8894e3ae Mon Sep 17 00:00:00 2001 From: Christina Holt Date: Thu, 7 Jan 2021 18:36:08 +0000 Subject: [PATCH 4/4] Fix branch for regional_workflow. --- Externals.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index ec23bdec35..c816d85c87 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -2,7 +2,7 @@ protocol = git repo_url = https://github.com/NOAA-GSL/regional_workflow # Specify either a branch name or a hash but not both. -branch = feature/RRFS_dev4 +branch = feature/RRFS_dev3 #hash = b2b7e959 local_path = regional_workflow required = True @@ -29,7 +29,7 @@ required = True protocol = git repo_url = https://github.com/NOAA-GSL/ufs-weather-model # Specify either a branch name or a hash but not both. -#branch = gsd/develop +#branch = gsl/develop hash = 57a825847 local_path = src/ufs_weather_model required = True