Versions Compared

Key

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

...

Info
iconfalse
titleTable of Contents

Table of Contents
maxLevel4

Easy Heading Macro

Acronyms

Expand
titleList of acronyms


Acronym

Description

tediv

Divergence of vertical integral of total energy flux 

tefle

Vertical integral of eastward total energy flux

tefln

Vertical integral of northward total energy flux

tetend 

Tendency of vertical integral of total energy

lhdiv

Divergence of vertical integral of latent heat flux

lhfle

Vertical integral of eastward latent heat flux

lhfln

Vertical integral of northward latent heat flux

lhtend

Tendency of vertical integral of latent heat

wvdiv

Divergence of vertical integral of water vapour flux

wvfle

Vertical integral of eastward water vapour flux

wvfln

Vertical integral of northward water vapour flux

wvtend

Tendency of vertical integral of water vapour

ReResidual of the dry air mass budget
TTemperature in Kelvin
TcTemperature in Celsius
qSpecific humidity
vHorizontal wind field vector
pSSurface pressure
PPrecipitation
EEvaporation
ΦGeopotential
kKinetic energy of air
LvLatent heat of vaporization
gGravitational acceleration (9.81 m s-2)
cpSpecific heat capacity of dry air at constant pressure (1004.70 J kg-1 K-1)
cvSpecific heat capacity of dry air at constant volume (717.65 J kg-1 K-1)
clSpecific heat of liquid water (4218.00 J kg-1 K-1)
cpvSpecific heat of water vapor at constant pressure (1846.10 J kg-1 K-1)


Introduction

Executive Summary

This dataset provides monthly means of mass-consistent atmospheric energy and moisture budget terms derived from 1-hourly ERA5 reanalysis data. Mass consistency is achieved by iteratively adjusting the wind field every time step. This dataset allows to evaluate atmospheric energy and moisture budget diagnostics for the period from 1979 onward. 

Scope of Documentation

This documentation describes the computation of mass-consistent budget terms using 1-hourly analysed state quantities from ERA5.

Version History

No previous versions.

Product Description

Product Overview

Data Description

 

Anchor
table1
table1
Table 1: Dataset general attributes

...

Version

Release date

Changes from previous version

1.02022-05-31(first release)

Input Data

Anchor
table4
table4
Table 4: Input datasets

Dataset

Summary

Variables used

ERA5

Provides global 1-hourly analyzed state quantities on 137 atmospheric model levels as well as analyzed surface parameters.  Data are represented either on a reduced Gaussian grid N320 or as spectral coefficients with T639 triangular truncation (see ERA5 data documentation)

Temperature, vorticity, divergence, surface geopotential, and logarithm of surface pressure in spherical harmonics. Specific humidity and total column water vapour in grid space.

Method

Background

All ERA5 input fields are transformed (for details see below) to a full Gaussian grid F480 (quadratic grid with respect to the native spectral resolution T639) to avoid aliasing effects. Vorticity and divergence are used to compute the horizontal wind vector at each atmospheric level. Before individual budget terms are computed, the three-dimensional wind field is iteratively adjusted according to the diagnosed imbalance between divergence of vertically integrated dry mass flux and tendency of dry air.  This procedure is repeated every time step. 

...

where precipitation P and evaporation E (not in this dataset) are surface mass fluxes in units kg m-2 s-1.  The first term describes the divergence of the vertical integral of atmospheric water vapour flux, the second term describes the tendency of the vertical integral of atmospheric water vapour (i.e., total column vapour). That is, atmospheric fluxes and tendencies of water vapour must balance surface freshwater fluxes P+E. The divergence term of the moisture budget also employs mass-adjusted wind fields v, albeit it is affected only weakly by spurious divergent winds. Note that tendency terms in this dataset are computed as exact difference from 00 UTC at the first of month to 00 UTC at the first of following month divided by the number of seconds. 


Model / Algorithm

The following pseudo code describes the mass-adjustment procedure and subsequent computation of energy and moisture budget terms. All spectral transformations (i.e., gradient and divergence computations, Laplace inversion) were performed with routines from OpenIFS .  

...

