2019-01-22 16:18:13 +01:00
2017-05-16 13:54:04 +02:00
2018-02-08 18:35:53 +01:00
2018-11-06 11:18:00 +01:00
2018-08-09 08:13:35 +02:00
2016-11-21 11:32:23 +01:00
2018-02-08 18:35:53 +01:00
2019-01-22 16:18:13 +01:00
2018-08-09 08:13:35 +02:00
2016-11-21 11:32:23 +01:00
2018-08-25 07:24:48 +02:00

sunbeam Build Status

Prerequisites:

Clone and build ecl from Statoil/libecl and opm-commonr from OPM/opm-common.

git clone https://github.com/Statoil/libecl
git clone https://github.com/OPM/opm-parser
mkdir libecl/build
mkdir opm-common/build
pushd libecl/build
cmake ..
make install
popd
pushd opm-common/build
cmake ..
make install

Quick start (WIP)

Assumes you have built (and maybe installed) opm-common

git clone --recursive https://github.com/Statoil/sunbeam
mkdir sunbeam/build
pushd sunbeam/build
cmake ..
make
ctest # for running unit tests

Obtaining test data

cd ~
git clone https://github.com/OPM/opm-data
cd opm-data/norne

With opm-data available, one can test sunbeam on Norne:

import sunbeam
es = sunbeam.parse('NORNE_ATW2013.DATA', ('PARSE_RANDOM_SLASH', sunbeam.action.ignore))
len(es.faults())

Remember to have ~/sunbeam/build/python in your $PYTHONPATH.

Description
Common components for OPM, in particular build system (cmake).
Readme 74 MiB
Languages
C++ 79%
ECL 13.4%
Scheme 3.1%
CMake 2.4%
Python 1%
Other 1%