Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 4 additions & 2 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/NOAA-EMC/fv3atm
# branch = develop
url = https://github.com/DusanJovic-NOAA/fv3atm
branch = fix_qr_tests
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated from 51e570 to 3b318a
4 changes: 2 additions & 2 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D
RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | | baseline |
RUN | rap_control_dyn32_phy32 | | baseline |
RUN | hrrr_control_dyn32_phy32 | | baseline |
RUN | hrrr_control_qr_dyn32_phy32 | | baseline |
RUN | hrrr_control_qr_dyn32_phy32 | | |
RUN | rap_2threads_dyn32_phy32 | | |
RUN | hrrr_control_2threads_dyn32_phy32 | | |
RUN | hrrr_control_decomp_dyn32_phy32 | | |
Expand Down Expand Up @@ -361,7 +361,7 @@ RUN | control_wam_debug | + hera cheyenne
COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 |
RUN | rap_control_dyn32_phy32 | + hera cheyenne | baseline |
RUN | hrrr_control_dyn32_phy32 | + hera cheyenne | baseline |
RUN | hrrr_control_qr_dyn32_phy32 | + hera cheyenne | baseline |
RUN | hrrr_control_qr_dyn32_phy32 | + hera cheyenne | |
RUN | rap_2threads_dyn32_phy32 | + hera cheyenne | |
RUN | hrrr_control_2threads_dyn32_phy32 | + hera cheyenne | |
RUN | hrrr_control_decomp_dyn32_phy32 | + hera cheyenne | |
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hrrr_control_qr_dyn32_phy32
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version"

export CNTL_DIR=hrrr_control_qr_dyn32_phy32
export CNTL_DIR=hrrr_control_dyn32_phy32

export LIST_FILES="sfcf000.nc \
sfcf009.nc \
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hrrr_control_restart_qr_dyn32_phy32
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export TEST_DESCR="Compare HRRR CLM Lake restart results with control"

export CNTL_DIR=hrrr_control_qr_dyn32_phy32
export CNTL_DIR=hrrr_control_dyn32_phy32

export LIST_FILES="sfcf012.nc \
atmf012.nc \
Expand Down