Wind Modeling using PySAM Wind Model#59
Conversation
kperrynrel
left a comment
There was a problem hiding this comment.
can we set the pysam_geopanel.csv and ca_pysam_geopanel.csv at 2 sig figs? Also let's change the aggregation script to something more generic (I'll delete my copy in my branch and we can just use yours). Maybe like ' agg-powerplant-predictions-node.py'?
kperrynrel
left a comment
There was a problem hiding this comment.
Is it possible to fold the uswtdb_metadata file into uswtdb_pysam_sim file? Looks like there may be some field replication here, and we could just make one main file for all the metadata
| print("Modeled:", filename) | ||
| pass | ||
| elif filename =="9q713t_35.108196_-118.359886": | ||
| pass |
There was a problem hiding this comment.
What's going on with this edge case? Just wondering if we can eliminate it or not
There was a problem hiding this comment.
Ah, I was debugging something in the code and I forgot to take it out. I removed this if statement and reran it for that site and it ran fine
dchassin
left a comment
There was a problem hiding this comment.
Add copied/scaled/rounded the data into the geodata folder
fixed merge conflicts
Contains the results and script to model wind from nsrdb weather data and uswtdb metadata.
run_pysam.py: Models wind data from nsrdb and uswtdb metadata on a single turbine level.
agg-pysam-wind-powerplant-predictions-node.py: Aggregates the turbine level data by node 1) for all nodes and 2) for only CA nodes.