Skip to content

Commit

Permalink
Add start date to NetCDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Feb 7, 2024
1 parent 51398e5 commit 8ff559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/netcdf_writer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@ function write_field!(
)
v.attrib["short_name"] = var.short_name
v.attrib["long_name"] = diagnostic.output_long_name
v.attrib["short_name"] = var.short_name
v.attrib["units"] = var.units
v.attrib["comments"] = var.comments
v.attrib["start_date"] = integrator.p.start_date

temporal_size = 0
end
Expand Down

0 comments on commit 8ff559f

Please sign in to comment.