ILAMB.ilamblib.CombineVariables¶
- ILAMB.ilamblib.CombineVariables(V)[source]¶
Combines a list of variables into a single variable.
This routine is intended to be used to merge variables when separate moments in time are scattered over several files.
- Parameters
V (list of ILAMB.Variable.Variable) – a list of variables to merge into a single variable
- Returns
v – the merged variable
- Return type