Skip to content

Commit

Permalink
Merge pull request #66 from climbfuji/ccpp-physics-cleanup-20180402
Browse files Browse the repository at this point in the history
ccpp-physics cleanup 20180402
  • Loading branch information
climbfuji authored Apr 3, 2018
2 parents ae01885 + 13dfc8b commit 56a171a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions physics/mfdeepcnv.f
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ subroutine sasas_deep_run(im,ix,km,delt,delp,prslp,psp,phil,ql1, &
c & .743,.813,.886,.947,1.138,1.377,1.896/
real(kind=kind_phys) tf, tcr, tcrf
parameter (tf=233.16, tcr=263.16, tcrf=1.0/(tcr-tf))
!
! Initialize CCPP error handling variables
errmsg = ''
errflg = 0
!
c-----------------------------------------------------------------------
!> ## Compute preliminary quantities needed for static, dynamic, and feedback control portions of the algorithm.
Expand Down

0 comments on commit 56a171a

Please sign in to comment.