aekiss / run_summary

Summarise ACCESS-OM2 runs
Apache License 2.0
1 stars 1 forks source link

parse access-om2.out for MOM timing info #3

Closed aekiss closed 5 years ago

aekiss commented 5 years ago

There's a wealth of useful timing info in access-om2.out (see grep -A 174 -B 1 "Total runtime" output*/access-om2.out).

We should parse all this data, and display tfrac for oasis_recv which is the average fraction of time MOM spends waiting for fields from CICE, which can indicate whether the config is MOM-bound or CICE-bound.