CSEP Global Forecast
Read, import and save global forecasts as pyCSEP objects.
Instructions
- Download or clone this repository
- Install pyCSEP from conda or from source (https://github.com/SCECcode/pycsep).
- Activate the pycsep virtual environment
- To extract all the models:
sh extract_models.sh - First run the import_models.py script
python3 codes/import_models.pyto read, import and save the forecasts. - Run the plot.py script
python3 codes/plot.pyto plot all the forecast and save their figures for visual check.