Skip to content

Commit

Permalink
Introduce positive-definite TVD methods for PBL and cumulus convectiv…
Browse files Browse the repository at this point in the history
…e schemes (#858)

This PR introduces positive-definite Total Variation Diminishing (TVD) mass-flux methods recently developed at NOAA/EMC (Jongil Han) to improve tracer transport in EDMF-TKE PBL schemes and SAMF cumulus convective parameterizations. Such methods do not generate negative values for tracer mixing ratios during convective transport. The updated code may still generate very small (1.E-15) negative values during PBL mixing.
  • Loading branch information
rmontuoro authored Nov 9, 2021
1 parent dded6d9 commit 49e4d99
Show file tree
Hide file tree
Showing 11 changed files with 2,306 additions and 2,306 deletions.
2 changes: 1 addition & 1 deletion FV3
216 changes: 108 additions & 108 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

640 changes: 320 additions & 320 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

618 changes: 309 additions & 309 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

654 changes: 327 additions & 327 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

586 changes: 293 additions & 293 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

636 changes: 318 additions & 318 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

396 changes: 198 additions & 198 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

650 changes: 325 additions & 325 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

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=20211104
BL_DATE=20211108
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 49e4d99

Please sign in to comment.