Skip to content

Code for generating seasonal and S2S forecasts of western US fire activity

Notifications You must be signed in to change notification settings

jtbuch/SEASFire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEASFire: Seasonal and subseasonal-to-seasonal (S2S) forecasts of fire activity in the western US

In this project, we combine climate forecasts from statistical and dynamical models with antecedent observations, and use a pre-trained SMLFire1.0 framework to produce seasonal fire frequency and burned area forecasts. Schematically, our workflow can be visualized as,

plot

We consider two initialization modes for constructing the input predictors for the SMLFire1.0 framework: i) a single initialization mode where antecedent predictors are derived using observations until the end of April followed by a SEAS5 forecast initialized at the beginning of May for four primary fire month predictors, and ii) a dual initialization mode where the forecast is intialized at the beginning of April and June, with antecedent predictors caclulated twice using data until the end of April and June respectively. Visually, this may be summarized as,

plot

The architecture of our seasonal fire forecasting system allow us to generate fire probability maps in each 12km x 12km grid cell across the study region. We present the preliminary forecasts of fire risk for August 2024 using observations until May and climate model forecasts initialized in June,

plot

as well as the fire risk for September 2024 using observations until June and climate model forecasts initialized in July, plot

where $p_{\rm fire}/p_{\rm baseline}$ greater than (less than) 1, represents above (below) normal fire probability.

Future iterations will extend this framework to other fire response variables such as fire intensity and biomass emissions.

Code requirements:

  • python=3.9.13
  • cfgrib=0.9.10.4
  • xesmf=0.7.1
  • tensorflow=2.13.0
  • tensorflow-probability=0.21.0
  • scipy=1.11.1
  • numpy=1.24.3
  • xarray (version agnostic)
  • geopandas (version agnostic)

Use the package-list.txt file to set up a compatible conda environment for execution.

About

Code for generating seasonal and S2S forecasts of western US fire activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published