Skip to content

Commit

Permalink
fix passing num landuse harvest vars to the fates landuse harvest cat…
Browse files Browse the repository at this point in the history
…egories
  • Loading branch information
glemieux committed May 9, 2024
1 parent a35f91d commit 74e8666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ subroutine CLMFatesGlobals2()
! LUH2 landuse timeseries driven harvest rates
else if (fates_harvest_mode >= fates_harvest_luh_area) then
pass_lu_harvest = 1
pass_num_lu_harvest_types = num_landuse_harvest_vars
pass_num_lu_harvest_cats = num_landuse_harvest_vars
else
pass_lu_harvest = 0
pass_num_lu_harvest_cats = 0
Expand Down

0 comments on commit 74e8666

Please sign in to comment.