Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • via the web (for sample data, limited to one month) using the ECMWF data server web interface:http://apps.ecmwf.int/datasets/data/cams-gfas/
  • or through WebAPI, which is the method allowing users to download CAMS data in an operational programmatic way (using Python - example scripts are available).

GFAS data file name and file format

GFAS File format is GRIB. See What are GRIB files and How to read or decode a GRIB file for more information.


EXAMPLE describing explicitly what is in the files and how the data is described in file headers.

This file contains the analysis from 28 November between 00:00 - 23:59 analysis:

/DATA/CAMS_GFAS/20171128> ls *frpfire.grib
-rw-r--r--    1 anonymou ec         25920120 Nov 29 05:18 z_cams_c_ecmf_20171128000000_gfas_an_sfc_frpfire.grib


> grib_ls -p date,time,step z_cams_c_ecmf_20171128000000_gfas_an_sfc_frpfire.grib

z_cams_c_ecmf_20171128000000_gfas_an_sfc_frpfire.grib

date        time        step        

20171128    0           0-24       

GFAS Maps

The latest daily Fire Radiative Power (FRP) analysis from GFAS is available here. The map represents the thermal radiation measured from space-borne sensors and detected as coming from actively burning vegetation and other open fires. It is expressed as the daily average of the fire radiative power (FRP) observations made in 125 km grid cells and expressed in the units of [mW/m2]. The rate of release of thermal radiation by a fire is believed to be related to the rate at which fuel is being consumed and smoke produced. Therefore, these daily averaged FRP areal intensity data are used in the global estimation of open vegetation fire trace gas and particulate emissions. 

...