Climate futures tutorial

Forecasting with Real-World Data #

What You’ll Need #

Step 1: Prepare Your Covariate and Scenario Data #

Step 2: Fit the Model #

Once your data files are ready, follow the same fit step as the mock walkthrough:

Rscript analysis-pipeline.R path/to/your-config.yml --save-forecast-inputs

Step 3: Run the Forecast #

Rscript forecasting/forecast/forecast-pipeline.R \
  --config path/to/your-forecast-config.yaml

Reading Your Outputs #