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
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated from 8a58e1 to 63582a
6 changes: 3 additions & 3 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN | regional_netcdf_parallel
RUN | regional_RRTMGP | | fv3 |
RUN | regional_3km | | fv3 |

COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 |
COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_WoFS_v0 -D32BIT=ON | | fv3 |

RUN | rap_control | | fv3 |
RUN | regional_spp_sppt_shum_skeb | | fv3 |
Expand All @@ -82,8 +82,8 @@ RUN | rap_sfcdiff
RUN | rap_sfcdiff_restart | | | rap_sfcdiff
RUN | hrrr_control | | fv3 |
RUN | rrfs_v1beta | | fv3 |
RUN | rrfs_v1nssl | | fv3 |
RUN | rrfs_v1nssl_nohailnoccn | | fv3 |
RUN | wofs_v0 | | fv3 |
RUN | wofs_v0_nohailnoccn | | fv3 |

RUN | rrfs_conus13km_hrrr_warm | | fv3 |
RUN | rrfs_conus13km_radar_tten_warm | | fv3 |
Expand Down
14 changes: 7 additions & 7 deletions tests/tests/rrfs_v1nssl → tests/tests/wofs_v0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
###############################################################################
#
# RRFS v1 NSSL test atmosphere only at C96L127
# WoFS v0 test atmosphere only at C96L127
#
###############################################################################

export TEST_DESCR="Compare RRFS_v1nssl results with previous trunk version"
export TEST_DESCR="Compare WoFS_v0 results with previous trunk version"

export CNTL_DIR=rrfs_v1nssl
export CNTL_DIR=wofs_v0

export LIST_FILES="sfcf000.nc \
sfcf021.nc \
Expand Down Expand Up @@ -37,7 +37,7 @@ export IAER=5111
export OUTPUT_FH='0 21 24'

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_RRFS_v1nssl
export CCPP_SUITE=FV3_WoFS_v0
export INPUT_NML=rap.nml.IN
export FIELD_TABLE=field_table_nssl_tke
export NEW_DIAGTABLE=diag_table_rap_noah
Expand All @@ -50,14 +50,14 @@ export NSSL_HAIL_ON=.true.
export NSSL_INVERTCCN=.true.
export DO_SAT_ADJ=.false.
export LTAEROSOL=.false.
export IALB=2
export IEMS=2
export IALB=1
export IEMS=1
export HYBEDMF=.false.
export DO_MYNNEDMF=.true.
export DO_MYNNSFCLAY=.true.
export DO_DEEP=.false.
export SHAL_CNV=.false.
export IMFSHALCNV=-1
export IMFDEEPCNV=-1
export LSM=2
export LSM=1
export LSOIL_LSM=4
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
###############################################################################
#
# RRFS v1 NSSL no hail no ccn test atmosphere only at C96L127
# WoFS_v0 no hail no ccn test atmosphere only at C96L127
#
###############################################################################

export TEST_DESCR="Compare RRFS_v1nssl_nohailnoccn results with previous trunk version"
export TEST_DESCR="Compare WoFS_v0_nohailnoccn results with previous trunk version"

export CNTL_DIR=rrfs_v1nssl_nohailnoccn
export CNTL_DIR=wofs_v0_nohailnoccn

export LIST_FILES="sfcf000.nc \
sfcf021.nc \
Expand Down Expand Up @@ -37,7 +37,7 @@ export IAER=5111
export OUTPUT_FH='0 21 24'

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_RRFS_v1nssl
export CCPP_SUITE=FV3_WoFS_v0
export INPUT_NML=rap.nml.IN
export FIELD_TABLE=field_table_nssl_nohailnoccn_tke
export NEW_DIAGTABLE=diag_table_rap_noah
Expand All @@ -50,14 +50,14 @@ export NSSL_HAIL_ON=.false.
export NSSL_INVERTCCN=.true.
export DO_SAT_ADJ=.false.
export LTAEROSOL=.false.
export IALB=2
export IEMS=2
export IALB=1
export IEMS=1
export HYBEDMF=.false.
export DO_MYNNEDMF=.true.
export DO_MYNNSFCLAY=.true.
export DO_DEEP=.false.
export SHAL_CNV=.false.
export IMFSHALCNV=-1
export IMFDEEPCNV=-1
export LSM=2
export LSM=1
export LSOIL_LSM=4