Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Mar 15, 2024
1 parent c25c192 commit fa3f0f1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ function getoutput(
end
return [parent(r)[depth] for r in result]
end
# example: getoutput(:SW_out)
# example 2: getoutput(:canopy, :conductance, :gs)
# example 3: getoutput(:soil, :T; result = sol.u, depth = 2)
# example: getoutput(sv, :SW_out)
# example 2: getoutput(sv, :canopy, :conductance, :gs)
# example 3: getoutput(sol, :soil, :ϑ_l; result = sol.u, depth = 2)

"""
make_output_df(sv, inputs)
Expand Down

0 comments on commit fa3f0f1

Please sign in to comment.