###### tags: `TopoSCALE`
# TMAPP-EVO docs
This is where we start to organise documentation etc in MD then can easily move to readthedocs or so once decided on structure/content.
## Setup your environment (Linux/Ubuntu)
### Setup a Python Environment
Assuming you have Conda (or miniconda installed):
```shell
conda create --name downscaling
conda activate downscaling
conda install ipykernel pandas numpy matplotlib xarray ipython
pip install cdsapi
pip install joblib
pip install configobj
# add kernel to jupyter lab
python -m ipykernel install --user --name downscaling
```
### Setup Public Repository Credentials
#### ERA5-Copernicus
After opening an account from [Copernicus](https://cds.climate.copernicus.eu), get a user token as indicated in this link: https://cds.climate.copernicus.eu/user/
API docu: https://cds.climate.copernicus.eu/api-how-to
#### SRTM
1. Set up NASA earthdata profile:
https://urs.earthdata.nasa.gov/profile
2. write ~/.netrc file with content:
```
machine urs.earthdata.nasa.gov
login MYLOGIN
password MYPWD
```
#### CORDEX
Only required by TopoCLIM. TBD.
## Old RTD
https://tscalev2.readthedocs.io/en/latest/
## Schematic
https://drive.google.com/file/d/1VJLYDCQ_znYtlSxDWIBy4e9Bc9pvKtoT/view?usp=sharing
## Keywords
## Manual V1
here we can document stuff as we get the Carpathian runs deployed with Simon (first user!). We can then shape this into a proper readme once have the sections down.
Checklist for setup
1. git clone tmapp-evo
2.