Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Which parts(codes) in CICE perform time average processing to different variables

CST1996

Shutao Cao
Member
Hi everyone,
Time step of CICE model is 3600s, i.e. one hour. So where is the daily and monthly mean data processing performed, in which code?
Look forward to your reply.
Best wishes!


Sincerely,
Cao Shutao
 

CST1996

Shutao Cao
Member
I don't understand your question. Do you mean the history files?
Yes.
Sorry for not describing clearly. I wonder which part in CICE-master codes does the time-average process.
I mean, transforming variables from hourly to daily or monthly.
Thanks for your reply.
Best wishes!
 

tcraig

Member
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.
 

CST1996

Shutao Cao
Member
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.
Got it. Thanks!
 
Top