Skip to content

Commit

Permalink
couple more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 2, 2024
1 parent 7914ebd commit 9615e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BCReader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ function update_midmonth_data!(date, bcf_info::BCFileInfo{FT}) where {FT}
Regridder.read_from_hdf5(bcfile_dir, hd_outfile_root, all_dates[Int(midmonth_idx0)], varname, comms_ctx),
bcf_info,
)
@show "after read_from_hdf5"
bcf_info.monthly_fields[2] .= deepcopy(bcf_info.monthly_fields[1])
@show "after deepcopy"
bcf_info.segment_length .= Int(0)
@show "end of update_midmonth if case"

Expand Down

0 comments on commit 9615e0a

Please sign in to comment.