DTC's Common Community Physics Package (CCPP) Single Column Model (SCM)
10K+
Please find the documentation and users guide located at ccpp-scm.readthedocs.io/en/latest/
The latest tag points to the latest commit of the main branch of the SCM. For more in-depth examples see the Docker documentation
Step 1: Pull an image
$ docker pull dtcenter/ccpp-scm
or
$ docker pull dtcenter/ccpp-scm:latest
or
$ docker pull dtcenter/ccpp-scm:v7.0.1
Step 2: Run the image
$ docker run -it dtcenter/ccpp-scm
or
$ docker run -it dtcenter/ccpp-scm:latest
or
$ docker run -it dtcenter/ccpp-scm:v7.0.1
Automatically cleanup the container after usage
docker run --rm -it dtcenter/ccpp-scm
Using persistent local memory
docker run -v <path-to-your-local-mount-folder>:<path-to-the-desired-docker-folder> -it dtcenter/ccpp-scm
Content type
Image
Digest
sha256:9f0394102…
Size
756 MB
Last updated
6 months ago
docker pull dtcenter/ccpp-scmPulls:
175
Last week