Skip to content

Commit

Permalink
k should be integer
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Aug 21, 2024
1 parent 6ea78fd commit efa8836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Process_Library/GOCART2G_Process.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5714,11 +5714,11 @@ subroutine SUvolcanicEmissions (nVolc, vStart, vEnd, vSO2, vElev, vCloud, iPoint
! 22July2020 E.Sherman
!
! !Local Variables
integer :: i, j, it
integer :: i, j, k, it
real, dimension(:,:,:), allocatable :: emissions_point
real :: so2volcano

real :: hup, hlow, dzvolc, dz, z1, k
real :: hup, hlow, dzvolc, dz, z1
real :: deltaSO2v
real, dimension(:,:), allocatable :: z0
real, allocatable, dimension(:,:) :: srcSO2volc
Expand Down

0 comments on commit efa8836

Please sign in to comment.