Skip to content

Commit

Permalink
Update ffrac to canfrac
Browse files Browse the repository at this point in the history
  • Loading branch information
angehung5 authored Feb 5, 2024
1 parent beaca75 commit a904269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/canopy_canmet_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MODULE canopy_canmet_mod
real(rk) :: clu !clumping index
real(rk) :: lai !leaf area index
integer :: vtype !vegetation type
real(rk) :: ffrac !forest fraction
real(rk) :: canfrac !canopy fraction
real(rk) :: fricv !friction velocity (u*) (m/s)
real(rk) :: csz !cosine of solar zenith angle
real(rk) :: sfcr !surface roughness length (m)
Expand Down Expand Up @@ -101,7 +101,7 @@ MODULE canopy_canmet_mod
real(rk) :: cluref !Input canopy clumping index
real(rk) :: lairef !Input leaf area index
integer :: vtyperef !Input vegetation type (VIIRS)
real(rk) :: ffracref !Input forest fraction of grid cell
real(rk) :: canfracref !Input canopy fraction of grid cell
real(rk) :: ustref !Input friction velocity
real(rk) :: cszref !Input cosine of zenith angle
real(rk) :: z0ref !Input total/surface roughness length
Expand Down

0 comments on commit a904269

Please sign in to comment.