Skip to content

Developments related with the application of deep neural network models to FWI downscaling

License

Notifications You must be signed in to change notification settings

SantanderMetGroup/2023_Mirones_deepFWI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6aaff5c · Nov 7, 2024

History

48 Commits
Nov 7, 2024
Jul 3, 2023
Jun 28, 2023
Nov 7, 2024
Nov 7, 2024
Jun 26, 2023
Nov 7, 2024
Jun 27, 2023
Jun 28, 2023

Repository files navigation

Towards Spatio-temporally Consistent Multi-Site Fire Danger Downscaling with Explainable Deep Learning

Mirones et al., submitted to JGR:Machine Learning and Computation, Nov.2024


ConvLSTM-MG scheme

Our study analyzes the ability of state-of-the-art CNN and ConvLSTM-based machine learning methods to model the multivariate spatio-temporal structure of the Fire Weather Index (FWI). Authors and corresponding ORCID can be found in the zenodo.json file.

2023_Mirones_FWI_ERL.ipynb is a Jupyter notebook based on the R languaje containing the code necessary to replicate our main results.

environment.yml contains the versions of the python and R libraries employed to reproduce the results of the manuscript. A conda environment with the appropriate versions can be created by typing:

mamba env create -n deep-fwi --file environment.yml