Skip to content
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

\rhoe_int no longer supported in ClimaAtmos.jl #966

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions experiments/ClimaEarth/components/atmosphere/climaatmos.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ function atmos_init(atmos_config)
center_space = axes(Y.c.ρe_tot)
face_space = axes(Y.f.u₃)
spaces = (; center_space = center_space, face_space = face_space)
if :ρe_int in propertynames(Y.c)
@warn("Running with ρe_int in coupled mode is not tested yet.", maxlog = 1)
end

# define shorter references for long variable names to increase readability, and set to zero
ρ_flux_h_tot = integrator.p.precomputed.sfc_conditions.ρ_flux_h_tot
Expand Down
Loading