Skip to content

Commit

Permalink
Bring in changes from production/AQM.v7 (#1656)
Browse files Browse the repository at this point in the history
* aqm init_concentrations=false

* ATMAQ tests are 32BIT
  • Loading branch information
BrianCurtis-NOAA committed Mar 21, 2023
1 parent 018e396 commit 10ceadd
Show file tree
Hide file tree
Showing 12 changed files with 4,455 additions and 4,443 deletions.
2 changes: 1 addition & 1 deletion AQM
1,256 changes: 634 additions & 622 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,835 changes: 915 additions & 920 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

426 changes: 213 additions & 213 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,320 changes: 660 additions & 660 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,202 changes: 601 additions & 601 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,333 changes: 669 additions & 664 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,090 changes: 545 additions & 545 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 @@ -16,7 +16,7 @@ csqy_data: CSQY_DATA_cb6r3_ae6_aq
optics_data: PHOT_OPTICS.dat
omi_data: omi_cmaq_2015_361X179.dat

init_concentrations: true
init_concentrations: false

run_aerosol: true

Expand Down
6 changes: 3 additions & 3 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ RUN | atmaero_control_p8_rad_micro
# ATM-CMAQ tests
###################################################################################################################################################################################

COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 | | fv3 |
COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON | | fv3 |
RUN | regional_atmaq | | fv3 |
COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON | | fv3 |
COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | | fv3 |
RUN | regional_atmaq_debug | - jet.intel gaea.intel cheyenne.intel | fv3 |

COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON | | fv3 |
COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON | | fv3 |
RUN | regional_atmaq_faster | | fv3 |
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
fi


BL_DATE=20230308
BL_DATE=20230320

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

Expand Down

0 comments on commit 10ceadd

Please sign in to comment.