Skip to content

Commit

Permalink
RRFS snow initialization with RUC LSM (NCAR#127)
Browse files Browse the repository at this point in the history
* Update .gitmodules and submodule pointer for fv3atm for code review and testing

* Disable cpld_debug_p8 and update baseline date

* Hera gnu tests passed

* Hera intel tests passed.

* Jet intel tests passed.

* Point FV3 to top of RRFS_dev

* Add comment explaining why one test is disabled'

Co-authored-by: Samuel Trahan <[email protected]>
  • Loading branch information
tanyasmirnova and SamuelTrahanNOAA authored Mar 18, 2022
1 parent 696846b commit 20e2469
Show file tree
Hide file tree
Showing 7 changed files with 1,546 additions and 1,718 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
370 changes: 156 additions & 214 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,494 changes: 718 additions & 776 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,386 changes: 664 additions & 722 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN | cpld_restart_c192_p8
RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 |
RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8

COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | - wcoss_cray | fv3 |
RUN | cpld_debug_p8 | - wcoss_cray | fv3 |
#COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | - wcoss_cray | fv3 |
# This test crashes after Tanya's bug fixes:
#RUN | cpld_debug_p8 | - wcoss_cray | fv3 |

###################################################################################################################################################################################
# PROD tests #
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220314
BL_DATE=20220318
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/RRFS_dev-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
5 changes: 3 additions & 2 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ RUN | control_wam_debug
COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 |
RUN | cpld_control_c96_p8 | | fv3 |

COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 |
RUN | cpld_debug_p8 | | fv3 |
#COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 |
# This test crashes after Tanya's bug fixes:
#RUN | cpld_debug_p8 | | fv3 |

0 comments on commit 20e2469

Please sign in to comment.