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

H-SSRS #16

Merged
merged 49 commits into from
Mar 20, 2023
Merged

H-SSRS #16

merged 49 commits into from
Mar 20, 2023

Conversation

rthedin
Copy link
Collaborator

@rthedin rthedin commented Aug 23, 2022

Merging Dave's code with the heuristic model

@rthedin rthedin requested review from DaveBrandes and ewquon August 23, 2022 22:54
ewquon added 5 commits August 30, 2022 14:38
* `step_wt=0.5`
* `steps_per_circle=8` -- to calculate change in angle per soaring step
* `circling_steps_range=(32, 96)`, random value within this range -- fixed inconsistency with previous hard-coded max steps being 160 @ line #202
* `soaring_radius_range=(20., 60.)`, random value within this range
* `gliding_range=(500., 2000)`, min/max
Copy link
Collaborator

@ewquon ewquon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to see how this has progressed. Did some code cleanup to put tunable parameters into the function keyword arguments list.

* Fix problems related to the two resolutions `resolution` and
 `resolution_terrain`
* Fix PAM format handling with implemented movement model.
rthedin and others added 14 commits September 2, 2022 17:23
…sage

* Add option for wind data source (either `wtk` or `hrrr`)
* Add option for thermal updraft model (either `naive` or `improvedAllen`). Improved Allen uses HRRR data
* Fix handling of multi-variable regex within HRRR class
* Fixed several details on the `compute_thermals_3d` that were broken since major refactoring of the HRRR class
* Re-write of `get_convective_velocity`
* Started a `checkInputs` function to handle incompatible input options (e.g. `improvedAllen` and `wtk`)
* Added function to plot several atmospheric conditions from HRRR (right now, recomputing them)

Still needs to be done:
* Clean up commented out print statements
* Add more checks for new options to ensure the selected options are
* compatible with one another
* Check the height used in HRRR's `wind_velocity_direction_at_altitude` for heights above 100 m
* Save quantities interpolated onto grid from HRRR instead of re-doing it
@rthedin rthedin merged commit 976c822 into NREL:dev Mar 20, 2023
@rthedin rthedin deleted the feature/HSSRS branch March 20, 2023 20:41
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 this pull request may close these issues.

3 participants