+ Reply to Thread
Results 1 to 2 of 2

Defining wind event by direction (degrees) AND speed!

  1. #1
    Registered User
    Join Date
    11-06-2008
    Location
    greenville
    Posts
    1

    Defining wind event by direction (degrees) AND speed!

    For my thesis I am measuring wind events. These wind events are defined as "wind, blowing over the threshold of motion (>5.5 meters/second), in a uniform direction (+/- 45 degrees) for x amount of time (duration)." Due to the amount of data I have, I need help writing a program that will help me select out these wind events.

    I have hourly wind data for 15 years and need to delineate wind events by speed and direction. Ultimately calculating the duration of each event and then calculating descriptive stats about these "wind events."

    So far,
    (1) I have filtered out wind speeds above the threshold of motion (>5.5 meters/second).
    (2) Calculated a running average of the (previous, x, and proceeding) wind directions (given in degrees).
    (3) Subtracted the running averages.
    (4) Implemented an "if,then" function that selects when the differences from the running average exceed 45 (because the "uniform" direction is within 45 degrees of the event).

    However, this is not working!!!!! I realize that I am going to need a program written to delineate these wind events.

    Is there anyone out there willing to help?!?!???

    Pulling my hair out,
    Swann
    Last edited by VBA Noob; 11-06-2008 at 04:41 PM.

  2. #2
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573
    You might get some tips if you do a general search for Wind Rose.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1