We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
T_sfc is defined everywhere whereas t_canopy is set to NaN if there is no canopy
Note, this is stored in p.T_sfc and currently not in define_diagnostics.jl for the land model (but it is for the bucket).
p.T_sfc
define_diagnostics.jl
for the bucket:
# Bucket Surface temperature add_diagnostic_variable!( short_name = "tsfc", long_name = "Bucket Surface Temperature", standard_name = "surface_temperature", units = "K", comments = "Temperature of the bucket-land surface.", compute! = (out, Y, p, t) -> compute_surface_temperature!(out, Y, p, t, land_model), )
Question: Do we need a separate short_name for the land model?
short_name
The text was updated successfully, but these errors were encountered:
AlexisRenchon
Successfully merging a pull request may close this issue.
T_sfc is defined everywhere whereas t_canopy is set to NaN if there is no canopy
Note, this is stored in
p.T_sfc
and currently not indefine_diagnostics.jl
for the land model (but it is for the bucket).for the bucket:
Question: Do we need a separate
short_name
for the land model?The text was updated successfully, but these errors were encountered: