-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d70a997
commit 3b90b95
Showing
1,831 changed files
with
3,966,895 additions
and
26,362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Copyright (c) 2019, OpenGeoSys Community (http://www.opengeosys.org) | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
1. Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
3. All advertising materials mentioning features or use of this software | ||
must display the following acknowledgement: | ||
This product includes software developed by the OpenGeoSys Community. | ||
4. Neither the name of the OpenGeoSys Community nor the | ||
names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
5. Attribute the OpenGeoSys Community, preferably citing an appropriate | ||
paper listed on the OpenGeoSys Community homepage: | ||
http://www.opengeosys.org/papers | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE OpenGeoSys Community ''AS IS'' AND ANY | ||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE OpenGeoSys Community BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,35 @@ | ||
Welcome to the ogs5py benchmarks | ||
================================ | ||
|
||
Purpose | ||
------- | ||
Most of the OGS5 benchmarks were rewritten into a ogs5py-script in this repository. | ||
|
||
The following were skipped: | ||
|
||
+ `HT_EOS` (folder) \*.bat files to copy stuff... uarg.. (maybe rewrite with ogs5py) | ||
+ `bact_growth_new` #THERMAL in mfp | ||
+ `HT_var_density_1D` $AREA in mmp | ||
+ `thm_quad` $STORATIVITY in mmp | ||
+ `viscosity_yaws` $AREA in mmp | ||
+ `uc_pris` GLI not valid (SRF not present for VOLUME) | ||
+ `brand_m1_l1` GLI not valid (TIN and Polylines at the same time[?]) | ||
+ `2d_h_us_line_Warrick` lonesome mmp | ||
+ `model_1` $AREA in msh (not supported by ogs5py) | ||
|
||
The following benchmarks have multiple sub keywords in some files, which is | ||
not convertable to a ogs5py script at the moment. Therefore the following are skipped as well: | ||
|
||
+ `lag2d` repeated NEIGHBOR (cct) | ||
+ `decal` repeated NEIGHBOR (cct) | ||
+ `2D1P_transport` repeated POROSITY (mmp) | ||
+ `Nuklidtransport` repeated MASS_DISPERSION (mmp) | ||
+ `cement2d` repeated KINETIC_GEM (gem) | ||
+ `model_1` repeated DAT_TYPE (out) | ||
+ `Leakage` repeated TIM_TYPE (out) | ||
+ `CO2-FLOW` repeated DAT_TYPE (out) | ||
+ `2pf_2pt` repeated SIMULATOR (pcs) | ||
|
||
|
||
Generation | ||
---------- | ||
# Welcome to the ogs5py benchmarks | ||
|
||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/GeoStat-Framework/ogs5py/master/docs/source/pics/OGS.png" alt="ogs5py-LOGO" width="251px"/> | ||
</p> | ||
|
||
## Purpose | ||
|
||
To get in touch with [``ogs5py``][ogs5_link], most of the OGS5 benchmarks were rewritten into a ogs5py-script in this repository. | ||
These benchmarks can be seen as a smorgasbord to provide a starting point for your own ogs5py model. | ||
|
||
You can clone this repository with: | ||
|
||
git clone https://github.com/GeoStat-Framework/ogs5py_benchmarks.git | ||
|
||
Or simply download it as a [zip-file][zip]. | ||
|
||
The original Benchmarks can be found here: https://github.com/ufz/ogs5-benchmarks | ||
|
||
|
||
## Generation | ||
|
||
The scripts were generated with the python script | ||
|
||
gen_benchmark_scripts.py | ||
|
||
You can run all generated scripts for testing with the python script | ||
|
||
run_ogs5py_scripts.py | ||
|
||
|
||
Created January 2019, Copyright Sebastian Müller 2019 | ||
Copyright Sebastian Müller 2019 | ||
|
||
[ogs5_link]: https://github.com/GeoStat-Framework/ogs5py | ||
[zip]: https://github.com/GeoStat-Framework/ogs5py_benchmarks/archive/master.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.