CIME.baselines.performance.read_baseline_file

CIME.baselines.performance.read_baseline_file(baseline_file)[source]

Reads value from baseline_file.

Strips comments and returns the raw content to be decoded.

Parameters

baseline_filestr

Path to the baseline file.

Returns

str

Value stored in baseline file without comments.