Skip to content
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

NaN values can propagate through #121

Open
scotthavens opened this issue Sep 10, 2019 · 0 comments
Open

NaN values can propagate through #121

scotthavens opened this issue Sep 10, 2019 · 0 comments

Comments

@scotthavens
Copy link
Contributor

scotthavens commented Sep 10, 2019

During a simulation, a NaN value of cloud factor and elevation metadata made it all the way through SMRF. This made net_solar and thermal all NaN and SMRF continued to run. AWSM also continued to run for 3 months with no data values in the model and no errors from SMRF. The only reason that the simulation crashed was during a lidar update.

We should have some checks to just make sure that there are no NaN's in the input data or that there are no NaN values in the distributed results. I was able to resolve some of it in the loadGrid but this might be a good feature to have in loadData.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant