Skip to content

Commit

Permalink
Updates for latest Oceananigans
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Nov 7, 2024
1 parent b610667 commit 1c9d728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/EnsembleSimulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ function ensemble_column_model_simulation(observations;
end

end # module

2 changes: 1 addition & 1 deletion src/InverseProblems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ function transpose_model_output(collector_grid::SingleColumnGrid, time_series_co
data = OffsetArray(view(raw_data, :, j:j, :, :), 0, 0, -Hz, 0)

time_series = FieldTimeSeries{LX, LY, LZ}(data, grid, InMemory(), nothing,
indices, times, nothing, nothing, Linear())
indices, times, nothing, nothing, Linear(), nothing)
time_serieses[name] = time_series
end

Expand Down

0 comments on commit 1c9d728

Please sign in to comment.