Untitled

 avatar
unknown
c_cpp
a year ago
443 B
2
Indexable
graph TD
    A[Find area near vineyard] --> B{Avoid obstructions?}
    B -- Yes --> C[Hold anemometer facing wind]
    C --> D{Wind obstructed?}
    D -- No --> E[Read and record wind speed]
    E --> F{Fluctuating measures?}
    F -- Yes --> G[Press max button to record highest wind speed]
    F -- No --> H[Record wind speed]
    G --> I[Repeat steps 1-3, 3 times at intervals]
    H --> I[Repeat steps 1-3, 3 times at intervals]
Editor is loading...
Leave a Comment