Skip to content

Commit 96d037c

Browse files
committed
Give custom climatology images a unique prefix
1 parent 2f6188e commit 96d037c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpas_analysis/ocean/climatology_map_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def __init__(self, config, mpasClimatologyTask, controlConfig=None):
174174
subtaskName=subtaskName)
175175

176176
subtask.set_plot_info(
177-
outFileLabel=varName,
177+
outFileLabel=f'cust_{varName}',
178178
fieldNameInTitle=title,
179179
mpasFieldName=mpasVarName,
180180
refFieldName=mpasVarName,

0 commit comments

Comments
 (0)