NJCoast / cyberspatial

NJCoast CyberSpatial Framework based on GeoNode
2 stars 4 forks source link

Update Wind Model #229

Open mkrusche opened 6 years ago

mkrusche commented 6 years ago

The updated code allows us to change the wind field grid seamlessly.

From Alex: You will see a new folder on GitHub that allows you to change the wind grid. Run the create_windgrid m-file (there is an angle_spacing option that allows you to edit the grid) and then replace the output_wind mat-file with the new one generated. You can run this separately or edit the script in the current flow (though after we decide on grid we should remove from the flow as there is no point re-creating it every single time). If you reduce my spacing by ¼ you will end up with around 200000 points (I had initially 17000 points).

Also I updated the MevalWind m-file to support the new grid (added one data load option step).