Skip to content

ElsevierSoftwareX/SOFTX_2019_279

 
 

Repository files navigation

OMUSE

OMUSE stands for Oceanographic MUltipurpose Software Environment. It is a package to conduct numerical experiments in oceanography and other Earth sciences.

What is this repository for?

This repository contains the source tree for OMUSE.

How do I get set up?

Easiest way is to use a pip developer install:

  • setup a python environment, e.g. using virtualenv,
  • (optional) first do a develop install of AMUSE,
  • Set the environment variable DOWNLOAD_CODES to latest.
  • then do pip install -e . from the root of the package
  • Then type python setup.py build_codes --inplace to build the codes.
  • The file build.log will report errors in the build process.

The community codes of OMUSE can be build manually by going into ea:

  • src/omuse/community/adcirc
  • src/omuse/community/swan
  • etc

and typing: first make download (for some) and then make

OMUSE has been tested on OSX and linux machines, with ifort and gfortran compilers, on desktop machines and on the Carthesius supercomputer.

In addition to the AMUSE dependencies, OMUSE needs/ can use the following packages:

  • matplotlib basemap
  • netCDF and netCDF for fortran and the python bindings
  • GRIB_API

Documentation

Documentation can be found here. In addition the base AMUSE documentation can be consulted.

Reporting issues

Issues can be reported at the OMUSE issue tracker; for framework issues, report them at the AMUSE repository.

Contribution guidelines

Contributions are welcome. Note that most framework development happens at the AMUSE repository A primer for writing code interfaces and other documentation can be found on the amuse website (www.amusecode.org).

About

The Oceanographic Multi-purpose Software Environment: a package for multi-physics and multi-scale earth science simulations. To cite this software publication: https://www.sciencedirect.com/science/article/pii/S2352711020303216

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 44.2%
  • Python 34.3%
  • HTML 15.7%
  • C 1.5%
  • Makefile 1.4%
  • Perl 1.1%
  • Other 1.8%