Skip to content

Commit

Permalink
brings in FV3 "the dycore" updated to be consistent with the latest p…
Browse files Browse the repository at this point in the history
…ublic release (#772)

This PR brings in an update for fv3atm that contains updates to the latest public release of the FV3 dycore. This PR changes answers for all regional tests and any test with ICs created by chgres from sources that sets the data_source_fv3gfs=.true. option in FV3/atmos_cubed_sphere/tools/external_ic.F90::get_nggps_ic routine. 
* updated ICs to use newly created 20210825 snapshot
* bypass control_csawmg test for gaea (numerical instability)
* updated BL_DATE in anticipation of baseline creation
  • Loading branch information
bensonr authored Aug 27, 2021
1 parent 3f3c253 commit ef2d0ed
Show file tree
Hide file tree
Showing 13 changed files with 5,766 additions and 5,700 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 atmos_cubed_sphere
602 changes: 301 additions & 301 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,695 changes: 841 additions & 854 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

2,331 changes: 1,206 additions & 1,125 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

670 changes: 335 additions & 335 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,758 changes: 879 additions & 879 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,724 changes: 862 additions & 862 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

942 changes: 471 additions & 471 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,732 changes: 865 additions & 867 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From noaaemc/ubuntu-hpc:v1.4b
From noaaemc/ubuntu-hpc:v1.5b

ENV HOME=/home/builder
COPY --chown=builder:builder . $HOME/ufs-weather-model
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ elif [ $RUN == "true" ]; then
-e "RT_MACHINE=linux.gnu" -e "RT_COMPILER=gnu" \
-w "/home/builder/ufs-weather-model/tests" \
-v DataVolume:/home/builder/data/NEMSfv3gfs/input-data-20210528 \
--shm-size=512m --name my-container noaaemc/ubuntu-hpc:v1.4b \
--shm-size=512m --name my-container noaaemc/ubuntu-hpc:v1.5b \
/bin/bash -c "./utest -n ${TEST_NAME} -c ${TEST_CASE} -x"

cd $GITHUB_WORKSPACE
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_
RUN | control_rrtmgp | | fv3 |
#RUN | control_rrtmgp_2threads | | |
#RUN | control_rrtmgp_c192 | | fv3 |
RUN | control_csawmg | | fv3 |
RUN | control_csawmg | - gaea.intel | fv3 |
RUN | control_csawmgt | | fv3 |
RUN | control_flake | | fv3 |
RUN | control_ugwpv1 | | fv3 |
Expand Down
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,14 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20210820
BL_DATE=20210825
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}}
fi

INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210717}
INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210825}
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20210621
INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210717}

Expand Down

0 comments on commit ef2d0ed

Please sign in to comment.