Skip to content

Commit

Permalink
APL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jul 7, 2024
1 parent 4e6ef6c commit 750aae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/initial_conditions/initial_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,9 @@ end
## EDMF Test Cases
##
# TODO: Get rid of this
const FunctionOrSpline = Union{Dierckx.Spline1D, Function}
import AtmosphericProfilesLibrary as APL

const FunctionOrSpline = Union{Dierckx.Spline1D, Function, APL.AbstractProfile}

"""
hydrostatic_pressure_profile(; thermo_params, p_0, [T, θ, q_tot, z_max])
Expand Down

0 comments on commit 750aae0

Please sign in to comment.