Skip to content

Commit

Permalink
nesting of ActorCosting and subactors
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Dec 6, 2024
1 parent 1183ece commit 6cbf04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actors/costing/costing_actor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function ActorCosting(dd::IMAS.dd, par::FUSEparameters__ActorCosting, act::Param
empty!(dd.costing)

ddR = IMAS.get_timeslice(Measurement{Float64}, dd)
copy_workflow!(ddR, dd) # to let FUSE continue tracking the execution workflow on ddR

ddR.costing.construction_start_year = act.ActorCosting.construction_start_year
ddR.costing.future.inflation_rate = act.ActorCosting.future_inflation_rate
Expand Down

0 comments on commit 6cbf04f

Please sign in to comment.