Skip to content

Commit

Permalink
updating comment to provide more general meaning
Browse files Browse the repository at this point in the history
  • Loading branch information
joeolson42 committed Jun 4, 2020
1 parent 56d3bda commit 72ac01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physics/module_SGSCloud_RadPre.F90
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ subroutine sgscloud_radpre_run( &
enddo
enddo

else ! kdt > 1 or restart
else ! timestep > 1 or restart

! Back-up microphysics cloud information:
do k = 1, levs
Expand Down Expand Up @@ -293,7 +293,7 @@ subroutine sgscloud_radpre_run( &
enddo
endif ! imfdeepcnv_gf

endif ! kdt > 1
endif ! timestep > 1

!> - Compute SFC/low/middle/high cloud top pressure for each cloud domain for given latitude.

Expand Down

0 comments on commit 72ac01d

Please sign in to comment.