ggslc / bisicles-uob

Other
2 stars 4 forks source link

Time-mean outputs #6

Open tmitcham opened 12 months ago

tmitcham commented 12 months ago

ESM projects that BISICLES is a part of require time-mean outputs (as ESMs provide as standard), rather than output snapshots at specific time points.

Need to develop these capabilities within the model output options, rather than just averaging between snapshot plot*.hdf5 files.

ggslc commented 12 months ago

AmrIce::accumulateCFData (in AmrIceIO.cpp) should implement this. It is called by AmrIce::flushCFData, so this is related to Issue #5