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

global_forecasts

user avatar
pabloitu_home authored
50685b00
History
Name Last commit Last update
codes
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.