Skip to content

Commit

Permalink
more dbugging
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasia-popova committed Apr 5, 2024
1 parent a6ac21d commit cf9da0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Regridder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ function truncate_dataset(
println("file made?")
c = view(ds, time = start_id:end_id)
println(c)
println(ds)
truncated_ds = write(truncated_ds, c) #view(ds, time = start_id:end_id))
println("truncated")

Expand Down

0 comments on commit cf9da0e

Please sign in to comment.