Skip to content

CarlosMendez1997Col/Evaluate-climate-change-using-ArcGIS-Pro

Repository files navigation

Evaluate climate change projections using GIS

Description

Evaluation of the Climate Change Models (GCM) CCCma-CanESM2, MOHC-HadGEM2-ES and MIROC-MIROC5, using Arcgis for Python.

Each section is described below:

  1. The first section shows how to Geoprocess NetCDF files and convert them to CRF (Cloud Raster Format).

  2. The second section evidences how to analyze trends and patterns in multidimensional data.

  3. The third section shows how to create animations and timelines of climate data.

  4. The fourth and final section shows how to convert and export multidimensional data to tables and shapefile formats.

Prerequisites and libraries

import arcpy
import datetime as dt
import os
import arcgis
import NetCDF4
import csv

# Arcpy
from arcpy.ia import*

# arcgis
from arcgis.gis import GIS
from arcgis.raster import *
from arcgis.raster.functions import *
from arcgis.raster.analytics import *

Data acquisition and download

The data used in this program come from the Coordinated Regional Downscaling Experiment (CORDEX) Website and the World Climate Research Program (WCRP), using the CCCma-CanESM2, MOHC-HadGEM2-ES and MIROC-MIROC5 models.

Item Precipitation 2021-2030 SAM Near Surface Air Temperature 2021-2030 SAM
Project CORDEX CORDEX
Product output output
Domain SAM-20 SAM-20
Institute INPE INPE
Driving Model CCCma-CanESM2 (1), MIROC-MIROC5 (1) and MOHC-HadGEM2-ES (1) CCCma-CanESM2 (1), MIROC-MIROC5 (1) and MOHC-HadGEM2-ES (1)
Experiment rcp45 rcp45
Experiment Family RCP RCP
Ensemble r1i1p1 r1i1p1
RCM Model Eta Eta
Downscaling Realisation v1 v1
Bias Adjustment None None
Time Frequency mon mon
Variable pr tas
Variable Long Name Precipitation Near-Surface Air Temperature
CF Satandard Name precipitation flux air temperature
Datanode esg-dn1.nsc.liu.se esg-dn1.nsc.liu.se

Model CCCma-CanESM2 information

Model MOHC-HadGEM2-ES information

Model MIROC-MIROC5 information

Projection and scenario RCP45 of precipitation 2021-2030 SAM

Data of CCma-CanESM2 precipitation

Data of MOHC-HadGEM2-ES precipitation

Data of MIROC-MIROC5 precipitation

Projection and scenario RCP45 of Near Surface Air Temperature 2021-2030 SAM

Data of CCma-CanESM2 temperature

Data of MOHC-HadGEM2-ES temperature

Data of MIROC-MIROC5 temperature

Credits and more information

The Intergovernmental Panel on Climate Change

World Climate Research Programme (WCRP)

The Coordinated Regional Downscaling Experiment (CORDEX)

The Earth System Grid Federation (ESGF)

Conflict of Interest.

The authors declare that there is no conflict of interest in the publication of this map and that all authors have approved it for publication.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Assessment of climate change projections and scenarios using GIS systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published