Skip to content

Commit b2c0e99

Browse files
committed
added doc sting to formatter
1 parent 105253e commit b2c0e99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esmvaltool/cmorizers/data/formatters/datasets/esacci_permafrost.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def _regrid_infile(infile, outfile, weightsfile):
147147

148148

149149
def _extract_variable(in_file, var, cfg, out_dir, year):
150+
"""Extract, process and save variable."""
150151
logger.info(
151152
"CMORizing variable '%s' from input file '%s'",
152153
var["short_name"],

0 commit comments

Comments
 (0)