Skip to content

Commit

Permalink
pring out seed_in
Browse files Browse the repository at this point in the history
  • Loading branch information
YanlanLiu committed Jun 2, 2022
1 parent bf1568c commit b3845dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ subroutine SeedIn( currentSite, bc_in, bc_out)
!YL---------
do pft = 1,numpft
bc_out%seed_out(pft) = bc_out%seed_out(pft) + site_seed_rain(pft)*disp_frac(pft) ![kg/site/day]
!write(fates_log(),*) 'pft, site_seed_rain(pft), bc_out%seed_out(pft): ', pft, site_seed_rain(pft), bc_out%seed_out(pft)
write(fates_log(),*) 'pft, bc_in%seed_in(pft), bc_out%seed_out(pft): ', pft, bc_in%seed_in(pft), bc_out%seed_out(pft)
end do
!-----------

Expand Down

0 comments on commit b3845dc

Please sign in to comment.