Skip to content

Commit a967063

Browse files
authored
Merge pull request #520 from rgknox/rgknox-seedrain-mbfix
Added site level input carbon tracking diagnostics to seed_rain
2 parents 82498d5 + 95635c3 commit a967063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

biogeochem/EDPhysiologyMod.F90

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,10 @@ subroutine seeds_in( currentSite, cp_pnt )
892892
EDPftvarcon_inst%seed_rain(p) !KgC/m2/year
893893
currentSite%seed_rain_flux(p) = currentSite%seed_rain_flux(p) + &
894894
EDPftvarcon_inst%seed_rain(p) * currentPatch%area/AREA !KgC/m2/year
895+
896+
currentSite%flux_in = currentSite%flux_in + &
897+
EDPftvarcon_inst%seed_rain(p) * currentPatch%area * hlm_freq_day
898+
895899
enddo
896900

897901

0 commit comments

Comments
 (0)