Giter Site home page Giter Site logo

jarocamphuijsen / omuse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omuse-geoscience/omuse

0.0 1.0 0.0 40.88 MB

The Oceanographic Multi-purpose Software Environment: a package for multi-physics and multi-scale earth science simulations.

License: Apache License 2.0

Shell 0.18% C++ 1.31% Python 34.73% Perl 1.02% C 1.39% Fortran 43.37% MATLAB 0.09% SourcePawn 0.43% Makefile 1.90% HTML 15.06% Batchfile 0.08% Roff 0.24% Singularity 0.20%

omuse's Introduction

OMUSE

OMUSE stands for Oceanographic MUltipurpose Software Environment. It is a package to conduct numerical experiments in oceanography and other Earth sciences. Example OMUSE applications can be found in the examples repository.

For whom is OMUSE?

OMUSE aims to be useable by any researcher or student with a basic knowledge of the Python programming language.

What is this repository for?

This repository contains the source tree for OMUSE, including OMUSE specific framework components and community codes.

How do I get set up?

While there are some packages available on pipy, we recommend at the moment to do a pip developer install:

  • setup a python environment, e.g. using virtualenv, and activate it.
  • in a suitable working directory clone the AMUSE repository: git clone https://github.com/amusecode/amuse
  • go into the created directory: cd amuse
  • do the developer install from here: pip install -e . [MPI] The MPI is optional.
  • Going back to the working directory (cd ..) also clone the OMUSE repository: git clone https://github.com/omuse-geoscience/omuse,
  • go into the source directory cd omuse and set the environment variable DOWNLOAD_CODES, e.g. export DOWNLOAD_CODES=latest.
  • now, do pip install -e . from the root of the package
  • type python setup.py build_codes --inplace to build the codes.
  • the file build.log will report any errors in the build process.

This installs amuse-devel and omuse-devel. The community codes of OMUSE can be build manually by going into each directory:

  • 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.

omuse's People

Contributors

ipelupessy avatar goord avatar merijn avatar fjansson avatar benvanwerkhoven avatar sbte avatar esclapez avatar adamcandy avatar mchertova avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.