Skip to content

Commit

Permalink
more println?
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasia-popova committed Apr 8, 2024
1 parent 017b907 commit 7b965d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Regridder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,10 @@ function truncate_dataset(
file_name = string(name, "_truncated_data_", string(date_start), string(date_end), ".nc")
datafile_truncated = joinpath(datapath, file_name)

println(datafile_truncated)
println("datapath : ", datapath)
println("file_name: ", file_name)
println("joint path: ", datafile_truncated)

if ClimaComms.iamroot(comms_ctx)
ds = NCDataset(datafile, "r")
dates = ds["time"][:]
Expand Down

0 comments on commit 7b965d4

Please sign in to comment.