Added run_solver flag to sample_flow_at_points and sample_ti_at_points#1145
Added run_solver flag to sample_flow_at_points and sample_ti_at_points#1145RRiva wants to merge 2 commits intoNatLabRockies:mainfrom
Conversation
|
Hi @RRiva , I think this makes sense, but it seems like we'll need some sort of error handling for the case where a user sets |
|
Hi @misi9170, thanks for the feedback, I'll add some error handling 🙂 |
Thanks @RRiva ! In case you hadn't already found it, I think you should be able to get most of what you need with something like |
Added
run_solverflag tosample_flow_at_pointsandsample_ti_at_pointsThe functions
sample_flow_at_pointsandsample_ti_at_pointsare fine when used independently. However, if the user needs both the wind speed and TI field for the same grid, then the solver is called twice. I've added a flag to prevent that.Related issue
None.
Impacted areas of the software
FlorisModelCoreAdditional supporting information
Test results, if applicable