Skip to content

Commit

Permalink
Reverted some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Feb 19, 2020
1 parent 93ae6cb commit 75fdb61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion physics/GFS_rrtmg_pre.F90
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ subroutine GFS_rrtmg_pre_run (Model, Grid, Sfcprop, Statein, & ! input
effrs(i,lyb) = effrs(i,lya)
enddo
endif
endif
endif

if (Model%imp_physics == 99) then
ccnd(1:IM,1:LMK,1) = ccnd(1:IM,1:LMK,1) + cnvw(1:IM,1:LMK)
Expand Down
2 changes: 0 additions & 2 deletions physics/module_mp_thompson.F90
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ SUBROUTINE thompson_init(nwfa2d, nifa2d, nwfa, nifa, &
LOGICAL, PARAMETER :: precomputed_tables = .FALSE.
#endif



is_aerosol_aware = .FALSE.
micro_init = .FALSE.

Expand Down

0 comments on commit 75fdb61

Please sign in to comment.