-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pflotran output #558
Pflotran output #558
Conversation
Note the PFLOTRAN output may need the h5py library to enable hdf5 output format. I did not change the dependencies and installed h5py on my own. |
Hi @MoiseRousseau sorry for the very late response. Thank you for your contribution! Can you add a small test (probably in |
Hi @Leguark ! |
…erth bassin in pflotran example and update description
Hi @Leguark, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far, we'll maybe have to write one, two small tests for the export functions.
Description
Add two new export formats: PFLOTRAN (export_pflotran_input) and FLAC3D (export_flac3D_input).
Also add a function which create the vertices coordinates and the block defined by their vertices id.
Relates to #557
Checklist
which are formatted per the Google Python Style Guidelines.
or 2. verifies that outputs are as expected for given inputs (e.g. unit tests).