Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Aug 1, 2024
1 parent ca0719c commit 556c61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function make_output_df(
collect(map(i -> (i, :soil, :T), 1:20)), # 20 shouldn't be hard-coded, but an arg, equal to n layers
collect(map(i -> (i, :soil, :θ_l), 1:20)),
(1, :soil, :turbulent_fluxes, :vapor_flux),
(1, :canopy, :photosynthesis, :SIF),
(1, :canopy, :sif, :SIF),
)

output_vectors = [getoutput(sv, args...) for args in output_list]
Expand Down

0 comments on commit 556c61c

Please sign in to comment.