CIME.baselines.performance.perf_get_throughput
- CIME.baselines.performance.perf_get_throughput(case, config)[source]
Gets the model throughput.
First attempts to use a coupler define method to retrieve the models throughput. If this is not defined then the default method of parsing the coupler log is used.
Parameters
- caseCIME.case.case.Case
Current case object.
Returns
- str or None
Model throughput.