Mathinline
\begin{align}
&\text{for each time step do } \\
&\qquad \Phi_S \;\;\; \leftarrow \text{ Read surface geopotential} \\
&\qquad vort \: \leftarrow \text{ Read vorticity} \\
&\qquad div \;\;\; \leftarrow \text{ Read divergence} \\
&\qquad T  \;\;\;\;\;\;\; \leftarrow \text{ Read temperature} \\ 
&\qquad q  \;\;\;\;\;\;\;\: \leftarrow \text{ Read specific humidity} \\  
&\qquad p_S  \;\;\;\;\: \leftarrow \text{ Read logarithm of surface pressure} \\
&\qquad tcwv \leftarrow \text{ Read total column water vapour} \\
&\qquad \\
&\qquad \text{Transform all input fields to full Gaussian grid F480} \\
&\qquad \\
&\qquad \textbf{v} \leftarrow \text{ Compute horizontal wind field using } vort, div \\
&\qquad wvtend \leftarrow \text{ Compute tendency of the vertical integral of water vapour using } tcwv \\
&\qquad mtend \;\;\leftarrow \text{ Compute tendency of vertically integrated atmospheric mass using } p_S \\
&\qquad \\
&\qquad \text{for each correction step do } \\ 
&\qquad\qquad mdiv \;\;\;\leftarrow \text{ Compute divergence of vertically integrated atmospheric mass flux using } \textbf{v} \\ 
&\qquad\qquad wvdiv \;\leftarrow \text{ Compute vertically integrated water vapour divergence using } \textbf{v}, q \\ 
&\qquad\qquad errdiv \leftarrow mdiv - wvdiv + mtend - wvtend \\ 
&\qquad\qquad \textbf{v}_{err} \;\;\;\;\;\; \leftarrow \text{ Compute spurious two-dimensional wind field using } errdiv \\ 
&\qquad\qquad \text{ for each atmospheric level } i \text{ in } \textbf{v} \text{ do } \textbf{v}_i \leftarrow \textbf{v}_i - \textbf{v}_{err} \\ 
&\qquad \text{end do} \\ 
&\qquad \\ 
&\qquad T_c \leftarrow T - 273.15 \\ 
&\qquad lhtend \;\;\leftarrow \text{ Compute tendency of the vertical integral of latent heat using } q, T_c \\ 
&\qquad tetend \;\;\leftarrow \text{ Compute tendency of the vertical integral of total energy using } \textbf{v}, q, T_c, \Phi_S \\ 
&\qquad lhfle, lhfln \;\;\;\leftarrow \text{ Compute vertical integral of latent heat fluxes using } \textbf{v}, q, T_c \\ 
&\qquad tefle, tefln \;\;\;\;\leftarrow \text{ Compute vertical integral of total energy fluxes using } \textbf{v}, q, T_c, \Phi_S \\ 
&\qquad wvfle, wvfln \leftarrow \text{ Compute vertical integral of water vapour fluxes using } \textbf{v}, q \\ 
&\qquad lhdiv \;\;\leftarrow \text{ Compute divergence of the vertical integral of latent heat fluxes using } lhfle, lhfln \\ 
&\qquad tediv \;\;\leftarrow \text{ Compute divergence of the vertical integral of total energy fluxes using } tefle, tefln \\ 
&\qquad wvdiv \leftarrow \text{ Compute divergence of the vertical integral of water vapour fluxes using } wvfle, wvfln \\ 
&\text{end do} 
\end{align}


Validation

The divergence fields in this dataset exhibit zero global mean suggesting  optimal computations and good accuracy. Tendency terms are temporally stable and exhibit long-term global zero mean indicating good reliability.  Indirectly estimated oceanic FS derived from tediv and tetend in combination with FTOA from CERES-EBAF (not in this dataset) agrees with the observation-based ocean heat uptake to within 1 W m-2 (see Mayer et al. 2022).  All fields are in good qualitative agreement with known patterns of the respective quantities, but satisfaction of physical constraints (e.g., magnitude of ocean-to-land energy and moisture transport or temporal stability) is much improved compared to earlier evaluations (see Mayer et al. 2021 and 2022 for comprehensive evaluation). 

Known issues

  1. The divergence terms (tediv, lhdiv, wvdiv) with full spectral resolution show artificial pattern of numerical noise over high topography, which are thus spectrally truncated at wave number 180. The divergence fields with full spectral resolution (see example in Fig. 1) can be reconstructed by computing the divergence of corresponding north- and eastward fluxes provided in this dataset.
  2. The ocean-to-land energy transport as estimated from tediv exhibits an unrealistically strong gradual change in the late 1990s and early 2000s, which likely stems from changes in the observing system that has been assimilated by ERA5 (see Mayer et al. 2021 for discussion).
  3. Global ocean and land averages of wvdiv exhibit a reasonably strong but statistically insignificant trend over the available period, see Mayer et al. (2021) for further details. 

...

Figure 1: The divergence of the vertical integral of total energy flux (left) truncated at wave number 180, and (right) with full spectral resolution T639.

Licence, Acknowledgement and Citation

This dataset is provided under the licence to use Copernicus Products.

All users of this dataset must:

  • acknowledge according to the licence to use Copernicus Products
  • provide clear and visible attribution to the Copernicus programme by citing the web Climate Data Store (CDS) catalogue entry as follows:

...

The authors of this dataset are financially supported by the Austrian Science Funds project P33177. The dataset is created as in-kind contribution to Copernicus. 

Anchor
references
references
References

Mayer, J., Mayer, M. and Haimberger, L., (2022). Comparison of Surface Energy Fluxes from Global to Local Scale. Accepted in Journal of Climate. https://doi.org/10.1175/JCLI-D-21-0598.1

...

Info
iconfalse

This document has been produced in the context of the Copernicus Climate Change Service (C3S).

The activities leading to these results have been contracted by the European Centre for Medium-Range Weather Forecasts, operator of C3S on behalf of the European Union (Delegation Agreement signed on 11/11/2014 and Contribution Agreement signed on 22/07/2021). All information in this document is provided "as is" and no guarantee or warranty is given that the information is fit for any particular purpose.

The users thereof use the information at their sole risk and liability. For the avoidance of all doubt , the European Commission and the European Centre for Medium - Range Weather Forecasts have no liability in respect of this document, which is merely representing the author's view.

Related articles

Content by Label
showLabelsfalse
max5
spacesCKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("era5","c3s") and type = "page" and space = "CKB"
labels era-interim