Skip to content

Commit

Permalink
Remove ispolygon from landunit_varcon import
Browse files Browse the repository at this point in the history
ispolygon is part of lun_pp data structure and not landunit_varcon
so does not need to be imported to FracH2OSfc subroutine
  • Loading branch information
rfiorella committed May 9, 2024
1 parent 9cf511d commit 1a94034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/biogeophys/CanopyHydrologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ subroutine FracH2OSfc(bounds, num_h2osfc, filter_h2osfc, &
! !USES:
use shr_const_mod , only : shr_const_pi
use shr_spfn_mod , only : erf => shr_spfn_erf
use landunit_varcon , only : istsoil, istcrop, ispolygon
use landunit_varcon , only : istsoil, istcrop
!
! !ARGUMENTS:
type(bounds_type) , intent(in) :: bounds
Expand Down

0 comments on commit 1a94034

Please sign in to comment.