Skip to content

Commit

Permalink
New Thompson cloud fraction (updated subroutine cal_cldfra3) (#929)
Browse files Browse the repository at this point in the history
Includes code changes described in NCAR/ccpp-physics#795 and NOAA-EMC/fv3atm#432: the addition of a new cloud fraction scheme for Thompson MP.
  • Loading branch information
climbfuji authored Dec 10, 2021
1 parent f20ac76 commit ad95b73
Show file tree
Hide file tree
Showing 12 changed files with 2,794 additions and 2,661 deletions.
2 changes: 1 addition & 1 deletion FV3
214 changes: 107 additions & 107 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,165 changes: 664 additions & 501 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

648 changes: 324 additions & 324 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

216 changes: 108 additions & 108 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

693 changes: 339 additions & 354 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

797 changes: 391 additions & 406 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

646 changes: 323 additions & 323 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

402 changes: 201 additions & 201 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

656 changes: 328 additions & 328 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp | - wcoss_cray | fv3 |
RUN | cpld_control_p7 | - wcoss_cray | fv3 |
RUN | cpld_control_p7_rrtmgp | - wcoss_cray cheyenne.intel | fv3 |
RUN | cpld_control_p7_rrtmgp | - wcoss_cray | fv3 |
RUN | cpld_2threads_p7 | - wcoss_cray | |
RUN | cpld_decomp_p7 | - wcoss_cray jet.intel | |
RUN | cpld_mpi_p7 | - wcoss_cray | |
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN | control_stochy_restart
RUN | control_lndp | | fv3 |

RUN | control_p7 | | fv3 |
RUN | control_p7_rrtmgp |- cheyenne.intel | fv3 |
RUN | control_p7_rrtmgp | | fv3 |
RUN | control_restart_p7 | | | control_p7
RUN | control_decomp_p7 | | |
RUN | control_2threads_p7 | - wcoss_cray | |
Expand All @@ -61,7 +61,7 @@ RUN | regional_noquilt
RUN | regional_2threads | - wcoss_cray jet.intel | |
RUN | regional_hafs | | fv3 |
RUN | regional_netcdf_parallel | - wcoss2 | fv3 |
RUN | regional_RRTMGP | - cheyenne.intel | fv3 |
RUN | regional_RRTMGP | | fv3 |

RUN | fv3_gsd | | fv3 |
RUN | fv3_rrfs_v1alpha | | fv3 |
Expand All @@ -71,9 +71,9 @@ RUN | fv3_rrfs_v1beta

COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp,FV3_HAFS_v0_hwrf_thompson | | fv3 |
# fv3_gfs_v15p2 and fv3_gfs_v15p2_RRTMGP fail w/ sat.vap pressure error when cdmbgwd=0.14,1.8,1.0,1.0
RUN | control_rrtmgp | - cheyenne.intel | fv3 |
#RUN | control_rrtmgp_2threads | - cheyenne.intel | |
RUN | control_rrtmgp_c192 | - cheyenne.intel | fv3 |
RUN | control_rrtmgp | | fv3 |
#RUN | control_rrtmgp_2threads | | |
RUN | control_rrtmgp_c192 | | fv3 |
RUN | control_csawmg | - gaea.intel | fv3 |
RUN | control_csawmgt | | fv3 |
RUN | control_flake | | fv3 |
Expand All @@ -100,7 +100,7 @@ RUN | control_wrtGauss_netcdf_parallel_debug
RUN | control_stochy_debug | | fv3 |
RUN | control_lndp_debug | | fv3 |
RUN | control_rrtmgp_debug | | fv3 |
RUN | control_csawmg_debug | - jet.intel | fv3 |
RUN | control_csawmg_debug | | fv3 |
RUN | control_csawmgt_debug | | fv3 |
RUN | control_ras_debug | | fv3 |
RUN | control_diag_debug | | fv3 |
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20211206
BL_DATE=20211209
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down

0 comments on commit ad95b73

Please sign in to comment.