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.
There's a wealth of useful timing info in
access-om2.out
(seegrep -A 174 -B 1 "Total runtime" output*/access-om2.out
).We should parse all this data, and display
tfrac
foroasis_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.