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

Bug fix for the NoahMP scheme #1493

Merged
merged 16 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 15 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
12 changes: 8 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
# url = https://github.com/NOAA-EMC/fv3atm
# branch = develop
url = https://github.com/ChunxiZhang-NOAA/fv3atm
branch = bugfix/noahmp_hr1
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down Expand Up @@ -44,5 +46,7 @@
branch = develop
[submodule "NOAHMP"]
path = NOAHMP-interface/noahmp
url = https://github.com/NOAA-EMC/noahmp
branch = develop
# url = https://github.com/NOAA-EMC/noahmp
# branch = develop
url = https://github.com/ChunxiZhang-NOAA/noahmp
branch = bugfix/noahmp_hr1
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+4 −2 .gitmodules
+1 −1 ccpp/physics
1,252 changes: 626 additions & 626 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

444 changes: 222 additions & 222 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,318 changes: 659 additions & 659 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,336 changes: 668 additions & 668 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

444 changes: 222 additions & 222 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,340 changes: 670 additions & 670 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,238 changes: 619 additions & 619 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,336 changes: 668 additions & 668 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

990 changes: 495 additions & 495 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20221122
BL_DATE=20221128

RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}

Expand Down
2 changes: 1 addition & 1 deletion tests/tests/merra2_thompson
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export LIST_FILES="sfcf000.nc \
export_fv3
export NPZ=127
export NPZP=128
export DT_ATMOS=720
export DT_ATMOS=600
export DT_INNER=${DT_ATMOS}
export SYEAR=2021
export SMONTH=03
Expand Down