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

The Dockerfile used to construct the met-6.1 container can be found in github:
https://github.com/NCAR/container-dtc-met/blob/v6.1/MET/Dockerfile

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

  • Install Docker for Mac or Windows 10:
    https://www.docker.com/products/overview
  • Download and install the met-6.1 docker container:

    wget http://www.dtcenter.org/met/users/support/online_tutorial/docker_data/container-met-6.1-tutorial.tar.gz

    docker load -i container-met-6.1-tutorial.tar.gz

  • Setup working directory:

    mkdir MET_Tutorial_6.1

    cd MET_Tutorial_6.1

    setenv MET_TUTORIAL_DIR `pwd`

  • Launch a shell in the container:

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

    cd /met/met-6.1

  • Follow instructions for the met-6.1 online tutorial.