Skip to content

Commit

Permalink
Feature/refconv (ufs-community#1996)
Browse files Browse the repository at this point in the history
* Convective reflectivity added for NSSL,Thompson mp,SAS,GF shal/deep

* Bug fix: htop intent set to in, modified if condition for convective refl.

* if do_deep is false, set deep and shal parameters to -1. This will prevent conv refl from being computed.

* Revert imfhsalcnv and imfdeepcnv changes

* Bug fix for conv refl,remove conv refl computation from the cu_gf driver

* change imfshallow and imfdeep to -1 since no convection is used, otherwise it will try to compute convective reflectivity

* Replace 273.16 with already defined physical constant, con_t0c
  • Loading branch information
ericaligo-NOAA authored Dec 1, 2023
1 parent 17e8d84 commit 7407bcf
Show file tree
Hide file tree
Showing 10 changed files with 5,649 additions and 5,645 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export BL_DATE=20231122
export BL_DATE=20231130
1,436 changes: 718 additions & 718 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

1,478 changes: 739 additions & 739 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

2,068 changes: 1,034 additions & 1,034 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

2,136 changes: 1,070 additions & 1,066 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

1,328 changes: 664 additions & 664 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,550 changes: 775 additions & 775 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

1,290 changes: 645 additions & 645 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/parm/regional.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
random_clds = .false.
trans_trac = .true.
cnvcld = .false.
imfshalcnv = 2
imfdeepcnv = 2
imfshalcnv = -1
imfdeepcnv = -1
cdmbgwd = 0.88, 0.04
cnvgwd = .false.
do_gsl_drag_ls_bl = .false.
Expand Down

0 comments on commit 7407bcf

Please sign in to comment.