The AOMC model is an Open Source Aquatic Optics Monte Carlo model. It is written in FORTRAN 90. It simulates the propagation of light in an optically shallow, vertically heterogeneous aquatic medium. The model is in continuous development. Some of the routines have been extensively tested while others are still experimental.
The model simulates radiometric quantities (as measured by radiometers) such as:
Currently, the model does not:
The model will run on any platform that supports a FORTRAN 90 compiler. Intel provides a somewhat free F90 compiler for Linux based PC systems. This model was written using strict F90 standards. It has been successfully ported (1) to Windows 98 and Windows 2000 using Lahey and Compaq compilers, (2) to Linux OS using Intel’s non-commercial F90 compiler, (3) and SGI using MIPS F90 compiler.
No. The software is console (command line) based and the output are data text files. However, the output can easily be imported into a spreadsheet or a favorite graphing program.
Yes. The model appears in the following publications:
Yes! It follows the Open Source Definition (see https://opensource.org/osd.html) and is available at https://github.com/mgimond/aomc.
Of course! The development and improvement of the model is highly encouraged. All that is asked is that proper credit(s) be given where credit is due.
All you need is a FORTRAN 90 compatible compiler. For example, gnu’s f95 compiler available on most linux/unix platforms (including the ubuntu app in Windows 10) will generate an executable from the source code. Simply type f95 *.f90 -o mc
.
Yes and No. I haven’t touched this project since 2003 so support is very limited.