Skip to content

Commit a9f4f79

Browse files
committed
fix units
1 parent ef87994 commit a9f4f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eam/src/physics/cam/zm_conv.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ subroutine zm_conv_evap(pcols, ncol, pver, pverp, deltat, &
697697
real(r8), dimension(pcols,pver), intent(in ) :: pdel ! layer thickness [Pa]
698698
real(r8), dimension(pcols,pver), intent(in ) :: t ! temperature [K]
699699
real(r8), dimension(pcols,pver), intent(in ) :: q ! water vapor [kg/kg]
700-
real(r8), dimension(pcols,pver), intent(in ) :: prdprec ! precipitation production [kg/ks/s]
700+
real(r8), dimension(pcols,pver), intent(in ) :: prdprec ! precipitation production [kg/kg/s]
701701
real(r8), dimension(pcols,pver), intent(in ) :: cldfrc ! cloud fraction
702702
real(r8), dimension(pcols,pver), intent(inout) :: tend_s ! heating rate [J/kg/s]
703703
real(r8), dimension(pcols,pver), intent(inout) :: tend_q ! water vapor tendency [kg/kg/s]

0 commit comments

Comments
 (0)