#PAGE_PARAMS# #ADS_HEAD_SCRIPTS# #MICRODATA#

Joint emulation of Earth System Model temperature-precipitation realizations with internal variability and space-time and cross-variable correlation: fldgen v2.0 software description


Authors: Abigail Snyder aff001;  Robert Link aff001;  Kalyn Dorheim aff001;  Ben Kravitz aff002;  Ben Bond-Lamberty aff001;  Corinne Hartin aff001
Authors place of work: Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, United States of America aff001;  Department of Earth and Atmospheric Sciences, Indiana University, Bloomington, IN, United States of America aff002;  Atmospheric Sciences and Global Change Division, Pacific Northwest National Laboratory, Richland, WA, United States of America aff003
Published in the journal: PLoS ONE 14(10)
Category: Research Article
doi: https://doi.org/10.1371/journal.pone.0223542

Summary

Earth System Models (ESMs) are excellent tools for quantifying many aspects of future climate dynamics but are too computationally expensive to produce large collections of scenarios for downstream users of ESM data. In particular, many researchers focused on the impacts of climate change require large collections of ESM runs to rigorously study the impacts to both human and natural systems of low-frequency high-importance events, such as multi-year droughts. Climate model emulators provide an effective mechanism for filling this gap, reproducing many aspects of ESMs rapidly but with lower precision. The fldgen v1.0 R package quickly generates thousands of realizations of gridded temperature fields by randomizing the residuals of pattern scaling temperature output from any single ESM, retaining the spatial and temporal variance and covariance structures of the input data at a low computational cost. The fldgen v2.0 R package described here extends this capability to produce joint realizations of multiple variables, with a focus on temperature and precipitation in an open source software package available for community use (https://github.com/jgcri/fldgen). This substantially improves the fldgen package by removing the requirement that the ESM variables be normally distributed, and will enable researchers to quickly generate covarying temperature and precipitation data that are synthetic but faithful to the characteristics of the original ESM.

Keywords:

Normal distribution – Statistical data – Precipitation techniques – Meteorology – Climate change – Covariance – Climate modeling – Earth systems

Introduction

Two important topics to researchers in earth sciences, future climate dynamics, and joint human-Earth system modeling are the effects of extreme events and uncertainty in climate impacts [1, 2]. Understanding the uncertainty around extreme events also has direct relevance for decision makers, the U.S. energy grid, and other stakeholders. Generally, high-resolution future climate scenarios can be used as input for different process-based or economic models to assess impacts of future climate on economic, land, energy, and other systems; however, thousands of such high-resolution future scenarios may be needed for a full and robust analysis of the impacts of low-frequency high-importance extreme events and associated uncertainties [35].

Process-rich Earth System Models (ESMs) are capable of providing the high-resolution future climate scenarios for impacts studies, but are too computationally expensive to directly produce hundreds or thousands of realizations needed to understand the impacts of extreme events. Climate model emulators attempt to solve this problem by approximating the output a climate model would have produced had it been run repeatedly for a specified scenario [6]. These emulators are computationally cheap to run, but typically capture only the mean response of the climate and little to none of the variability that would be present in a real ESM output. Attempts to add variability to such emulations often lose important spatial and temporal correlations that fundamentally define ESM patterns (such as the El Niño Southern Oscillation), or else cannot produce the number of realizations necessary for extreme event or uncertainty studies.

In fldgen v1.0, Link et al. [7] (Paper LS1 hereafter) have solved many of these problems for the case of global temperature. This method generates random realizations of temperature global gridded time series that retain the spatial and temporal variance and covariance structures of the input ESM data at a much lower computational cost compared to the ESMs being emulated. Crucially, fldgen v1.0 does so without placing a priori limits on the form of the correlation function and without using bootstrap resampling of existing ESM output [810].

Nevertheless, temperature is not the only important variable for quantifying the effects of future climate on human systems. Precipitation, for example, is of interest because of the serious impacts of extreme precipitation events, as the distribution of precipitation over space and time is a primary driver of extreme events like droughts and floods [11]. Moreover, the water cycle is a key component of research focused on water cycle impact on agriculture and water consumption in energy production [3, 5, 12].

Recent research has shown that modeling temperature and precipitation extremes independently mischaracterizes drought hazards as the covariance between climate variables is missed [13]. Therefore, an effective emulator of temperature and precipitation must jointly produce temperature and precipitation realizations that capture such covariance. Fldgen v2.0 is designed to add this capability, allowing researchers to jointly generate two-variable (e.g. joint temperature and precipitation) fields that not only retain the individual variables’ spatial and temporal variance and covariance structures, but also inter-variable covariance. This method is meant to be used on annual, global gridded temperature and precipitation data. While many interesting climatological and biological processes occur at daily or monthly scales, this annual timescale is often used by researchers in the impacts community focused on long-term effects. Many of these researchers also require global gridded realizations of ESM variables [3, 5, 14]. It is true that past modeling approaches such as the UKCP09 framework have provided a methodology for stochastically generating daily weather data for specific regions that does to some degree account for correlations between multiple variables and has accurate statistical structure to high order [15]. However, because the focus of that method is on weather in specific regions, it does not necessarily incorporate dynamics that govern larger spatiotemporal scales to be usable in a global gridded manner.

Fldgen v2.0 provides a tool for modelers to rigorously analyze the impacts of extreme events that previously could not be fully evaluated due to limited ESM realizations and region-to-region teleconnections that are not explicitly known globally, such as multi-year droughts across different regions. The objective of this paper is to describe the open-source and publicly available fldgen v2.0 R package work-flow, capabilities, and accessibility for community use (https://github.com/jgcri/fldgen) in the context of joint generation of temperature and precipitation fields. This includes an overview of the updates to the fldgen algorithm from version 1.0 to version 2.0. The theory that supports this extension should be applicable to arbitrary pairs of ESM variables, though this has not been tested and is not a central claim of this work.

Extension from version 1.0 to 2.0 and architecture

The scientific details of generating new realizations of residuals from a training matrix of ESM residuals are detailed in the fldgen v1.0 model description Paper LS1. One key feature of the version 1.0 process is that the generated time series of temperature residuals in any given grid cell is approximately normally distributed. This is true irrespective of the distributions of input residuals, due to the way the algorithm sums up contributions from a large number of random components. As a result, the method will preserve the distribution of input residuals only if they are normally distributed.

When the training data features normally distributed residuals in every grid cell, the field generating process generates new realizations of time series that preserves three key statistical properties of the training residuals (arrow 3 in Fig 1, Paper LS1):

    Statistical properties of training residuals preserved by version 1.0

  • Distribution of values in a grid cell over time and between realizations. In other words, residuals in the grid cell are normally distributed with the same mean and variance as the training data in that grid cell.

  • Correlation between values in different grid cells.

  • Time autocorrelation of spatially correlated patterns of grid cells.

flgden v2.0 workflow.
Fig. 1. flgden v2.0 workflow.
Workflow: Extending fldgen v1.0 (arrow 3) to fldgen v2.0 (arrows 1-4) for use with joint temperature and precipitation fields.

For many ESMs, the temperature residuals in each grid cell are indeed approximately normally distributed. However, residuals for other variables, such as precipitation, in many grid cells may have a non-normal distribution (e.g. Fig 2). Thus, in addition to the joint emulation of variables such as temperature and precipitation, one major goal of fldgen v2.0 is to make the field generation process more robust to non-normally distributed ESM variables. Even in cases where distributions are reasonably well approximated by normal distributions, this change removes the need for a user’s expert judgement as to whether an ESM variable’s residuals in each grid cell follow a distribution sufficiently close to normal to use the field generating method.

Comparison of empirical CDF from precipitation data with normal distribution.
Fig. 2. Comparison of empirical CDF from precipitation data with normal distribution.
The empirical CDF of precipitation residuals in a single grid cell (black) and the CDF of a normal distribution with the same mean and variance as the precipitation residuals (red).

For the core field generating method, each ESM variable must effectively be able to accept residuals of between −∞ and ∞ for addition to its mean field. This is already the case for temperature and no transformation is needed. However, because precipitation values in an ESM cannot be negative, either the generated residuals have to be constrained to avoid negative precipitation while preserving the ESM spatiotemporal and intervariable statistics, or the method must operate on a transformation of precipitation that can accept residuals between −∞ and ∞. The latter is more straightforward, and so residuals are generated for log(precipitation) rather than precipitation. The transformation of generated full fields from log(precipitation) space back to precipitation space is trivial for log transformations. Indeed, any function that is continuous, invertible, strictly increasing, and results in a transformed ESM variable whose residuals are supported on (−∞, ∞) will preserve the ESM spatiotemporal statistical properties as desired.

Producing joint temperature and log(precipitation) residual realizations therefore requires the development of an algorithm to handle non-normality in transformed ESM training data. This algorithm extension for fldgen v2.0 involves additional transformations on the input to and output from the version 1.0 process (Table 1, Fig 1) in order to return generated realizations of joint temperature and log(precipitation) residuals to the native temperature and log(precipitation) distribution in each grid cell. One additional benefit is that this extension removes an assumption necessary to use version 1.0: we previously were restricted to assuming temperature residuals followed a normal distribution in each grid cell. With version 2.0, it no longer matters if this is the case for ESM variables under consideration.

Tab. 1. Summary of the fldgen v2.0 algorithm.
Summary of the fldgen v2.0 algorithm.
Details of the steps shared with version 1.0 (denoted with *) are provided in Paper LS1 [7].

The fldgen process, for both version 1.0 and 2.0, operates on a state vector, x(t). At any given time t, the state of the system is defined as the temperature residuals in every grid cell (flattened to one dimensional indices from the traditional latitude-longitude two dimensions), concatenated with the precipitation residuals in every grid cell if applicable (flattened to the same one dimensional spatial indices). Therefore, once the issues of non-normality are accounted for in the extension to version 1.0, cross-variable relationships are automatically captured and joint emulation is achieved.

We have developed a continuous, invertible, and strictly increasing transformation method that allows us to map between the native distributions of residuals for each grid cell and a normal distribution of residuals for each grid cell. This transformation removes the need for user expertise as to whether residuals in every grid cell follow a distribution sufficiently close to a normal distribution for the field generating method outlined in Paper LS1 to work.

For a given grid cell, the native distribution of residuals (temperature or precipitation) over time can be captured with an empirical cumulative distribution function (CDF), F(x) (Fig 3, left), which can then be used to return the quantile values corresponding to sampled residuals, F(residuali) = quantilei. These sampled quantile values are used to calculate the corresponding values sampled from the standard normal distribution, N(0, 1) (step 4 of the fldgen v2.0 algorithm summary in Table 1). Composing these steps leads to an increasing, continuous, invertible mapping between the native distribution of residuals in the grid cell and N(0, 1) (Fig 3, right), represented by arrow 2 of Fig 1.

The constructed transformation from data’s native distribution to a normal distribution.
Fig. 3. The constructed transformation from data’s native distribution to a normal distribution.
Left: The empirical CDF of log(precipitation) residuals in the same grid cell as Fig 2 (black) and the CDF of a normal distribution with the same mean and variance as the log(precipitation) residuals (red). Right: The transformation between native and normally distributed residuals for this example grid cell. Note that this transformation is continuous, invertible, and strictly increasing.

Given a set of generated residuals that follow N(0, 1) for a single grid cell, mapping to the native distribution of residuals in the grid cell is a straightforward reversal of this process (captured in arrow 4 in Fig 1).

This mapping is applied to input, native residuals to create normally distributed residuals for emulator training (arrow 2 in Fig 1). The inverse of this mapping is applied to transform the generated, and therefore normally distributed, residuals for a grid cell back to the native, non-normal distribution initially sampled in R (arrow 4 in Fig 1). Further, because the mapping is continuous, invertible, and increasing, the rank-order correlation coefficient between residuals in two arbitrary grid cells is the same in the native distribution space as it is in the normal distribution. Combining this with the fact that the fldgen process generates new, normally distributed field of residuals (arrow 2 in Fig 1), we conclude that the rank-order correlation between input native values in different grid cells is the same as the rank-order correlation between between generated native values.

Conclusions

Fldgen v2.0 provides a tool for climate change impacts modelers to rigorously analyze the impacts of extreme events that previously could not be fully evaluated due to limited ESM realizations and region-to-region teleconnections that are not explicitly known globally, such as multi-year droughts across different regions. With the mathematical construction described in the previous section and summarized in Fig 3 (right), when the full workflow depicted in Fig 1 is completed, the algorithm can be run on any input ESM residuals, provided their distribution in each grid cell is continuous and invertible. An emulator trained on these residuals can be used to generate new ESM residual time series that preserve all the same statistical properties preserved by version 1, with one small exception, viz. that in Property 2 the type of correlation preserved is the rank-order correlation, not necessarily the linear correlation coefficient. This change is a consequence of allowing arbitrary native distributions in the data. Additionally, the residual fields generated this way also preserve the inter-variable correlations present in the input data, a new property with no analog in version 1.

These generated residual time series are added to the mean fields for temperature and log(precipitation) to generate new full field time series. The transformation of the full field log(precipitation) time series values to precipitation values does not undo any of these statistical properties of the residual fields.

Validation: Example data and automated testing

Extensive integrated, automatic testing is provided in the fldgen v2.0 R package to both check that the software performs as intended and to explicitly validate that the statistical properties of interest for included example ESM data (fldgen/inst/extdata) are indeed preserved in generated realizations. This explicit validation supplements mathematical proofs that the method being implemented in fldgen v2.0 has the described statistical preservation properties (further described and verified in Paper LS1).

The testing is automatically run when a Pull Request is opened in the fldgen GitHub repository and must be passed before the pull request can be merged. All checks were passed for the version of fldgen presented in this paper.

While it mathematically follows from the construction of this method that the rank-correlation coefficient is the same in generated data as it was in the training ESM data for every pairwise possibility of grid cell to grid cell comparison of temperature with temperature, precipitation with precipitation, and temperature with precipitation, we also performed an explicit check of of this using fldgen v2.0 emulator training and realization generating capabilities. This explicit test is not included in the automated testing suite as it takes many hours of computer time. An example trained emulator with raw ESM data, R scripts performing this test and the results are archived on zenodo (DOI 10.5281/zenodo.3372579) [17].

Utility and limitations

The extension of fldgen from version 1.0 t0 version 2.0 has broadened the functionality from training using temperature data to joint training on temperature and precipitation by introducing a new algorithm for dealing with non-normality in the training data. Through this algorithm, any variable that scales with global mean temperature and whose residuals in each grid cell have a continuous, invertible, increasing empirical CDF could be jointly explored with temperature. Certainly this includes precipitation, but could easily be applied, as is, to variables such as relative humidity. Further, the version 1.0 requirement that input training data have approximately normally distributed residuals for the method to generate new residual fields with the correct spatiotemporal and cross-variable statistics has been removed. A user no longer has to judge whether their input training data is sufficiently close to normal to use fldgen.

Perhaps the most significant current limitation of fldgen is that its training data and thus outputs are limited to the annual time scale, while many interesting climatological and biological processes occur at daily or monthly scales—e.g. with respect to human health [18]. An expansion to sub-annual timescales is planned in future work, but appropriately capturing sub-annual ESM internal variability while accounting for the inherent seasonal signals in sub-annual ESM data for many variables is highly non-trivial.

A future extension to handle more than two variables jointly would also be straightforward by design. Thus there is wide potential for reuse of fldgen v2.0 for users of ESM outputs who require a large number of ESM datasets for research. The open-source nature of the software makes it particularly adaptable to a community user’s needs in a wide variety of ways.

Installation

fldgen may be installed by using install_github from the devtools package.

## install the package if needed

devtools::install_github(‘JGCRI/fldgen’, ref = ‘v2.0.0 − rc.1’)

Training the emulator from ESM data

As an open source R package, fldgen was implemented with a modular design so that different steps of the algorithm described in Table 1 can easily have different implementations. Using the R packages devtools and roxygen2, extensive documentation for every function created in the package is included. More detail of each step in Table 1 may be found in the tutorial vignettes included with the package (fldgen/vignettes/) and as described in Paper LS1. This subsection briefly demonstrates the function calls required for training an emulator and generating new realizations.

The user must select an ESM to emulate and provide annual, spatially disaggregated temperature and precipitation NetCDF files to be used for training. The fldgen package was designed with globally gridded data sets in mind, but would technically work with any spatial disaggregation. Currently, however, it is necessary that the training data be at an annual time scale. The training NetCDF files are most conveniently stored in some user-specified directory that can be passed directly to the fldgen training functions. Finally, all NetCDF files must follow CMIP5 naming conventions [19]. This is specified in the R manual and with informative error messages. Table 1 (right column), Steps 1-7 are performed by the function trainTP() in /R/trainTP.R, which is called as follows:

## load the package

library(‘fldgen’)

## specify the location of the training data

datadir <- ‘training/data/directory’

## train the emulator

trainTP(dat = datadir,

     tvarname = ‘tas’, tlatvar = ‘lat’, tlonvar = ‘lon’,

     tvarconvert_fcn = NULL,

     pvarname = ‘pr’, platvar = ‘lat’, plonvar = ‘on’,

     pvarconvert_fcn = log) ->

     emulator

Full details of the functions used internally by trainTP() are provided in the fldgen package vignettes.

Description of inputs

The inputs to fldgen function trainTP are as follows:

  • dat

    A single directory name, or a list of NetCDF files. If a directory name is given, all NetCDF files in the directory will be used. The pairing of temperature and precipitation NetCDF files in the directory relies on the CMIP5 file naming conventions. Other naming conventions are not currently supported.

  • tvarname

    A string with the name of the temperature variable in the temperature NetCDF.

  • tlatvar

    A string with the name of the latitude coordinate variable in the temperature NetCDF files. Normally this is simply ‘lat’.

  • tlonvar

    A string with the name of the longitude coordinate variable in the temperature NetCDF files. Normally this is simply ‘lon’.

  • tvarconvert_fcn

    The function used to transform the temperature variable prior to training so that it has support on (−∞, ∞). Defaults to NULL, as temperature is effectively already supported on this range.

  • pvarname

    A string with the name of the temperature variable in the precipitation NetCDF.

  • platvar

    A string with the name of the latitude coordinate variable in the precipitation NetCDF files. Normally this is simply ‘lat’.

  • plonvar

    A string with the name of the longitude coordinate variable in the precipitation NetCDF files. Normally this is simply ‘lon’.

  • pvarconvert_fcn

    The function used to transform the precipitation variable prior to training so that it has support on (−∞, ∞). Defaults to log.

Structure of a trained emulator

A trained emulator can easily be stored as an R .rds object for later use. A trained emulator contains all information learned about the ESM, including components that are useful for downstream analysis, but not necessary for generating new fields of residuals:

  • griddataT: Input training temperature data, the contents of NetCDF files in datadir and an entry for the tvarconvert_fcn. If the temperature data has been transformed with the input argument tvarconvert_fcn to trainTP(), this also includes the transformed variable data in addition to the raw variable data in the NetCDF file. The default is not to transform the temperature data (tvarconvert_fcn = NULL).

  • griddataP: Input training precipitation data, the contents of NetCDF files in datadir and an entry for the pvarconvert_fcn. If the precipitation data has been transformed with the input argument pvarconvert_fcn to trainTP(), this also includes the transformed variable data in addition to the raw variable data in the NetCDF file. The default is to transform the precipitation data (pvarconvert_fcn = log).

  • tgav: Global mean temperature for the grids in griddataT.

  • meanfldT: The mean field analysis for temperature (Steps 2-3).

    • r: The matrix of input temperature residuals in each grid cell, in their native distribution.

    • b and w: the mean field coefficients for use in reconstructing the full temperature data.

  • meanfldP: Analogous to meanfldT, for precipitation.

  • tfuns: The empirical characterization of native distributions of temperature residuals for each grid cell.

    • cdf: A list of the empirical CDFs in each grid cell used to transform temperature residuals from the native distribution of the grid cell to N(0, 1).

    • quants: A list of the empirical quantile functions (inverse CDF) in each grid cell used to transform generated temperature residuals from N(0, 1) to the native distribution for temperature residuals in each grid cell.

  • pfuns: Analogous to tfuns, for precipitation.

  • reof: Follows the same format as the structure returned by stats::princomp(). The most important fields are:

    • rotation: A matrix [2 * Ngrid x NEOF] containing orthogonal basis vectors for the residuals. Each column is a basis vector. The number of basis vectors, NEOF, will be less than or equal to the number of time slices in the input, Ntime.

    • x: A matrix [Ntime x NEOF] containing the coordinates of the residuals in the coordinate system defined by the basis vectors. Each row is a time slice. Thus r e s i d u a l ( t ) = ∑ i = 1 N x [ t , i ] * r o t a t i o n [ : , i ].

  • fxmag: The magnitude of the Fourier transform of the EOF projection coefficients. This should be a matrix [Ntime x NEOF]

  • fxphase: List of matrices [Ntime x NEOF] of phases of the Fourier transform. There should be one element in the list for each input ESM run.

  • infiles: Names of input files used to construct the data.

Generating new realizations

From a trained emulator, new residuals are generated (Table 1, right column, Steps 9-11) by generate.TP.resids(), which calls the fldgen functions mkcorrts(), reconst_fields(), and unnormalize.resids().

## Set RNG seed if reproducible results desired:

set.seed (11)

## Generate new residuals

residgrids <- generate.TP.resids (emulator, ngen = 5)

The function generate.TP.resids() returns an R list of new residual matrices. Each of the ngen entries in the list is a new realization: a matrix that is [Ntime x 2 * Ngrid]. The first 1:Ngrid columns of each residual matrix are the temperature residuals and columns (Ngrid + 1):(2*Ngrid) are the precipitation residuals. These generated fields can be reshaped, plotted, analyzed, saved, etc. in whatever way a user desires. With the default inputs to trainTP() of tvarconvert_fcn = NULL and pvarconvert_fcn = log, these are residuals in (temperature, log(precipitation) space.

From a trained emulator and generated new residual fields, residgrids, new full fields for temperature and precipitation are generated (Table 1, right column, Steps 12-13) by generate.TP.fullgrids().

generate.TP.fullgrids(emulator, residgrids, tgav = tgav,

         tvarunconvert_fcn = NULL,

         pvarunconvert_fcn = exp,

         reconstruction_function = pscl_apply) ->

    fullgrids

Availability

Quality control

Strict requirements for input files are documented. An example workflow for training an emulator and generating new residuals (using the commands outlined above) is included in the package. Using the R packages devtools and roxygen2, extensive documentation for every function created in fldgen is included. More detail of each step in Table 1 may be found in the tutorial vignettes included with the package (fldgen/vignettes/). Integrated testing (via the testthat R package and example NetCDF data included in fldgen/inst/extdata) is included and may be run with devtools::test(). The full suite of integrated tests is invoked in addition to a battery of standardized R checks with devtools::check().

System requirements

fldgen has been tested successfully on Linux (64-bit), Windows 7 and Mac OS X.

fldgen uses multiple enormous global gridded datasets for emulator training. Therefore, a minimum memory size of 8GB is necessary, and 16GB is recommended. Memory capacity determines how fast the code is able to run, how many variables fldgen is able to analyze the joint properties for, how many scenarios fldgen may train on, and how many generated fields may be held in memory.

Programming language

R (≥ 3.3.3).

Dependencies

Required dependencies include the R packages: assertthat (≥ 0.2.0), dplyr (≥ 0.7), tidyr (≥ 0.7.1), tibble (≥ 1.3.4), ggplot2 (≥ 2.2.1), scales (≥ 0.5.0), reshape2 (≥ 1.4.2), ncdf4 (≥ 1.16), rlang (≥ 0.1.2).

Optional dependencies include the R packages: testthat, gcammaptools (≥ 0.4), covr, knitr, rmarkdown.

Software location

Archive

Name: zenodo

Persistent identifier: http://doi.org/10.5281/zenodo.2605386

Licence: BSD 2-Clause

Publisher: Robert Link

Version published: v2.0.0 prerelease

Date published: archive of prerelease published 25/03/2019

Code repository

Name: GitHub

Identifier: https://github.com/JGCRI/fldgen/tree/v2.0.0-rc.1

Licence: BSD 2-Clause

Date published: prerelease published 25/03/2019


Zdroje

1. Diffenbaugh NS, Singh D, Mankin JS, Horton DE, Swain DL, Touma D, et al. Quantifying the influence of global warming on unprecedented extreme climate events. Proceedings of the National Academy of Sciences. 2017;114(19):4881–4886. doi: 10.1073/pnas.1618082114

2. Trenberth KE, Fasullo JT, Shepherd TG. Attribution of climate extreme events. Nature Climate Change. 2015;5(8):725. doi: 10.1038/nclimate2657

3. Rosenzweig C, Elliott J, Deryng D, Ruane AC, Müller C, Arneth A, et al. Assessing agricultural risks of climate change in the 21st century in a global gridded crop model intercomparison. Proceedings of the National Academy of Sciences. 2014;111(9):3268–3273. doi: 10.1073/pnas.1222463110

4. Calvin K, Patel P, Clarke L, Asrar G, Bond-Lamberty B, Cui RY, et al. GCAM v5.1: representing the linkages between energy, water, land, climate, and economic systems. Geoscientific Model Development. 2019;12(2):677–698. doi: 10.5194/gmd-12-677-2019

5. Cui RY, Calvin K, Clarke L, Hejazi M, Kim S, Kyle P, et al. Regional responses to future, demand-driven water scarcity. Environmental Research Letters. 2018;13(9):094006. doi: 10.1088/1748-9326/aad8f7

6. Tebaldi C, Knutti R. Evaluating the accuracy of climate change pattern emulation for low warming targets. Environmental Research Letters. 2018;13(5):055006. doi: 10.1088/1748-9326/aabef2

7. Link R, Snyder A, Lynch C, Hartin C, Kravitz B, Bond-Lamberty B. Fldgen v1.0: An Emulator with Internal Variability and Space-Time Correlation for Earth System Models. Geoscientific Model Development. 2018;.

8. Castruccio S, Stein M. Global space-time models for climate ensembles. The Annals of Applied Statistics. 2013;7(3):1593–1611. doi: 10.1214/13-AOAS656

9. Osborn TJ, Wallace CJ, Harris IC, Melvin TM. Pattern scaling using ClimGen: monthly-resolution future climate scenarios including changes in the variability of precipitation. Climatic Change. 2015; p. 1–17.

10. Alexeeff SE, Nychka D, Sain SR, Tebaldi C. Emulating mean patterns and variability of temperature across and within scenarios in anthropogenic climate change experiments. Climatic Change. 2016;

11. Pfahl S, O’Gorman PA, Fischer EM. Understanding the regional pattern of projected future changes in extreme precipitation. Nature Climate Change. 2017;7(6):423. doi: 10.1038/nclimate3287

12. Wakeel M, Chen B, Hayat T, Alsaedi A, Ahmad B. Energy consumption for water use cycles in different countries: A review. Applied Energy. 2016;178:868–885.

13. Zscheischler J, Seneviratne SI. Dependence of drivers affects risks associated with compound events. Science advances. 2017;3(6):e1700263. doi: 10.1126/sciadv.1700263 28782010

14. Hejazi MI, Edmonds J, Clarke L, Kyle P, Davies E, Chaturvedi V, et al. Integrated assessment of global water scarcity over the 21st century under multiple climate change mitigation policies. Hydrology and Earth System Sciences. 2014;18(8):2859–2883. doi: 10.5194/hess-18-2859-2014

15. Kilsby CG, Jones P, Burton A, Ford A, Fowler HJ, Harpham C, et al. A daily weather generator for use in climate change studies. Environmental Modelling & Software. 2007;22(12):1705–1719. doi: 10.1016/j.envsoft.2007.02.005

16. Champeney DC. Fourier Transforms and Their Physical Applications. New York: Academic Press; 1973.

17. Snyder A. Rank Correlation Coefficient verification supplement to’Joint emulation of Earth System Model temperature-precipitation realizations with internal variability and space-time and cross-variable correlation: fldgen v2.0 software description’; Published: August 20, 2019. Available from: https://doi.org/10.5281/zenodo.3372579.

18. Xu L, Stige LC, Chan KS, Zhou J, Yang J, Sang S, et al. Climate variation drives dengue dynamics. Proceedings of the National Academy of Sciences. 2017;114(1):113–118. doi: 10.1073/pnas.1618558114

19. Taylor KE, Stouffer RJ, Meehl GA. An overview of CMIP5 and the experiment design. Bulletin of the American Meteorological Society. 2012;93(4):485–498. doi: 10.1175/BAMS-D-11-00094.1


Článok vyšiel v časopise

PLOS One


2019 Číslo 10
Najčítanejšie tento týždeň
Najčítanejšie v tomto čísle
Kurzy

Zvýšte si kvalifikáciu online z pohodlia domova

Získaná hemofilie - Povědomí o nemoci a její diagnostika
nový kurz

Eozinofilní granulomatóza s polyangiitidou
Autori: doc. MUDr. Martina Doubková, Ph.D.

Všetky kurzy
Prihlásenie
Zabudnuté heslo

Zadajte e-mailovú adresu, s ktorou ste vytvárali účet. Budú Vám na ňu zasielané informácie k nastaveniu nového hesla.

Prihlásenie

Nemáte účet?  Registrujte sa

#ADS_BOTTOM_SCRIPTS#