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

[AQM] [FV3] [WW3] Enable CMAQ scavenging and wet removal in resolved clouds, ESMF 8.4 support for AQM, Update WW3. #1456

Merged
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
15862bb
Bring in AQM PR #24 changes
BrianCurtis-NOAA Oct 14, 2022
0cf7ceb
Update AQM hash with indentation fixes
BrianCurtis-NOAA Oct 14, 2022
374f2d3
Bring in FV3 changes for NOAA-EMC/AQM/issue/23
BrianCurtis-NOAA Oct 14, 2022
26085b0
Update FV3 hash
BrianCurtis-NOAA Oct 21, 2022
22765bf
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
BrianCurtis-NOAA Oct 21, 2022
eaa832d
BL_DATE to 20221021
BrianCurtis-NOAA Oct 21, 2022
318ebc2
WCOSS2.intel RT Log
BrianCurtis-NOAA Oct 21, 2022
4f61652
Module updates for Acorn and Acorn.intel RT Log
BrianCurtis-NOAA Oct 21, 2022
fc3e4e8
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Oct 21, 2022
fb55824
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA Oct 21, 2022
9410fd6
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Oct 21, 2022
48de6e6
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Oct 21, 2022
61fb821
add orion.intel RT log: passed
jkbk2004 Oct 21, 2022
3e316b6
Update AQM hash
BrianCurtis-NOAA Nov 1, 2022
5640527
Merge conflicts fixed, updated FV3 hash
BrianCurtis-NOAA Nov 1, 2022
8e04d42
Logs back to whats in upstream/develop
BrianCurtis-NOAA Nov 1, 2022
7a963ee
Update WW3 hash to DeniseWorthen/feature/updatewm
BrianCurtis-NOAA Nov 1, 2022
419db11
BL DATE NOW 20221101
BrianCurtis-NOAA Nov 1, 2022
14d5aa3
update .gitmoduels for WW3 changes
BrianCurtis-NOAA Nov 1, 2022
8d34a57
Update AQM hash, bringing in EXMF 8.4 support for AQM
BrianCurtis-NOAA Nov 1, 2022
bd6692a
remove bio from aqm.rc
BrianCurtis-NOAA Nov 2, 2022
14d4e44
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Nov 2, 2022
a072a6e
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Nov 2, 2022
75eb83d
WCOSS2 Intel RT Log
BrianCurtis-NOAA Nov 2, 2022
7979637
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Nov 2, 2022
dafb624
add cheyenne intel/gnu RT logs: passed
jkbk2004 Nov 2, 2022
42c9ef8
add jet.intel RT log: passed
jkbk2004 Nov 2, 2022
130ebbf
Resources too much for acorn, disabling three tests.
BrianCurtis-NOAA Nov 2, 2022
f4db52c
Acorn.intel RT Log, disabled the failed tests due to resources being …
BrianCurtis-NOAA Nov 2, 2022
c5ae20e
Merge branch 'feature/aqm-rescld-wdep' of github.com:BrianCurtis-NOAA…
BrianCurtis-NOAA Nov 2, 2022
fa3e149
add orion.intel RT log: passed
jkbk2004 Nov 3, 2022
91fdb8c
revert WW3 .gitmodules changes and update WW3 hash to NOAA-EMC:dev/uf…
BrianCurtis-NOAA Nov 3, 2022
8d0402a
Revert AQM .gitmodules and update AQM hash
BrianCurtis-NOAA Nov 3, 2022
143f1bd
Revert FV3 .gitmodule and update FV3 hash
BrianCurtis-NOAA Nov 3, 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
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/rmontuoro/fv3atm
branch = feature/enable-aqm-aod
#url = https://github.com/NOAA-EMC/fv3atm
#branch = develop
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down Expand Up @@ -40,5 +42,7 @@
branch = develop
[submodule "AQM"]
path = AQM
url = https://github.com/NOAA-EMC/AQM
branch = develop
url = https://github.com/rmontuoro/AQM
branch = feature/aqm-rescld-wdep
#url = https://github.com/NOAA-EMC/AQM
#branch = develop
2 changes: 1 addition & 1 deletion AQM
2 changes: 1 addition & 1 deletion FV3
4 changes: 2 additions & 2 deletions modulefiles/ufs_acorn.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(pathJoin("intel", intel_ver))
craype_ver=os.getenv("craype_ver") or "2.7.13"
load(pathJoin("craype", craype_ver))

cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.7"
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9"
load(pathJoin("cray-mpich", cray_mpich_ver))

cmake_ver=os.getenv("cmake_ver") or "3.20.2"
Expand All @@ -21,7 +21,7 @@ prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stac

hpc_ver=os.getenv("hpc_ver") or "1.2.0"
hpc_intel_ver=os.getenv("hpc_intel_ver") or "19.1.3.304"
hpc_cray_mpich_ver=os.getenv("hpc_cray_mpich_ver") or "8.1.7"
hpc_cray_mpich_ver=os.getenv("hpc_cray_mpich_ver") or "8.1.9"
load(pathJoin("hpc", hpc_ver))
load(pathJoin("hpc-intel", hpc_intel_ver))
load(pathJoin("hpc-cray-mpich", hpc_cray_mpich_ver))
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/ufs_acorn.intel_debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(pathJoin("intel", intel_ver))
craype_ver=os.getenv("craype_ver") or "2.7.13"
load(pathJoin("craype", craype_ver))

cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.7"
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9"
load(pathJoin("cray-mpich", cray_mpich_ver))

cmake_ver=os.getenv("cmake_ver") or "3.20.2"
Expand All @@ -21,7 +21,7 @@ prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stac

hpc_ver=os.getenv("hpc_ver") or "1.2.0"
hpc_intel_ver=os.getenv("hpc_intel_ver") or "19.1.3.304"
hpc_cray_mpich_ver=os.getenv("hpc_cray_mpich_ver") or "8.1.7"
hpc_cray_mpich_ver=os.getenv("hpc_cray_mpich_ver") or "8.1.9"
load(pathJoin("hpc", hpc_ver))
load(pathJoin("hpc-intel", hpc_intel_ver))
load(pathJoin("hpc-cray-mpich", hpc_cray_mpich_ver))
Expand Down
7,312 changes: 2,957 additions & 4,355 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

1,417 changes: 707 additions & 710 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

450 changes: 225 additions & 225 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,322 changes: 661 additions & 661 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,210 changes: 605 additions & 605 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,523 changes: 777 additions & 746 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,020 changes: 504 additions & 516 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=20221017
BL_DATE=20221021

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

Expand Down