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.
-
Clone the repository:
git clone https://github.com/mgimond/aomc.git cd aomc -
Compile the model: Ensure you have a Fortran compiler like
gfortraninstalled, then run the build script. This will create an executable namedaomcin the project's root directory../build.sh
-
Run a simulation: The default input files are located in the
input/directory. To run the model with these files:cd input/ ../aomcOutput files (
*.out) will be generated in theinput/directory.
This project is licensed under the MIT License. See the LICENSE file for details.