Skip to content

Commit

Permalink
Merge pull request #966 from CliMA/as/rm-eint
Browse files Browse the repository at this point in the history
\rhoe_int no longer supported in ClimaAtmos.jl
  • Loading branch information
akshaysridhar authored Sep 27, 2024
2 parents d8142ca + eaf0b30 commit 8333fef
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 8333fef

Please sign in to comment.