-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Error retrieving values for Shortwave surface downward direct irradiance #371
Comments
Issue "fixed" in #372. Still need to follow up on param logic. |
@nathancoliver That variable was hidden to the GUI using the show=FALSE attribute. Technically you are supposed to be able retrieve data that is hidden to the GUI so we will look into that. Might be just failing into a logic hole that is handled by the GUI (such as changing frequency before selecting variable). Regardless, we have enabled this variable in the GUI so you should be to use it now. |
Error is still thrown when doing it manually. Workaround is to set |
It is working now. Thank you very much. |
Reopening so we can remember to see about fixing changing variable before timescale or other parameters. |
Noting that "hidden" variables can now be retrieved, via upgrade within: #426 |
I recently tried to set
Select.variable
equal toShortwave surface downward direct irradiance
, but I got the following error message:AttributeError: 'numpy.ndarray' object has no attribute 'append'
Here is a minimum working example:
Shortwave surface downward direct irradiance
is listed in the variable_descriptions.csv. Is it possible to retrieve values for this variable? Is there a canonical reference for which variables are available?The text was updated successfully, but these errors were encountered: