-
Notifications
You must be signed in to change notification settings - Fork 5
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
rm bycolumn #805
rm bycolumn #805
Conversation
25d12a9
to
6f571c3
Compare
d0d677e
to
3730789
Compare
caf579d
to
19a90c5
Compare
0115bb7
to
653609c
Compare
end | ||
function surface_inputs(::MoninObukhovScheme, input_args::NamedTuple) | ||
(; thermo_state_sfc, thermo_state_int, uₕ_int, z_int, z_sfc, scheme_properties) = input_args | ||
(; thermo_state_sfc, thermo_state_int, uₕ_int, z_int, z_sfc, scheme_properties, boundary_space) = input_args |
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.
Can we instead grab boundary_space
from axes(z_sfc)
? Or will that not work?
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.
axes(z_sfc)
is different from boundary_space
so I don't think that's what we want. I tried getting it from axes(beta)
, but beta
is sometimes a scalar so that didn't work either
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.
Looks great!
Purpose
closes #736
Results
Content:
bycolumn
removed fromexperiments/ClimaEarth/components/atmosphere/climaatmos_extra_diags.jl
src/FluxCalculator.jl.update_turbulent_fluxes
(used for partitioned turbulent fluxes)get_field
,update_field!
methods for component modelsexperiments/ClimaEarth/components/ocean/eisenman_seaice.jl
solve_eisenman_model