CIME.baselines.performance.perf_get_memory

CIME.baselines.performance.perf_get_memory(case, config)[source]

Gets the model memory usage.

First attempts to use a coupler defined method to retrieve the models memory usage. 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 memory usage.