Yes.I don't understand your question. Do you mean the history files?
Got it. Thanks!The CICE model history features are fairly sophisticated. Each output variable can be written into multiple output streams defined by the averaging period among other thing. The model internally accumulates then averages the fields depending on the input settings. Most of this happens in cicecore/cicedynB/analysis/ice_history.F90 and similar files. The history files are actually written using infrastructure/io/io_*/ice_history_write.F90 where the * represents the io infrastructure selected.