Skip to content

Commit

Permalink
Fixed warning on unused dummy argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Oct 10, 2023
1 parent c2bd964 commit bd8c5f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/canopy_var3din_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module canopy_var3din_mod
contains

!:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
SUBROUTINE CANOPY_PAVD2FAFRAC ( MODLAYS, MODRES, FCH, ZHC, &
SUBROUTINE CANOPY_PAVD2FAFRAC ( MODRES, FCH, ZHC, &
PAVD_IN, PAVD_LEVS, FAFRACZINT )

!-----------------------------------------------------------------------
Expand All @@ -29,7 +29,6 @@ SUBROUTINE CANOPY_PAVD2FAFRAC ( MODLAYS, MODRES, FCH, ZHC, &

! Arguments:
! IN/OUT
INTEGER, INTENT( IN ) :: MODLAYS ! Number of total above and below canopy model layers
REAL(RK), INTENT( IN ) :: MODRES ! Canopy model input vertical resolution (m)
REAL(RK), INTENT( IN ) :: FCH ! Grid cell canopy height (m) !From GEDI
REAL(RK), INTENT( IN ) :: ZHC(:) ! z/h (dimensionless)
Expand Down

0 comments on commit bd8c5f2

Please sign in to comment.