Skip to content

Commit

Permalink
Fixed canopy_calcs too.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Oct 10, 2023
1 parent bd8c5f2 commit b9ad49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy_calcs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ SUBROUTINE canopy_calcs
! print*, 'VIIRS PAI = ', lairef+0.5
if (variables_2d(i,j)%lat .gt. (-1.0_rk*pavd_set) .and. &
variables_2d(i,j)%lat .lt. pavd_set) then !use GEDI PAVD
call canopy_pavd2fafrac(modlays, modres, hcmref, zhc, &
call canopy_pavd2fafrac(modres, hcmref, zhc, &
variables_3d(i,j,:)%pavd, variables_1d%lev, fafraczInt)
! print*, 'fafraczInt(pavd) = ', fafraczInt
! print*,'zhc = ', zhc
Expand Down

0 comments on commit b9ad49e

Please sign in to comment.