# Bring data from tapes for ESMValTool (experimental) This tool will bring from tapes the data you need to run a ESMValTool recipe. ## Usage ``` module load ESMValTool python -m bring_from_tapes path2esvaltoolrecipe.yml ``` or ``` module load ESMValTool python3 >>> from bring_from_tapes import bring_from_tapes >>> bring_from_tapes('path2esvaltoolrecipe.yml') ``` ## Note You may need to include a `logs` folder in the same folder you have this repo or modify the `bft_sbatch.sh` output and error saving paths.