Skip to content

Commit

Permalink
resolved error after deallocation
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Apr 28, 2024
1 parent ef7952a commit 571f0fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/soiltemp_sitch.mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,8 @@ subroutine soiltemp( soil, dtemp, moy, doy )
if (allocated(dtemp_pvy )) deallocate( dtemp_pvy )
if (allocated(wscal_pvy )) deallocate( wscal_pvy )
if (allocated(wscal_alldays)) deallocate( wscal_alldays )
dtemp_pvy(:) = dtemp(:)
end if

return

end subroutine soiltemp


Expand Down

0 comments on commit 571f0fc

Please sign in to comment.