Skip to content

Commit

Permalink
Merging changes with PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrudz committed Aug 16, 2022
1 parent e1573cc commit fdc3df6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/DataAssimilationBenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ include("experiments/FilterExps.jl")
include("experiments/SmootherExps.jl")
include("experiments/SingleExperimentDriver.jl")
include("experiments/ParallelExperimentDriver.jl")
include("experiments/D3VARExps.jl")
include("experiments/VarAnalysisExperimentDriver.jl")
using .DeSolvers
using .EnsembleKalmanSchemes
using .L96
Expand All @@ -144,8 +146,11 @@ using .GenerateTimeSeries
using .FilterExps
using .SmootherExps
using .SingleExperimentDriver
using .ParallelExperimentDriver
using .D3VARExps
export DeSolvers, EnsembleKalmanSchemes, XdVAR, L96, IEEE39bus, ObsOperators,
GenerateTimeSeries, FilterExps, SingleExperimentDriver, ParallelExperimentDriver
GenerateTimeSeries, FilterExps, SingleExperimentDriver, ParallelExperimentDriver,
D3VARExps

##############################################################################################
# info
Expand Down

0 comments on commit fdc3df6

Please sign in to comment.