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

SPARTACUS error when forcing wind = 0 #314

Open
gusbacos opened this issue Dec 4, 2024 · 1 comment
Open

SPARTACUS error when forcing wind = 0 #314

gusbacos opened this issue Dec 4, 2024 · 1 comment

Comments

@gusbacos
Copy link

gusbacos commented Dec 4, 2024

Running SUEWS with Spartacus when the wind speed in the forcing data = 0 gives NaN or -600 values in the output
I tried using the new version (SuPy version: 2024.12.3.dev) , but still the results are the same.

Image

The issue is not there if i force all wind-speed occurences in the forcing data <= 0.01 to be something like 0.01

df_forcingl['U'] = df_forcing['U'].apply(lambda x: x if x >= 0.1 else 0.1)

Perhaps I missed out on key points from yesterdays meeting on if this new version solved the problem or not. But I still get same errors as before.

Best,
Oskar

@suegrimmond
Copy link

This is still being worked on

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

No branches or pull requests

2 participants