You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work for all packages of MODFLOW, MT3D, and SEAWAT. For a complete list, see the load supported packages in https://github.com/modflowpy/flopy/blob/develop/docs/supported_packages.md .
6
+
It should work for all packages of MODFLOW, MT3D, and SEAWAT. For a complete list, see the
7
+
[Packages with default values](./wiki_default_parameters.md) and the load supported packages [on the Flopy website](https://github.com/modflowpy/flopy/blob/develop/docs/supported_packages.md).
7
8
8
9
No money is to be made by the author with this package. The author has absolutely no convidense in that this script is correct and is not responsible for the content and consequences of malicious scripts. I you find it useful, please consider donating to charity (be creative in choosing which one) and send me a note (or create and close an issue). Thanks! The author is not affiliated with the modflow family nor with Flopy. This converter/generator uses the Flopy load function. Any errors/mistakes in the Flopy load functions propagate to the
9
10
generated script.
@@ -14,6 +15,7 @@ generated script.
14
15
- Add a description (and default value) to your parameters
The `$`-sign should be omitted, and only refers to that the command is to be entered in the bash-commandline. The flopymetascript package added to system's `$PATH` and is reachable from any directory. Check if everything works by typing in any directory,
33
35
```bash
@@ -37,13 +39,6 @@ Uninstall with,
37
39
```bash
38
40
$ pip uninstall flopymetascript
39
41
```
40
-
Please see https://gehrcke.de/2014/02/distributing-a-python-command-line-application/ for more information on the package structure.
41
-
42
-
# Supported
43
-
Currently only tested with several MODFLOW and SEAWAT models, on a Mac-platform.
44
-
45
-
# Known issues
46
-
-
47
42
48
43
# Example usage from the commandline:
49
44
## With zipfiles
@@ -55,6 +50,7 @@ input.zip is a zip-file that contains MODFLOW input files and a single .nam file
55
50
written to output.zip. Some logging is written to log.txt.
56
51
57
52
## Using pipes
53
+
Might be of interest when using flopymetascript as webservice of in docker containers.
0 commit comments