Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.24 KB

Sailing

This is a sailing simulation based on CFSR wind and ocean current data. The goal is to simulate the sailing route of a sailing ship during different seasons based on a simple model, which may be helpful for studies on human migration across the ocean.

Prerequisites

Instructions

Install prerequisites (on Ubuntu):

$ make deps

To build & install,

$ make install

Download data:

$ make DATA_DIR=/data2 nc

To run,

$ sudo bin/sailing

Project directory structure

  • src: Source files for main application
  • www: Source files for browser frontend