Skip to content

Commit

Permalink
adding undefined quantities
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSlendebroek committed Jan 29, 2025
1 parent 8990744 commit 473b7be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/actors/pedestal/pedestal_actor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@ end
Runs selected pedestal model this prevents code duplication for using different par.model settings
"""
function run_selected_pedstal_model(actor::ActorPedestal)
dd = actor.dd
par = actor.par

eq = dd.equilibrium
eqt = eq.time_slice[]
cp1d = dd.core_profiles.profiles_1d[]
if par.density_match == :ne_ped
finalize(step(actor.ped_actor))

Expand Down

0 comments on commit 473b7be

Please sign in to comment.