Skip to content

Commit

Permalink
Merge pull request NCAR#24 from climbfuji/thompson_mp_cloud_effective…
Browse files Browse the repository at this point in the history
…_radii_cleanup

Cleanup of Thompson MP cloud effective radii calculation
  • Loading branch information
DomHeinzeller committed Jun 3, 2020
2 parents 7aa630e + dd6f150 commit efbcf42
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated from 2a5c1b to d78e55
2 changes: 1 addition & 1 deletion parm/ccpp_gsd.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
lheatstrg = @[LHEATSTRG]
do_mynnedmf = @[DO_MYNNEDMF]
do_mynnsfclay = @[DO_MYNNSFCLAY]
effr_in = @[EFFR_IN]
effr_in = .true.
random_clds = .false.
trans_trac = .true.
cnvcld = .true.
Expand Down
1 change: 1 addition & 0 deletions parm/ccpp_gsd_sar.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
lheatstrg = .F.
do_mynnedmf = .T.
do_mynnsfclay = .false.
effr_in = .true.
random_clds = .false.
trans_trac = .true.
cnvcld = .false.
Expand Down
1 change: 1 addition & 0 deletions parm/ccpp_gsd_sar_25km.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
lheatstrg = .F.
do_mynnedmf = .true.
do_mynnsfclay = .false.
effr_in = .true.
random_clds = .false.
trans_trac = .true.
cnvcld = .false.
Expand Down
1 change: 0 additions & 1 deletion tests/tests/fv3_ccpp_raphrrr
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export DNATS=0
export DO_SAT_ADJ=.F.
export LRADAR=.T.
export LTAEROSOL=.T.
export EFFR_IN=.T.

export FV3_RUN=ccpp_gsd_run.IN
export CCPP_SUITE=FV3_RAPHRRR
Expand Down

0 comments on commit efbcf42

Please sign in to comment.