1 of 24

How to make regional climate projections

calibration and evaluation (cross-validation).

2 of 24

Downscaling and practicalities

Motivation: Get reliable results

Robust: the results do not vary much with different ad hoc choices, e.g. which global climate model runs that are include in the ensemble, decadal regional variability.

3 of 24

Met Norway Downscaling approach

Methods

  • Empirical statistical downscaling
  • Common empirical orthogonal functions (EOFs) and principal component analysis (PCA) provide a framework for regression analyses
  • Cross-validation

Data

  • Weather stations – e.g. daily rain gauge measurements
  • Gridded reanalysis – e.g. ERA5 (as pseudo-observations)
  • Global climate model simulations – e.g. CMIP5/6
  • Aggregated data, e.g. seasonal or annual scales

3

4 of 24

Timeline: 1998 - 2021

The strategy and methods have evolved.

Now mature for climate change adaptation.

Different to the rest of downscaling community.

Why this divergence?

Divergence

5 of 24

Probabilities

Statistical properties

Predictable

Robust

Decision-making

  • wet-day frequency fw

6 of 24

Traditional Empirical-Statistical Downscaling?

6

Response or Predictand

- Climate variable

@ weather station

Transfer function (statistical link)

Large scale

Geography (local features)

2m air temperature at Oslo, Norway

Oslo

Predictors

2m air temperature at large scale (10–100 km – ERA5- reanalysis)

7 of 24

60 years

3 EOFs

3x60 time-series

3 Eigenvalue

8 of 24

60 years

3 EOFs

3x60 time-series

3 Eigenvalue

Same information,

less space

& GCM evaluation possible

9 of 24

Principal component analysis or Empirical Orthogonal Functions

Singular Value Decomposition

Space-time meteo. field

Weather Stations

or

Gridded meteo. field

(REA, GCMs)

Source: Figure adapted from Rashid et al.: Climate change projections of maximum temperature in the pre-monsoon season in Bangladesh. Adv. Sci. Res., 1, 1–16, 2021

10 of 24

MET Norway approach (summary)

→Preserve spatial structures ←

10

Predictand

Principal components from weather station

Predictors

Empirical orthogonal functions

of combined reanalyses and

global climate model

Large scale surface air temperature pattern (EOF#1)

Local scale temperature pattern

(eof#1)

11 of 24

Principal component analysis or Empirical Orthogonal Functions

Singular Value Decomposition

Space-time meteo. field

Weather Stations

or

Gridded meteo. field

(REA, GCMs)

Source: Figure adapted from Rashid et al.: Climate change projections of maximum temperature in the pre-monsoon season in Bangladesh. Adv. Sci. Res., 1, 1–16, 2021

12 of 24

Validation

e.g. 2m air temperature over Norway (training period)

Leave-one-out Cross-validation

→Very Good model performances

Trend in the principal components

For each principal component:

→Leave-5 years-out from the data

→Train the downscaling model on the remaining data set

→Test the model on the left-5yrs-out and compute the correlation between prediction and original data

→Repeat the procedure to cover the full time period

13 of 24

MET Norway approach (summary)

→Preserve spatial structures ←

13

Predictand

Principal components from weather station

Predictors

Empirical orthogonal functions

of combined reanalyses and

global climate model

Large scale surface air temperature pattern (EOF#1)

Local scale temperature pattern

(eof#1)

14 of 24

“Robust” results: not sensitive to ad hoc choices

  • Large ensembles
  • Evaluation
  • Various emission scenarios
  • Several approaches
    • Different strengths & weaknesses
    • Different assumptions

10 RCM runs (4 RCMs, 4 GCMs)

Norway

15 of 24

Another way of evaluation

Making use of available information (CMIP5)

  • MET Norway approach has been used to downscale 2m air temperature across Norway assuming CMIP5 RCP4.5 (ESD, orange)
  • Predictions are compared to dynamically downscaled results based on Bias-corrected (Euro)CORDEX simulations for a subset of GCMs (DD, blue curve)
  • Common GCM subsets have also been extracted for comparisons purposes (ESD, red curve).

Figure: Downscaling of annual mean temperature anomalies over Norway assuming CMIP5 scenarios based on empirical-statistical and bias-corrected dynamical downscaling. The ensembles include the full set and subsets of CMIP5 global model simulations.

16 of 24

Extension to the full Ensemble of predictions based on CMIP models

Projection of future temperatures over Norway

16

CMIP6 ensemble

CMIP5 and CMIP6 ensembles

17 of 24

ESD-R package

  • Easy and simple climate downscaling and analyses tool developed in R programming language.
  • Github repository at https://github.com/metno/esd
  • Wiki pages at https://github.com/metno/esd/wiki
  • Docker image

17

docker pull abdelkadermet/esd-docker:v_01

18 of 24

Compressing and Storing the data as EOFs and PCs

  • Example in R programming environment

Raw data Compressed data

> library(esd)

# Read 2m-air temperature from NCEP reanalysis

> t2m <- t2m.NCEP(latest=TRUE) # Predefined function in esd R package

> class(t2m)

[1] "field" "month" "zoo"

> range(index(t2m))

[1] "1948-01-01" "2022-11-01"

> dim(t2m) # Get the dimensions

[1] 899 10512

>format(object.size(t2m),units = "Mb")

[1] "72.1 Mb"

> library(esd)

# Read 2m-air temperature from NCEP reanalysis

> t2m <- t2m.NCEP() # Predefined function

> class(t2m)

[1] "field" "month" "zoo"

# Convert to EOF object

> eof <- EOF(t2m) # Predefined function

> class(eof)

[1] "eof" "field" "month" "zoo"

> dim(eof) # Get the dimensions

[1] 899 20

> format(object.size(eof),units = "Mb")

[1] "1.8 Mb"

18

19 of 24

Limitations

  • Observational data is mandatory to obtain good results
  • Tunings require a good expertise in the region of interest
    • Choice of the spatial domain to characterize the large scale
    • The choice of the climate variable to downscale may depend on the scientific question of interest
  • As both, the response and the explanatory variables have been subject to transformations using EOF and PCAs, the choice of the reduced dimensions (i.e. n. of eofs and pcs) characterising most of the spatial and temporal variabilities is often arbitrary

19

20 of 24

Summary and Future work

MET Norway approach for downscaling has become more mature and more robust over the last 20+years

Make use of mathematical and statistical properties

  • Weather statistics as “Climate” variables
  • Empirical orthogonal functions and Principal components analysis
  • Common EOFs between reanalyses and global models

New levels of evaluation

  • Evaluating the transfer function (i.e. the connection between local climate response from observations and large scale from reanalysis.
  • Evaluating the representation of the large scale predictor in reanalysis and GCM through common EOF analysis,
  • Comparing the spread of the downscaled ensemble to the variability of the observations as more high resolution gridded products are becoming available.
  • Test the method against newly developed ML approaches

20

21 of 24

Thank you for your attention

abdelkaderm@met.no

E-mail:

22 of 24

Common-EOFs to represent the large scale X

  • Common EOF approach in downscaling is introduced to represent the large scale climate features better,
  • Set of experiments e.g. spatial domain size, number of eofs, etc.
  • Applied to one global climate model

22

23 of 24

What do we downscale or what is the targeted variable?

Parameters of the Probability Density Function

  • Climate ≈ weather statistics
  • Statistical properties: more predictable & robust
  • Information for decision-making

24 of 24

Common Empirical Orthogonal Functions

Source: Figure adapted from Rashid et al.: Climate change projections of maximum temperature in the pre-monsoon season in Bangladesh. Adv. Sci. Res., 1, 1–16, 2021

Singular Value Decomposition