Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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