We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
Could convert input to list, then pop if count is greater than one.
pop
count
Sorry, something went wrong.
mdpiper
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: