Commit 7203e34a authored by sloosvel's avatar sloosvel
Browse files

Fix utau_ice problem

Showing with 1 addition and 1 deletion
+1 -1
......@@ -264,7 +264,7 @@ class CMORConfig(object):
Log.warning('Variable {0} not recognized. It will not be cmorized', domain_var)
continue
if ModelingRealm(splitted[0]) != cmor_var.domain:
Log.warning('Domain {0} for variable {1} is not correct: is {2}', splitted[0], cmor_var.short_name,
Log.warning('Domain {0} for variable {1} is not correct: is {2}', splitted[0], splitted[1],
cmor_var.domain)
continue
self._variable_list.append('{0.domain}:{0.short_name}'.format(cmor_var))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment