2021-03-10 01:13:22 +01:00
|
|
|
------ PLEASE READ! ------
|
|
|
|
|
2021-06-18 14:58:28 +02:00
|
|
|
|
2021-03-10 14:22:17 +01:00
|
|
|
(A) Setup:
|
|
|
|
|
|
|
|
Recommended: Python 3.7 or higher
|
|
|
|
|
|
|
|
Required Modules:
|
|
|
|
|
|
|
|
numpy 1.19.4
|
|
|
|
matplotlib 3.3.2
|
|
|
|
astropy 4.1
|
|
|
|
netcdf4 1.3.3
|
|
|
|
cdsapi 0.2.7 (*)
|
2021-06-18 16:24:18 +02:00
|
|
|
dask 2.20
|
|
|
|
openpyxl 3.0.4
|
|
|
|
pyfiglet 0.8
|
2021-03-10 14:22:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
Alternatively, use ANACONDA and the environment(*.yml)-file in this repository.
|
|
|
|
|
2021-04-09 13:36:19 +02:00
|
|
|
(*) for proper setup of CDS API please refer to: https://cds.climate.copernicus.eu/api-how-to (in any case!)
|
|
|
|
|
2021-03-10 14:22:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
(B) User Input:
|
2021-03-09 13:18:27 +01:00
|
|
|
|
2021-03-10 01:13:22 +01:00
|
|
|
1. Please define all input parameters under input/user_input.py
|
|
|
|
|
|
|
|
2. Script "DataRequest.py" needs to be run prior to generate netCDF-datafile for atmospheric data!
|
2021-06-18 14:58:28 +02:00
|
|
|
Please ensure sufficient disk space (depending on the volume of atmospheric data up to > 100 GB!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(C) PC Specifications:
|
|
|
|
|
|
|
|
The PC running BASTET should be sufficiently powerful and have enough data storage capacity.
|
|
|
|
|
|
|
|
The standard code for BASTET has been tested on a PC with 64 GB RAM.
|
|
|
|
|
|
|
|
For PCs with less than that (but not under 16 GB!) the Low-RAM-Version is needed.
|