Skip to content

Commit

Permalink
[AQM] [FV3] [WW3] Enable CMAQ scavenging and wet removal in resolved …
Browse files Browse the repository at this point in the history
…clouds, ESMF 8.4 support for AQM, Update WW3. (#1456)

* Bring in AQM PR #24 changes

* Update WW3 hash to DeniseWorthen/feature/updatewm

* Update AQM hash, bringing in EXMF 8.4 support for AQM

* remove bio from aqm.rc

Co-authored-by: jkbk2004 <[email protected]>
  • Loading branch information
BrianCurtis-NOAA and jkbk2004 authored Nov 3, 2022
1 parent 84b28ec commit 5db3fac
Show file tree
Hide file tree
Showing 15 changed files with 5,157 additions and 5,463 deletions.
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 209 files
2,038 changes: 855 additions & 1,183 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,316 changes: 658 additions & 658 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,338 changes: 669 additions & 669 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

442 changes: 221 additions & 221 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,352 changes: 676 additions & 676 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,278 changes: 656 additions & 622 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,356 changes: 678 additions & 678 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,038 changes: 513 additions & 525 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/parm/aqm/aqm.rc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ctm_pmdiag: true
#
# Input emissions
#
emission_sources: anthro bio fire
emission_sources: anthro fire

#
# Anthropogenic
Expand Down
8 changes: 4 additions & 4 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ RUN | cpld_mpi_p8
#RUN | cpld_multigrid_p8 | - wcoss2.intel | |
RUN | cpld_control_ciceC_p8 | - wcoss2.intel | fv3 |

RUN | cpld_control_c192_p8 | - wcoss2.intel jet.intel | fv3 |
RUN | cpld_control_c192_p8 | - wcoss2.intel jet.intel acorn.intel | fv3 |
RUN | cpld_restart_c192_p8 | - wcoss2.intel jet.intel | | cpld_control_c192_p8

RUN | cpld_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel | fv3 |
RUN | cpld_restart_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel | | cpld_bmark_p8
RUN | cpld_bmark_esmfthreads_p8 | - wcoss2.intel jet.intel cheyenne.intel | fv3 |
RUN | cpld_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | fv3 |
RUN | cpld_restart_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | | cpld_bmark_p8
RUN | cpld_bmark_esmfthreads_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | fv3 |

COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 |
RUN | cpld_control_noaero_p8 | | fv3 |
Expand Down
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=20221028
BL_DATE=20221101

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

Expand Down

0 comments on commit 5db3fac

Please sign in to comment.