File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def __init__(
112112 self .cmoriser = CMIP6_Ocean_CMORiser_OM3 (
113113 input_paths = self .input_paths ,
114114 output_path = str (self .output_path ),
115- cmor_name = cmor_name ,
115+ compound_name = self . compound_name ,
116116 cmip6_vocab = self .vocab ,
117117 variable_mapping = self .variable_mapping ,
118118 drs_root = drs_root if drs_root else None ,
@@ -123,7 +123,7 @@ def __init__(
123123 self .cmoriser = CMIP6_Ocean_CMORiser_OM2 (
124124 input_paths = self .input_paths ,
125125 output_path = str (self .output_path ),
126- cmor_name = cmor_name ,
126+ compound_name = self . compound_name ,
127127 cmip6_vocab = self .vocab ,
128128 variable_mapping = self .variable_mapping ,
129129 drs_root = drs_root if drs_root else None ,
Original file line number Diff line number Diff line change @@ -174,15 +174,15 @@ def __init__(
174174 self ,
175175 input_paths : Union [str , List [str ]],
176176 output_path : str ,
177- cmor_name : str ,
177+ compound_name : str ,
178178 cmip6_vocab : CMIP6Vocabulary ,
179179 variable_mapping : Dict [str , Any ],
180180 drs_root : Optional [Path ] = None ,
181181 ):
182182 super ().__init__ (
183183 input_paths = input_paths ,
184184 output_path = output_path ,
185- cmor_name = cmor_name ,
185+ compound_name = compound_name ,
186186 cmip6_vocab = cmip6_vocab ,
187187 variable_mapping = variable_mapping ,
188188 drs_root = drs_root ,
@@ -232,15 +232,15 @@ def __init__(
232232 self ,
233233 input_paths : Union [str , List [str ]],
234234 output_path : str ,
235- cmor_name : str ,
235+ compound_name : str ,
236236 cmip6_vocab : CMIP6Vocabulary ,
237237 variable_mapping : Dict [str , Any ],
238238 drs_root : Optional [Path ] = None ,
239239 ):
240240 super ().__init__ (
241241 input_paths = input_paths ,
242242 output_path = output_path ,
243- cmor_name = cmor_name ,
243+ compound_name = compound_name ,
244244 cmip6_vocab = cmip6_vocab ,
245245 variable_mapping = variable_mapping ,
246246 drs_root = drs_root ,
You can’t perform that action at this time.
0 commit comments