Skip to content
Snippets Groups Projects
Select Git revision
  • e3286b57dd4099d7411fc21efedfd08df3a8d901
  • master default protected
2 results

global_forecasts

user avatar
pciturri authored
added forecast figures. Created plot to downsample figure resolution of global forecast to save time.
e3286b57
History
Name Last commit Last update
codes
figures
models
README.md
extract_models.sh

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.py to read, import and save the forecasts.
  • Run the plot.py script python3 codes/plot.py to plot all the forecast and save their figures for visual check.