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

release/p8c: updated the TKE-EDMF PBL and saSAS cumulus scheme plus bug fix for the Thompson scheme (issue #881) #1120

Merged
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
49579d8
change fv3atm branch to feature/p8c_pbl_cp
ChunxiZhang-NOAA Mar 15, 2022
6759935
delete tests/RegressionTests_hera.intel.log
ChunxiZhang-NOAA Mar 16, 2022
1850a7d
update submodule pointer for FV3
ChunxiZhang-NOAA Mar 17, 2022
de648e8
updated FV3 in feature/p8c_pbl_cp
ChunxiZhang-NOAA Mar 29, 2022
e1e534f
merge NOAA-EMC/WW3 dev/ufs-weather-model branch into feature/p8c_pbl_cp
ChunxiZhang-NOAA Mar 30, 2022
1d93c32
sync MOM6
ChunxiZhang-NOAA Mar 30, 2022
9eda3dd
Merge remote-tracking upstream/develop into feature/p8c_pbl_cp
ChunxiZhang-NOAA Mar 30, 2022
1221040
Update submodule FV3 for the sync of upp
ChunxiZhang-NOAA Mar 30, 2022
82f0ee3
Merge remote-tracking branch 'upstream/develop' into feature/p8c_pbl_cp
ChunxiZhang-NOAA Apr 1, 2022
92c4d36
Updated BL_DATE in rt.sh to 20220401
ChunxiZhang-NOAA Apr 1, 2022
d87a97a
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA Apr 1, 2022
6380822
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Apr 1, 2022
6cf4cde
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Apr 1, 2022
c9359e9
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA Apr 1, 2022
9a529d0
Add wcoss cray RT log: all tests passed
MinsukJi-NOAA Apr 1, 2022
3594eca
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Apr 1, 2022
77420df
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA Apr 1, 2022
d9a05e1
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA Apr 1, 2022
4f3474c
Add wcoss dell RT log: all tests passed
MinsukJi-NOAA Apr 2, 2022
d23e177
Revert .gitmodules submodule FV3 pointer
ChunxiZhang-NOAA Apr 4, 2022
6336dd3
Merge remote-tracking branch upstream/develop for FV3
ChunxiZhang-NOAA Apr 4, 2022
daebe98
Merge branch 'feature/p8c_pbl_cp' of https://github.com/ChunxiZhang-N…
ChunxiZhang-NOAA Apr 4, 2022
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
@@ -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 = feature/p8c_pbl_cp
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
332 changes: 166 additions & 166 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,038 changes: 519 additions & 519 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,032 changes: 516 additions & 516 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

332 changes: 166 additions & 166 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,050 changes: 525 additions & 525 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

968 changes: 485 additions & 483 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,050 changes: 524 additions & 526 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

688 changes: 344 additions & 344 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,103 changes: 559 additions & 544 deletions tests/RegressionTests_wcoss_dell_p3.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 @@ -485,7 +485,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220329
BL_DATE=20220401
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down