Average rainfall 2001-2016, global tropics

Map: Average rainfall 2001-2016, global tropics

Rainfall and Earth´s water content - methods

This post outlines a process chain for comparing the variations between rainfall and the Earth´s land water content. The next post instead compares the Vertical Water Balance (VWB) and water content. The results are presented in the following post.

Prerequisites

To follow the processing steps in this post you must set up a Spatial Data Integrated Development Environment (SPIDE), download and install Karttur’s GeoImagine Framework from Github. You must also have completed the processing of Tropical Rainfall Measurement Mission (TRMM) rainfall and the equivalent water depth from the Gravity Recovery and Climate Experiment (GRACE), as described in earlier posts of this project.

Drivers of Earth’s water storage

In the water cycle, precipitation is the ultimate source for the water content in land areas. Not all precipitation that falls contributes towards filling the Earth’s water content.

A fraction of the precipitated water is directly transferred back to the atmosphere by evapotranspiration. Theoretically the Vertical Water Balance (VWB) should thus be a better predictor for the variations in the equivalent water pillar depth compared to gross precipitation.

In this section, the correlation between precipitation as a driver (master) and the equivalent water pillar as a slave is tested using graphics and local (per cell) cross correlation. The correlations ignore the redistribution of water over land from upstream to downstream. The next post instead uses the Vertical Water Balannce as the master. The results of both comparisons, with TRMM and VWB as drivers, are presented together in this post.

Process chain

The principal steps for creating estimations, maps and animations relating water input (precipitation and VWB) to water content (equivalent water pillar depth) over Africa using Karttur’s GeoImagine Framework include:

  • Overlay comparison
  • Cross correlations
  • Mosaic
  • Export media

In the Framework a process chain can be built as a series of calls to xml coded instructions. This section contains the calls and the remaining parts of the post details each called xml. As noted above, the results are available in the another post.

Overlay comparison

As part of the processing of TRMM rainfall and [GRACE equivalent water pillar depth](..(grace-methods) the absolute changes of each has already been calculated. Here, a special overlay process is applied comparing two overlapping layers depicting changes or trends. The overlay identifies the congruence between the two change layers in 9 classes:

      1st layer  
    Increase No change Decrease
  Increase both increasing 1st no change
2nd increasing
1st decreasing
2nd increasing
2nd layer No change 1st increasing
2nd no change
No change in either 1st decreasing
2nd no change
  Decrease 1st increasing
2nd decreasing
1st no change
2nd decreasing
both decreasing

The overlay can be done with any two change layers and here the overlay comparisons are done for layers including changes for all regions, and layers with only significant changes.

Process: dualtrendscompmodistiles

Time Series Processing

The time series process is restricted to cross correlations between monthly variations in a master (rainfall) driving a slave (equivalent water pillar depth). The cross correlations are done at pixel by pixel time series. Following the results from comparing different smoothing algorithms cross correlating climate indexes and TRMM, the layer to layer cross correlation was done using a 12 month naive kernel. The allowed lag was restricted to slave responses following 0 to 6 months after the master signal.

Process: imagecrosstrendtsmodis

Mosaic

In the mosaic process, the tiles are first concatenated and then cut to the actual coordinates of the defining region. Cell values and data type remain the same, but the data can be reprojected on the fly.

Process: MosaicModis

Mosaic cross correlation

Mosaic change comparison

Export Media

Process: exporttobytemodisRegionToRegion

Export cross correlation

Export change comparison

Movies

The animated movies for a master and a slave are created by overlaying a smaller master frame over a larger slave (the size and position can be set as process parameters). The master and slave frames must first be produced as separate frames and then combined. The clock and time line are then overlaid as for other movies.

The movie creation requires that the command line applications ImageMagick and FFmpeg are installed.

Create overlay image frames

Process: mmovieoverlayframeModisRegion

Create clock frames and movie

Process: movieclockModisRegionToRegion

Archive

Archiving is done by creating zip files of each individual layer and saving it in a hierarchical structure identical to the original.

Process: ArchiveModisRegionTiles

Archive cross correlation

Archive change comparison

The Next button below will take you to a duplicate of the methods used in this post, but for comparing the Vertical Water Balance with the GRACE estimated water pillar on land.