add option to run without reanalysis data
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 29
- Forks
- 11
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 11
Description
If reanalysis data such as ERA5 is not available but you still want to run wind-up (accepting that northing accuracy will not be checked) there is no easy way to do this. At present I do this by making fake reanalysis data (example: https://github.com/NREL/flasc/blob/main/examples_smarteole/09_wind-up_wake_steering_uplift_analysis.ipynb).
It would be better to add an option to the WindUpConfig that lets you bypass all calculations needing reanalysis data.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the WindUpConfig option described in the issue and compare it with the fake reanalysis-data workaround shown in examples_smarteole/09_wind-up_wake_steering_uplift_analysis.ipynb. Trace the calculations that require reanalysis data; done means wind-up can run without that data while accepting that northing accuracy is not checked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100