README.md 504 Bytes
Newer Older
Eneko Martin's avatar
Eneko Martin committed
# 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
`logs_bft` folder will be automatically generated to save output and error logs in the same folder you run this tool from.