-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run with more diagnostics #1024
base: main
Are you sure you want to change the base?
Conversation
1625895
to
95b62ed
Compare
@@ -329,20 +329,23 @@ function default_diagnostics( | |||
"gpp", | |||
"ct", | |||
"lai", | |||
"sco2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is mostly NaN right now anyways... we can add it back later when we have time to debug it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
land_model::Union{SoilCanopyModel{FT}, LandModel{FT}}, | ||
) where {FT} | ||
if isnothing(out) | ||
return p.canopy.energy.turbulent_fluxes.transpiration .* 1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a comment explaining why .* 1000
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added!
@@ -492,7 +492,7 @@ for (group_id, group) in | |||
CairoMakie.save(joinpath(root_path, "$(group_name).png"), fig) | |||
end | |||
|
|||
short_names = ["gpp", "swc", "et", "ct", "swe", "si"] | |||
short_names = ["gpp", "swc", "et", "ct", "swe", "si", "trans", "msf"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could also add these to short_names_bio
/short_names_other
above too if we want the heatmaps to be in the bio/other png outputs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right now i never look at those plots...but all of these are plotted in "figures.pdf"
6817731
to
0642adc
Compare
Purpose
To-do
Content