Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Jun 9, 2020
1 parent 2d6bf80 commit bacbc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scm/src/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
Model%wminras = wminras
Model%rbcr = rbcr
Model%do_gwd = maxval(Model%cdmbgwd) > 0.0

Model%do_cnvgwd = Model%cnvgwd .and. maxval(Model%cdmbgwd(3:4)) == 0.0
Model%do_mynnedmf = do_mynnedmf
Model%do_mynnsfclay = do_mynnsfclay
Expand Down Expand Up @@ -5497,7 +5497,7 @@ subroutine diag_phys_zero (Diag, Model, linit, iauwindow_center)
Diag%zmtnblck = zero

if (Model%imp_physics == Model%imp_physics_fer_hires) then
Diag%TRAIN = zero
Diag%TRAIN = zero
end if

Diag%totprcpb = zero
Expand Down

0 comments on commit bacbc93

Please sign in to comment.