Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.31 KB

File metadata and controls

33 lines (24 loc) · 1.31 KB

Aquatic Optics Monte Carlo (AOMC) Model

Documentation

AOMC is an open-source model written in FORTRAN 90 to simulate the propagation of light in an optically shallow, vertically heterogeneous aquatic medium.

This repository contains the source code for the model. For complete documentation, including theory, detailed compilation instructions, and input file formats, please visit the full documentation website.

Quick Start

  1. Clone the repository:

    git clone https://github.com/mgimond/aomc.git
    cd aomc
  2. Compile the model: Ensure you have a Fortran compiler like gfortran installed, then run the build script. This will create an executable named aomc in the project's root directory.

    ./build.sh
  3. Run a simulation: The default input files are located in the input/ directory. To run the model with these files:

    cd input/
    ../aomc

    Output files (*.out) will be generated in the input/ directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.