The IlambConfigFile ctr takes an array_like group of CMIP5 variable short names as required input. For example:
x = IlambConfigFile(['gpp', 'lai', 'le'])
Currently, there's nothing stopping a user from passing duplicate variable names. There should be a check that throws an error when this occurs.
The IlambConfigFile ctr takes an array_like group of CMIP5 variable short names as required input. For example:
Currently, there's nothing stopping a user from passing duplicate variable names. There should be a check that throws an error when this occurs.