From 59f16d3668a63eecbdf1fd415819eec0f2e03c86 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Fri, 20 Dec 2024 12:58:48 -0600 Subject: [PATCH 1/3] update ww3 with develop branch --- .gitmodules | 6 ++++-- WW3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ab72b60a64..038388ac18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,10 @@ branch = develop [submodule "WW3"] path = WW3 - url = https://github.com/NOAA-EMC/WW3 - branch = dev/ufs-weather-model + #url = https://github.com/NOAA-EMC/WW3 + #branch = dev/ufs-weather-model + url = https://github.com/jessicameixner-noaa/WW3 + branch = syncdev2ufs20241220 [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/NOAA-PSL/stochastic_physics diff --git a/WW3 b/WW3 index 29063ec7b6..4aa0e31940 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 29063ec7b631d3a967172e8c45c5af13a18e0a82 +Subproject commit 4aa0e31940d902f1aa63168810c40f94c7d3b776 From 8a74ea462a8ffa8ed23c6d356284e62b14f23579 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 30 Dec 2024 16:48:07 +0000 Subject: [PATCH 2/3] update WW3 --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index 4aa0e31940..11c867b311 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 4aa0e31940d902f1aa63168810c40f94c7d3b776 +Subproject commit 11c867b311b48f3e9b031ee77e1b55826aac2c30 From 05518e6e53d64ae877e78fc072178414fadc73d7 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 30 Dec 2024 17:29:00 +0000 Subject: [PATCH 3/3] add ww3 input path update --- tests/rt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index 275ec03510..386253fb77 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -1049,7 +1049,8 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20240501} -INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214 +INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20241230 +INPUTDATA_ROOT_WW3=/scratch1/NCEPDEV/climate/Jessica.Meixner/PR_WW3/UFSPR20241230/WW3_input_data_20241230 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-${DISKNM}/NEMSfv3gfs/BM_IC-20220207} INPUTDATA_LM4=${INPUTDATA_LM4:-${INPUTDATA_ROOT}/LM4_input_data}