Skip to content

Commit

Permalink
Add long and standard name to time
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Sep 14, 2024
1 parent d2feca0 commit f331384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netcdf_writer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function write_field!(writer::NetCDFWriter, field, diagnostic, u, p, t)
nc = writer.open_files[output_path]

# Define time coordinate
add_time_maybe!(nc, FT; units = "s", axis = "T")
add_time_maybe!(nc, FT; units = "s", axis = "T", standard_name = "time", long_name = "Time")

dim_names = add_space_coordinates_maybe!(
nc,
Expand Down

0 comments on commit f331384

Please sign in to comment.