Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Apr 9, 2024
1 parent 1ecdb2b commit 70cf156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/output_h.f90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module output_interface
character(len=kMAX_DIM_LENGTH) :: dimensions(kMAX_DIMENSIONS)
character(len=kMAX_NAME_LENGTH) :: time_units
! global attribute restarted_from
! values: 2000-01-01_00:00:00 or None
! values: 2000-01-01_00:00:00 or "Not Restarted"
character(len=20) :: restarted_from

contains
Expand Down

0 comments on commit 70cf156

Please sign in to comment.