Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update with WW3 develop branch 20241220 #2546

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 226 files
3 changes: 2 additions & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
Loading