README.md 501 Bytes
Newer Older
rmarti1's avatar
rmarti1 committed
# Python AMIP reader

rmarti1's avatar
rmarti1 committed
Documentation in progress...

## Dependencies
rmarti1's avatar
rmarti1 committed
Python3, f90nml, netCDF4, numpy

Due to the large size of some of the required files, it is necessary to download them from MN before running the tests. Note you must change `bsc32074` to your account name.

```bash
scp -r bsc32074@mn1.bsc.es:/gpfs/projects/bsc32/models/ecearth/v3.3.3.1/inidata/oasis/AMIP/* ./tests/data
scp -r bsc32074@mn1.bsc.es:/gpfs/projects/bsc32/models/ecearth/v3.3.3.1/inidata/amip-forcing/* ./tests/data
```