Skip to content

Commit

Permalink
Remove dt from call to ZM convtran
Browse files Browse the repository at this point in the history
  • Loading branch information
cacraigucar committed Aug 19, 2024
1 parent a916ae6 commit a642e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/spcam/crmclouds_camaerosols.F90
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ subroutine crmclouds_convect_tend(state, ptend, ztodt, pbuf)
ptend%lq,state%q(:ncol,:,:), pcnst, mu(:ncol,:), md(:ncol,:), &
du(:ncol,:), eu(:ncol,:), ed(:ncol,:), dp(:ncol,:), dsubcld(:ncol), &
jt(:ncol),maxg(:ncol),ideep(:ncol), 1, lengath, &
nstep, fracis(:ncol,:,:), ptend%q(:ncol,:,:), dpdry(:ncol,:), ztodt )
nstep, fracis(:ncol,:,:), ptend%q(:ncol,:,:), dpdry(:ncol,:))

end subroutine crmclouds_convect_tend
!=====================================================================================================
Expand Down

0 comments on commit a642e33

Please sign in to comment.