About the Weather Processing Tool

This tool supports objective, data-driven weather risk analysis for HIPP/Defence marine projects using NOAA Wave Watch 3 data.


Overview

The Weather Processing Tool quantifies project-specific weather downtime using historical wave data from the NOAA Wave Watch 3 (WW3) database. It is purpose-built to support vessel selection, risk analysis, and project scheduling for HydroScheme Industry Partnership Program (HIPP) and Defence hydrographic survey tenders.

Key Features


Web Application Usage

  1. Navigate to Weather Processing in the main menu.
  2. Complete all form fields:
    • Project Name, Vessel Name, Location Name
    • Project Start Date (YYYY-MM-DD) and Duration (days)
    • Latitude and Longitude (decimal degrees, ocean only)
    • Operational Limit and Marginal Limit (in metres)
  3. Click Apply. The system will show a progress bar and status messages.
  4. On completion, results are presented below the form, including:
    • Interactive monthly stackplot of operational/marginal/downtime windows
    • Summary tables and an executive summary for direct proposal use
Tip: If you see "No weather data available", check that the coordinates are in the ocean and that NOAA WW3 data files are available on the server.

Command-Line Usage

Advanced users may run batch analyses via command line:


python weatherprocessing.py -i /path/to/ww3_data \
    -x 147.5 -y -40.0 \
    -o 2.5 -m 3.0 \
    -l "Flinders Island" -v "Offshore Surveyor"
  

Technical Reference


Troubleshooting & Support


Compliance Statement

This tool is compliant with SI1045 Annex A vessel operability requirements and is suitable for inclusion in formal HIPP/Defence tender submissions.
All outputs are traceable, reproducible, and audit-ready.

© 2025 Reach Subsea / HIPP Project Team.
For more information, see the NOAA WW3 project.