-
Notifications
You must be signed in to change notification settings - Fork 543
Quick Start for Users
Jose-Henrique Alves edited this page Apr 3, 2019
·
18 revisions
Users may access and install the WAVEWATCH III® software package in two ways:
- Clone the WW3 GitHub repo, or
- Download the tar bundle.
Note that the WW3 package has two parts that need to be combined if you want to run the regression tests: the GitHub repo itself and a binary data file bundle that needs to be obtained from our ftp site. To do that follow the steps below.
git clone https://github.com/NOAA-EMC/WW3/release/latest
cd WW3
cd WW3
sh model/bin/ww3_from_ftp.sh
./model/bin/w3_setup model -c <comp> -s <switch>
Run the command without options to see usage.
cd model/bin
./w3_automake
We will be regularly updating a FAQs page with answers to common questions.
For information on contributing development back to WW3, please see the Development Portal
Quick Links