Model Evaluation Tools (MET) | Docker Container for MET 8.1

The Dockerfile used to construct the met-8.1 container can be found in github:

https://github.com/NCAR/MET/blob/met-8.1/scripts/docker/Dockerfile

Instructions for installing and running a pre-built docker container for the MET online tutorial:

  • Install Docker for Mac or Windows 10:

    https://www.docker.com/products/overview

  • Pull the met-8.1 Docker container from DockerHub:



    docker pull dtcenter/met:8.1

  • Setup working directory:



    mkdir MET_Tutorial



    cd MET_Tutorial



    setenv MET_TUTORIAL_DIR `pwd`

  • Launch a shell in the container:



    docker run --rm -it -v ${MET_TUTORIAL_DIR}/tutorial:/met/met-8.1/tutorial dtcenter/met:8.1 /bin/bash



    cd /met/met-8.1

  • Follow instructions for the MET online tutorial.