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

Move masking of wind speed from stemmus_scope to pystemmusscope #87

Closed
SarahAlidoost opened this issue Jun 30, 2023 · 0 comments · Fixed by #88
Closed

Move masking of wind speed from stemmus_scope to pystemmusscope #87

SarahAlidoost opened this issue Jun 30, 2023 · 0 comments · Fixed by #88

Comments

@SarahAlidoost
Copy link
Member

As a part of fixing issue EcoExtreML/STEMMUS_SCOPE#97, the code

% Fix wind speed values < 0.05
ForcingData.WS_msr(ForcingData.WS_msr < 0.05) = 0.05;

can be moved to pystemmusscope.

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

Successfully merging a pull request may close this issue.

1 participant