Images built from parflow docker for running parflow simulations. To test this image,
docker run -ti dcthomp/parflow:latest
which should print default_single : PASSED (the output from running bash -c tclsh default_single.tcl 1 1 1). By passing additional arguments, you may run alternate tests or even (by mapping host-system directories) simulations on data held on your local machine instead of data in the container image. For example:
docker run -ti dcthomp/parflow:latest bash -c "tclsh crater2D.tcl"
will run for much longer and print crater2D : PASSED upon completion.
Content type
Image
Digest
Size
488.2 MB
Last updated
over 7 years ago
docker pull dcthomp/parflow