k venkata reddy

16
GEOSPATIAL MODEL TOOL FOR CLIMATE DATA RETRIEVAL Presented by Dr. K Venkata Reddy Assistant Professor National Institute of Technology Warangal, Telengana, India Email: [email protected] International Conference on CLIMATE CHANGE INNOVATION AND RESILIENCE FOR SUSTAINABLE LIVELIHOOD 12-14 January 2015, Kathmandu, Nepal Dr. K Venkata Reddy 1 , Sri Lakshmi Sesha Vani Jayanthi 1 , Kotrike Tharani 1 , P Naga Sowjanya 1

Upload: climdev15

Post on 15-Aug-2015

95 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: K venkata reddy

GEOSPATIAL MODEL TOOL FOR

CLIMATE DATA RETRIEVAL

Presented by Dr. K Venkata Reddy

Assistant Professor National Institute of Technology

Warangal, Telengana, India Email: [email protected]

International Conference on

CLIMATE CHANGE INNOVATION AND RESILIENCE FOR

SUSTAINABLE LIVELIHOOD

12-14 January 2015, Kathmandu, Nepal

Dr. K Venkata Reddy1, Sri Lakshmi Sesha Vani Jayanthi1, Kotrike Tharani1, P Naga Sowjanya1

Page 2: K venkata reddy

Introduction

Obtaining climate data for a required study area from climate

model database is a tedious process.

In GCM‟s and RCM‟s, the climate parameters data is available for

approximately 50,000 to 150,000 grid points.

The data is available all over the globe for a large duration of

simulation (usually 30 years).

Such data is unmanageably large and modeling can be difficult

and time consuming.

A geospatial tool is developed by integrated use of R program

with ArcGIS for obtaining data from climate models.

Page 3: K venkata reddy

R language

R is both a programming language and a software

environment that sustains a wide variety of computational

techniques.

R is open source and highly extensible.

The package „ncdf‟ provides a high-level R interface to

netCDF files, which are portable across platforms and

include metadata information in addition to the data sets.

Using this package netCDF files can be opened and data sets

read in easily.

Page 4: K venkata reddy

Data Used

CORDEX (COordinated Regional Climate Downscaling

Experiment) data is used for the development of the tool.

CORDEX is a WCRP(World Climate Research Program)-

sponsored program to produce an improved generation of

regional climate change projections world-wide.

CORDEX will produce an ensemble of multiple dynamical and

statistical downscaling models considering multiple forcing

GCMs.

Source: ftp.ese-cccr.trapmet.res.in/

Page 5: K venkata reddy

Models:

◦ CCSM4 (Community Climate System Model)

◦ GFDL – CM3 (Geophysical Fluid Dynamics Labaratory

climate model)

◦ Access (Australian Community Climate Earth System

Simulator)

◦ NorESM1-M (Norwegian Earth System Model)

◦ CNRM- CM5 (National Centre for Meteorological Research

climate model)

◦ MPI-ESM-LR (Max Planck Institute for Meteorology Earth

System Model)

Page 6: K venkata reddy

Software:

R 3.0.2 32 bit version

Python 2.7

ArcGIS 10.2

Page 7: K venkata reddy

Figure 1: Input Tool Box

Page 8: K venkata reddy

The tool box takes the lat/lon boundaries as input.

Subsets the data from NetCDF file.

Gives the output in text file format.

Figure 2: Output file of climate grid points

Page 9: K venkata reddy

Figure 3: Model for obtaining grid points

Page 10: K venkata reddy

Figure 4: (a) Grid points for Wardha basin within the boundary

(b) Grid points for Wardha basin with 0.5o buffer distance

(a) (b)

Page 11: K venkata reddy

Figure 5: Grid points for Warangal District with a buffer of 0.5o

Page 12: K venkata reddy
Page 13: K venkata reddy

Summary

The modeling tool is used for obtaining grid points of various

models like CCSM4, GFDL, Access, etc.

Manual check is performed to verify the correctness of the tool.

It was observed that the grid points obtaining using modeling

tool are matching with the grid points obtained by manual

method.

The modeling tool can be used to obtain climate grid points for

watersheds as well as geographical units such as urban areas.

Further, the model tool can also help to prepare the climate

data input files for Soil and Water Assessment Tool (SWAT).

Page 14: K venkata reddy

References

Andrade, P.R., Riberio, P.J. (2005). “A Process and Environment for

Embedding The R Software into TerraLib.” Vll Brazilian Symposium

on Geoinformatics (GeoInfo), Campos do Jordao, Brazil, November

2005, 368-376.

Jeffery, S. H., Stephanie, L. R. (2014). “Data visualization and analysis

within a Hydrologic Information System: Integrating with the R

statistical computing environment.” Environmental Modelling &

Software, 52: 51-61.

Pradeep, K. R. (2014). “GIS development to monitor climate

change and its geohydrological consequences on non-monsoon

crop pattern in Himalaya.” Computers & Geosciences, 70: 80-95.

Page 15: K venkata reddy

S, Gebbert., E, Pebesma. (2014). “A temporal GIS for field based

environmental modeling.” Environmental Modeling & Software, 53:

1-12.

K, Ropkins., D. C. Carslaw. (2012). “openair – Data Analysis Tools

for the Air Quality Community” The R Journal Vol. 4(1):2073-

4859.

K. Soetaert., F. Meysman (2012). “Reactive transport in aquatic

ecosystems: Rapid model prototyping in open source software

R.” Environmental Modeling & Software, 32: 49-60.

David., P. (2014). “ncdf: Interface to Unidata netCDF data files”, R

Packages.

Page 16: K venkata reddy