This page describes the model output data (either direct output or processed) available from EFAS and GloFAS. Please see Data Access to obtain the data and Working with CEMS-Flood Data for examples of how to open, extract subsets and visualise the data.
EFAS Available Data
Presented here is a brief overview of the EFAS data made available to the public and registered EFAS users. For a full overview of the EFAS hydrological model LISFLOOD, please go to the dedicated pages. You will find information on the latest release of EFAS here: Latest operational EFAS release
EFAS datasets
EFAS variables
EFAS variables (called 'parameters' in ECMWF MARS) are the hydrological entities calculated by the modelling chain.
From EFAS v5.1, the following variables are made available:
- River discharge,
- Soil wetness index (root zone) (see Soil wetness index (root zone) for details),
- Runoff water equivalent (surface plus subsurface),
- Snow depth water equivalent.
EFAS Short Description | Unit | GRIB parameter ID | GRIB Short name | GRIB Name | Comment | GRIB description | CDS description |
---|---|---|---|---|---|---|---|
River discharge | m3/s | 240023/ 240024 | dis06/ dis24 | Mean discharge in the last 6/ 24 hours | Average | Volume rate of water flow, including sediments, chemical and biological material, in the river channel averaged over a time step through a cross-section | Same as GRIB description |
Snow depth water equivalent | kg/m2 (mm) | 228141 | sd | Snow depth water equivalent | Instantaneous at the end of the model time step | Snow depth water equivalent in kg m**-2 (mm) water equivalent | The value represents the mass of water per square meter if all the snow in the grid box would be melted. The value is instantaneous meaning that it is valid for the last time step of the integration at the issued model time step |
Soil wetness index (see Soil wetness index (root zone) for details) | Numeric | 231026 | swir | Soil wetness index (root zone) | Instantaneous at the end of the model time step | The volume of water over the total volume of voids in the soil, expressed as an index with values between 0 (residual soil moisture) and 1 (saturation), representing the lower and upper soil moisture limits of the root zone. The root zone is the maximum depth at which plants can extract water from the soil. Voids are empty spaces in the soil column that can be filled with water or air. | The volume of water over the total volume of voids in the soil, expressed as an index with values between 0 (residual soil moisture) and 1 (saturation), representing the lower and upper soil moisture limits of the root zone. The root zone is the maximum depth at which plants can extract water from the soil. Voids are empty spaces in the soil column that can be filled with water or air. |
Runoff water equivalent | kg/m2 | 231002 | rowe | Runoff water equivalent (surface plus subsurface) | Accumulation | Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil. Otherwise, the water drains away, either over the surface (surface runoff), or under the ground (sub-surface runoff) and the sum of these two is simply called 'runoff'. This parameter is the total amount of water accumulated over a particular time period which depends on the data extracted.The units of runoff are depth in metres. This is the depth the water would have if it were spread evenly over the grid box. Care should be taken when comparing model parameters with observations, because observations are often local to a particular point rather than averaged over a grid square area. Observations are also often taken in different units, such as mm/day, rather than the accumulated metres produced here. Runoff is a measure of the availability of water in the soil, and can, for example, be used as an indicator of drought or flood. | The sum of the surface and sub-surface runoff, and represents all the water that would drain away from the grid box. This variable is the total amount of water accumulated from the beginning of the time step to the end of the time step. |
Soil depth | m | 260367 | sod | Soil depth | Set of three values. Depth from the surface to the bottom of each layer | Soil depth, positive downward. It is meant to be used together with the type of level 'soil level' to encode the depth of the level at each grid point | Soil depth, positive downward for each of the three soil layers at each grid point. The value is relative from the top of the land surface to the bottom of each layer respectively |
Volumetric soil moisture content (Withdrawn on 2024-03-20) | m3 /m3 | 260199 | vsw | Volumetric soil moisture | Instantaneous at the end of the model time step Available for three soil layers | Volumetric soil moisture | Amount of water in a cubic meter of soil valid for the cell grid at the corresponding soil layer. The value is instantaneous meaning that it is valid for the last time step of the integration at the issued model time step. For more documentation on the calculation of the volumetric soil moisture we refer to the documentation. |
EFAS variable river discharge (dis) is stored as average over the time step of the model (6-hourly or 24-hourly), with time stamp (date and time of end of averaging period) explicit in the GRIB short name.
In EFAS, river discharge is calculated in each grid box of the hydrological model. However, not all grid boxes correspond to a river segment, and because of the relatively coarse resolution of the EFAS gridded domain, the modelled river network in EFAS might be associated with slightly different latitude-longitude than in the real world. It is hence essential that when extracting river discharge data, the user also checks the upstream area of the grid box of interest. The EFAS upstream area can be found in the Auxiliary Data pages.
Some short scripts to use as examples are provided in the Working with CEMS-Flood Data pages.
Snow depth water equivalent represents the amount of water stored as ice and snow given as an instantaneous value at the end of each model time step. The time stamp (date and time of end of time step period) is explicit in the GRIB short name.
In EFAS, snow depth water equivalent in each grid box is calculated from three elevation-related bands to account for the difference in the melting rate with snow condition (see Auxiliary Data for more details). However, only the more directly usable composite snow map representing the total snow water equivalent for each grid box is made available.
Some short scripts to use as examples are provided in the Working with CEMS-Flood Data pages.
Soil wetness index (root zone) represents the volume of water stored in the soil layers given as an instantaneous value at the end of each model time step.
EFAS soil wetness information is stored as the fraction of the total volume of voids in the root zone. The root zone is the maximum depth at which plants can extract water from the soil. Voids are empty spaces in the soil column that can be filled with water or air.
See Soil wetness index (root zone) for details.
Runoff water equivalent (surface and subsurface) represents the sum of the surface and sub-surface runoff, and represents all the water that would drain away from the grid box. This variable is the total amount of water accumulated from the beginning of the time step to the end of the time step.
NOTE: If this variable were to be expressed as a value over the time step (e.g. 'runoff over the last 24 hours), it would become an average flux.
Volumetric soil moisture content represents the amount of water stored in the soil layers given as an instantaneous value at the end of each model time step. The time stamp (date and time of end of time step period) is explicit in the GRIB short name.
EFAS volumetric soil moisture content in each grid box is calculated in three layers, top, intermediate and bottom, each associated with a given soil depth (depth from top to bottom of that layer). Information for each 3 layers is provided as separate data field, the soil depth (see Auxiliary Data for more details).
EFAS volumetric soil moisture information is stored as volumetric soil moisture content for each layer. The associated volume of water for that layer is volumetric soil moisture content multiplied by the layer thickness. The thickness of a specific layer is the difference between the depth of two consecutive layers.
The total volume soil moisture content is the sum of volume of water for each layer. Note that in EFAS-IS, only soil moisture of the first 2 layers is shown.
Some short scripts to use as examples are provided in the Working with CEMS-Flood Data pages.
EFAS Horizontal Resolution and Projection
Since EFAS v5.0, the LISFLOOD operational model is setup over Europe with the spatial resolution of 1 arcmin/ 0.0166667 degrees resolution (~1.4km). The geographical projection is the World Geodetic System 1984 (EPSG 4326). Its defining parameters can be found here.
Proj4 format: Proj4js.defs["EPSG:4326"] = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
Recommendation regarding EFAS outputs
We do not recommend to use EFAS for catchments below 50 km2, most of our products/layers use 150 km2 as a threshold (i.e. we do not evaluate the model skill/performance in catchments smaller than 150 km2).
GloFAS Available Data
Presented here is a brief overview of the GloFAS data made available to the public. For a full overview of the GloFAS system, please go to the dedicated wiki pages. You will find information on the latest releases here: Latest operational GloFAS release
GloFAS datasets
GloFAS variables
GloFAS variables (called 'parameters' in ECMWF MARS) are the hydrological entities calculated by the modelling chain.
From GloFAS v4.1, the following variables are made available:
- River discharge in the last 24 hours,
- Soil wetness index (root zone) (see Soil wetness index (root zone) for details),
- Runoff water equivalent (surface plus subsurface),
- Snow depth water equivalent.
A short description of variables is given below in table below, along with associated metadata information.
GloFAS Short Description | Unit | GRIB parameter ID | GRIB Short name | GRIB Name | Comment | GRIB description | CDS description |
---|---|---|---|---|---|---|---|
River discharge in the last 24 hours | m3/s | 240024 | dis24 | Mean discharge in the last 24 hours | Average | Volume rate of water flow, including sediments, chemical and biological material, in the river channel averaged over a time step through a cross-section. | Same as GRIB description |
Soil wetness index (see Soil wetness index (root zone) for details) | Numeric | 231026 | swir | Soil wetness index (root zone) | Instantaneous at the end of the model time step | The volume of water over the total volume of voids in the soil, expressed as an index with values between 0 (residual soil moisture) and 1 (saturation), representing the lower and upper soil moisture limits of the root zone. The root zone is the maximum depth at which plants can extract water from the soil. Voids are empty spaces in the soil column that can be filled with water or air. | The volume of water over the total volume of voids in the soil, expressed as an index with values between 0 (residual soil moisture) and 1 (saturation), representing the lower and upper soil moisture limits of the root zone. The root zone is the maximum depth at which plants can extract water from the soil. Voids are empty spaces in the soil column that can be filled with water or air. |
Runoff water equivalent | kg/m2 | 231002 | rowe | Runoff water equivalent (surface plus subsurface) | Accumulation | Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil. Otherwise, the water drains away, either over the surface (surface runoff), or under the ground (sub-surface runoff) and the sum of these two is simply called 'runoff'. This parameter is the total amount of water accumulated over a particular time period which depends on the data extracted.The units of runoff are depth in metres. This is the depth the water would have if it were spread evenly over the grid box. Care should be taken when comparing model parameters with observations, because observations are often local to a particular point rather than averaged over a grid square area. Observations are also often taken in different units, such as mm/day, rather than the accumulated metres produced here. | The sum of the surface and sub-surface runoff, and represents all the water that would drain away from the grid box. This variable is the total amount of water accumulated from the beginning of the time step to the end of the time step. |
Snow depth water equivalent | kg/m2 | 228141 | sd | Snow depth water equivalent | Instantaneous at the end of the model time step | Snow depth water equivalent in kg m**-2 (mm) water equivalent | The mass of water per square meter if all the snow in the grid box would be melted. The value is instantaneous meaning that it is valid for the last time step of the integration at the issued model time step |
GloFAS variable river discharge (dis) is stored as average over the time step of the model (24-hourly), with time stamp (date and time of end of averaging period) explicit in the GRIB short name.
In GloFAS, river discharge is calculated in each grid box of the hydrological model. However, not all grid boxes correspond to a river segment, and because of the relatively coarse resolution of the GloFAS gridded domain, the modelled river network in GloFAS might be associated with slightly different latitude-longitude than in the real world. It is hence essential that when extracting river discharge data, the user also checks the upstream area of the grid box of interest. The GloFAS upstream area can be found in the Auxiliary Data pages.
Some short scripts to use as examples are provided in the Working with CEMS-Flood Data pages.
Snow depth water equivalent represents the amount of water stored as ice and snow given as an instantaneous value at the end of each model time step.
In GloFAS, snow depth water equivalent in each grid box is calculated from three elevation-related bands to account for the difference in the melting rate with snow condition (see Auxiliary Data for more details). However, only the more directly usable composite snow map representing the total snow water equivalent for each grid box is made available.
Some short scripts to use as examples are provided in the Working with CEMS-Flood Data pages.
Soil wetness index (root zone) represents the volume of water stored in the soil layers given as an instantaneous value at the end of each model time step.
GloFAS soil wetness information is stored as the fraction of the total volume of voids in the root zone. The root zone is the maximum depth at which plants can extract water from the soil. Voids are empty spaces in the soil column that can be filled with water or air.
See Soil wetness index (root zone) for details.
Runoff water equivalent (surface and subsurface) represents the sum of the surface and sub-surface runoff, and represents all the water that would drain away from the grid box. This variable is the total amount of water accumulated from the beginning of the time step to the end of the time step.
GloFAS
NOTE: If this variable were to be expressed as a value over the time step (e.g. 'runoff over the last 24 hours), it would become an average flux.
Recommendation regarding GloFAS outputs
GloFAS is primarily designed for larger river catchments (over 10,000 km2), where the forecast skill is expected to be considerably higher. For small catchments, especially below 500 km2, the uncertainties get much larger due to the horizontal resolution constraints (~5 km in the river network and ~9 km in the meteorological forcing such as precipitation). This is reflected in our products/layers which do consider a minimum catchment size of 250 km2 or 500 km2, depending on the product.