Skip to content

Commit bfef2ae

Browse files
anton-seaicedougiesquire
authored andcommitted
Use .d and .m in CICE history output filenames
Per https://github.com/COSIMA/access-om3/issues/201
1 parent b4345d0 commit bfef2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ice_in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
dumpfreq = "y"
66
dump_last = .true.
77
histfreq = "d", "m", "x", "x", "x"
8-
hist_suffix = "", "m", "x", "x", "x" !limited to one character due to https://github.com/COSIMA/access-om3/issues/201
8+
hist_suffix = ".d", ".m", "x", "x", "x"
99
hist_time_axis = "middle"
1010
history_deflate = 1
1111
history_chunksize = 180, 150

0 commit comments

Comments
 (0)