https://github.com/ecmwf-projects/geff
The Global ECMWF Fire Forecast model is written in Fortran-95 allowing highly computationally demanding tasks. GEFF is used operationally at ECMWF to provide fire forecast to the Copernicus Emergency Management service and its development has been funded since 2016 by the EU Joint Research Centre.
https://github.com/ecmwf-projects/geff
Last synced: 5 months ago
JSON representation
The Global ECMWF Fire Forecast model is written in Fortran-95 allowing highly computationally demanding tasks. GEFF is used operationally at ECMWF to provide fire forecast to the Copernicus Emergency Management service and its development has been funded since 2016 by the EU Joint Research Centre.
- Host: GitHub
- URL: https://github.com/ecmwf-projects/geff
- Owner: ecmwf-projects
- License: apache-2.0
- Created: 2021-04-08T15:23:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T18:01:26.000Z (over 1 year ago)
- Last Synced: 2025-03-07T19:19:25.025Z (over 1 year ago)
- Language: Fortran
- Homepage:
- Size: 67.2 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 
Global ECMWF Fire Forecast (GEFF) model
The Global ECMWF Fire Forecast (GEFF) model is a Fortran program to calculate fire danger indices from atmospheric inputs.
It implements the Fire Weather Index, the National Fire Danger Rating System and the McArthur ratings in one single infrastructure.
While it was principally designed for gridded data, it can operate with any kind of inputs.
Maintainers:
- [Francesca Di Giuseppe](https://www.ecmwf.int/en/about/who-we-are/staff-profiles/francesca-di-giuseppe), francesca.digiuseppe@ecmwf.int
- [Pedro Maciel](https://www.ecmwf.int/en/about/who-we-are/staff-profiles/pedro-maciel), pmaciel@ecmwf.int
### Meta
- This software and functions herein are part of an experimental open-source project. They are provided as is, without any guarantee.
- Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
- License: [Apache License 2.0](LICENSE) In applying this licence, ECMWF does not waive the privileges and immunities granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
- If you use this software, please cite: _Di Giuseppe, F., Pappenberger, F., Wetterhall, F., Krzeminski, B., Camia, A., Libertá, G. and San Miguel, J., 2016.
**The potential predictability of fire danger provided by numerical weather prediction**. Journal of Applied Meteorology and Climatology, 55(11), pp.2469-2491. https://journals.ametsoc.org/doi/abs/10.1175/JAMC-D-15-0297.1
### Release notes
* 2020/03 GEFF 4.0:
* constructed GRIB interface and removed the netCDF I/O
* reorganised and compacted modules
* 2019/03 GEFF 3.0:
* Aligned version with JRC settings and parameters
* Implemented 5 latitudinal belts and not 4 for "le" parameter (DMC calculation)
* Changed day-length adjustment factor, "Lf", equatorial belt between 10/-10 instead than 15/-15 to be coherent with the "Le"
* Removed any stopping rule associated to snow on the ground
* 2018/04 GEFF 2.2: Reanalysis release documented in Vitolo et al. (Scientific Data)
* 2015/11 GEFF 2.0: First full release documented in Di Giuseppe et al. (JAMC 2016)
* 2018/05 Introduced an lmask check to reset *only* NFDRS calculation on points where fuel model, climatic regions and vegetation stage might not be available
* 2017/05 Changed the way the land see mask is handled to allow for the small islands to be included
* 2017/02 GEFF 1.3: Corrected bug in the keetch byram calculation
* 2014/08 GEFF 1.2: Added the FWI calculation
* 2014/06 GEFF 1.0: This is the first release of the GEFF model
* 2014/03 Initial version