Skip to content

Commit

Permalink
added number of cyclic timesteps to logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Nov 6, 2023
1 parent d946cdf commit ca218b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function prepare_reader(config)
cyclic_parameters[fields] =
(name = ncname, scale = mod.scale, offset = mod.offset)

@info "Set `$par` using NetCDF variable `$ncname` as cyclic parameter."
@info "Set `$par` using NetCDF variable `$ncname` as cyclic parameter, with `$(length(cyclic_nc_times))` timesteps."
end
else
cyclic_parameters = Dict{Tuple{Symbol,Vararg{Symbol}},NamedTuple}()
Expand Down

0 comments on commit ca218b7

Please sign in to comment.