diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..37d4ab2d29beecdd236922f4b898e1c4c98a02ef --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## Install + +```bash +git clone + +``` + + +# Usage + +### Create an image from .ctl file with command line + +```bash +python -m plot_ctl --file=tests/data/mmsst.ctl --var=sst --tnum=0 --output=sst.png + +``` \ No newline at end of file