Skip to content

Commit

Permalink
Update 05-coarse_mle.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
iuryt authored Sep 21, 2022
1 parent a6afb02 commit 4d0d20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/01-model/05-coarse_mle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mle = true
using NCDatasets
ds = Dataset("../../data/interim/input_coarse.nc")

i = 97
i = 97 # index for time=12days

const initial_time = ds["time"][i]
const H = 1000 # maximum depth
Expand Down Expand Up @@ -356,4 +356,4 @@ end

simulation.callbacks[:progress] = Callback(print_progress, TimeInterval(12hour))

run!(simulation)
run!(simulation)

0 comments on commit 4d0d20c

Please sign in to comment.