Climate Applications Experiments Simulations on the GRID

Size: px
Start display at page:

Download "Climate Applications Experiments Simulations on the GRID"

Transcription

1 Climate Applications Experiments Simulations on the GRID Antonio S. Cofiño Department of Applied Mathematics & Computer Sciences University of Cantabria, Spain Santander Meteorology Group International Symposioum on Grid Computing 2010 Taipei, March 2010

2 Climate application GOAL: Develop a simulation and analysis tool to predict local impacts of El Niño in Latin America A challenging problem with huge socio-economical impact in Latin America (Floodings in the coast areas, problems with fishing, ). El Niño events are characterized by having anomalous Sea Surface Temperature (SST) over the equatorial eastern.

3 SST-Precipitation patterns Sensitivity study SST-Precipitation Hundreds of simulations with different perturbed SST (1997 SST used as pattern) What would it happen if the water was warmer/colder? Oceanic Niño Index (ONI)

4 Global Circulation Model CAM: Global Atmospheric Model. The Community Atmosphere Model (CAM) is the latest in a series of global atmosphere models developed at NCAR for the weather and climate research communities. CAM also serves as the atmospheric component of the Community Climate System Model (CCSM). ( Computing and storage requirements: - Intensive use of CPU - Supports a variety of parallel programming paradigms (OpenMP, MPI, serial,...).. - Large input, output and checkpointing data. - Typical experiments last for days (even in parallel). - Application with a complex workflow (preprocessing, ( postprocessing execution &

5 Application description: CAM4G Experiment: a given scientific challenge to be solved by running an ensemble of independent CAM simulations. (E.g. Niño with 1000 perturbed SST as boundary condition.) Realization: Each of independent CAM simulations. Each realization takes more than 50 CPU/hours. Job: a realization requires several GRID jobs to complete 1 year of simulation: 50 CPUhours in a Xeon(R) CPU 2.00GHz Mhz 400 MB memory An experiment with realizations: 50K CPUhours, 1 TB 1 GB data output EXPERIMENT REALIZATIONS CAM (SST1) JOB1 (SST1) JOBS JOB2(SST1) SST PDF CAM (SST2) CAM (SSTn) JOB1(SSTn) JOB1(SST2) JOB2(SST2) JOB2(SSTn)

6 Santander Meteorology Group Downscaling Methodologies GCM Emission Scenarios Dynamical Downscaling runs regional climate models in reduced domains with boundary conditions given by the GCMs. RCM A2 Historical Records Statistical Downscaling techniques are based on empirical models fitted to data using historical records. Global Predictions B2 A2 Climatology ( ) Y = f (X;θ) The form and parameters of the model depend of the different tecniques used. A2

7 WRF Model ( regional ) Numerical Weather Prediction model.( Fortran90 ) Open source A world community with registered users. Application in a wide variety of studies: ( NCEP - Weather forecasting (operational at - Data assimilation studies - Regional climate studies - Idealized simulations - Educational applications,...

8 WRF Requirements Computing and storage requirements: - Intensive use of CPU - Supports a variety of parallel programming paradigms (OpenMP, MPI, serial,...). It's a common benchmarking application for HPC. - Large amount of input, output and restart data. - Typical experiments last for days (even in parallel). - Application with a complex workflow (preprocessing, ( postprocessing execution & WRF WORKFLOW ungrib geogrid metgrid namelist.wps WRF Preprocessing System real namelist.input WRF ARW WRFGEL wrf

9 Santander Meteorology Group Reanalisys/Reforecasting Scientific experiments WRF - High number (~10 4 ) of independent simulations - High volume of output-data (>TB) - Requires scalability Regional projections for climate change - Contiguous simulations (~10), weeks of walltime each. - High volume of output data (>10TB) - Recovering system for simulation restart Weather Forecasting - QoS and optimal resources: deadline for delivering Sensitive studies for Climate and Weather - Physical schemes, initial conditions and boundary conditions uncertainties sampling - Resource demanding experiments

10 GOALS Santander Meteorology Group - Make easier for the user the process of design, execution and monitoring of the experiments with WRF. - Develop a framework that allow the user to use at the same time different computing resources in a transparent way: Local clusters (PBS, SGE, LoadLeveler, ) Grid infrastructures (glite, Globus, ) Local resources (SSH, fork, ). - Develop a set of command line tools and a Web portal for the WRF users. WRF4G: Goals

11 Role of WRF4G in CORDEX /wiki/cordexwrf CORDEX (COordinated Regional climate Downscaling EXperiment) is a framework to improve coordination of international efforts in regional climate downscaling research. CORDEX was initiated as a result of the Task Force on Regional Climate Downscaling, formed by the World Climate Research Program (WCRP). A set of target regions has been proposed and modeling groups willing to contribute must comply with simulations specifications. CORDEX will produce an ensemble of simulations sampling uncertainties related to: (i) varying Global Climate Model (GCM) simulations; (ii) varying greenhouse gas (GHG) concentration scenarios; (iii) natural climate variability; and (iv) different downscaling methods. There are currently 15 groups planning to contribute to CORDEX with WRF, 5 groups planning to contribute the African domain (key region for the AR5). All of them could benefit from WRF4G app.

12 Santander Meteorology Group EGEE: Example of big Grid infrastructure CPUs 70 PB 260 sites worldwide Arquitectures: i386,x86_64 LRMS: torque, sge, lsf, bqs Shared and not shared Home Computing resources: - OS: Debian, SL/Centos 4 and 5. - Memory: 250MB to 16GB - Processor: P4 to i7 Different queues limitations: walltime, memory & disk quotas Bandwidth in some sites is very small.

13 GRID Challenges GRID Challenges: - Develop an application adapted to run in different arquitectures, OS, LRMS and parallel environments. - Repository of binaries adapted to those environments - Detect sites that not accomplish application requirements: Memory, Processor, queue time limitations, - Optimizing the data transfers and replication between resources distributed geographically. - Develop a monitoring tool for experiments status. - Create a checkpointing management system that allow to restart simulations. - Failure detection and recovery.

14 WRF for GRID: WRF4G WRF4G is a port of the WRF Modeling System prepared to run in GRID environments. WRF has been splitted in 2 layers to separate the scientific experiment from the infrastructure details (wrf.input & wrf4g.conf). WRF4G supports several data transfer services (gsiftp, rsync, ) and execution systems (glite, globus, PBS, SGE, ). It can be run in the user s machine. No deployment required on sites. The application is deployed by a pilot job.

15 WRF4G Workflow WRF4G_DOMAINS geo_em.nc namelist.wps wrf4g.conf WRF4G wrf.input UI WRF4G_APPS wrf4g_submitter.sh WRF4G tgz WRF4Gbin-3.1r83.tgz Job submission abstraction layer WRF4G_ini.sh WRF4G_INPUT Gridded Data: NAM, GFS, RUC, AGRMET, etc. Input data abstraction layer ungrib WRF4G.sh WRFGEL metgrid real wrf WRF4G_BASEPATH wrfout_* wrfrst_* wrfinput_* wrfbdy_* Static Geographical Data geogrid namelist.wps namelist.input WN Processed locally WRF Preprocessing System WRF ARW

16 WRF4G structure ${WRF4G_ROOT} examples ui wn scripts bin lib WRFGEL WPS WRFV3 cccantabria wrf.input wrf4g.conf domain_partition wrf.input.in wrf4g.conf.in nino50 wrf.input wrf4g.conf operativo operativo.sh post_operatorio.sh wrf.input.in wrf4g.conf WRF4G_ini.sh wrf4g_submitter.sh wrf4g_make_tarball.sh wrf4g_make_tarball_bin.sh wrf4g_submit.eela_grid_job wrf4g_submit.mdmcluster wrf4g_submit.mdmclusterifb wrf4g_wrfgel_environment vcp fortnml ncdump preprocessor.* WRF4G.sh create_output_structure download_file exist_wps get_date_restart register_file

17 exp rea1 Create and run an experiment Three realizations split into two chunks each: exp rea2 exp rea time Storage Element - METEO4G/WRF/experiments/exp exp rea1 exp rea2 exp rea3 output restart wpsout output restart wpsout output restart wpsout wrfout_t0 wrfout_t1 wrfout_t2 wrfout_t3 wrfout_t4 wrfout_t5 wrfout_t6 wrfout_t7 wrfout_t8 wrfrst_t2 wrfrst_t4 wrfrst_t6 wrfrst_t8 wrfinput_t0 wrfbdy_t0 wrfinput_t4 wrfbdy_t4 wrfout_t0 wrfout_t1 wrfout_t2 wrfout_t3 wrfout_t4 wrfout_t5 wrfout_t6 wrfout_t7 wrfout_t8 wrfrst_t2 wrfrst_t4 wrfrst_t6 wrfrst_t8 wrfinput_t0 wrfbdy_t0 wrfinput_t4 wrfbdy_t4 wrfout_t0 wrfout_t1 wrfout_t2 wrfout_t3 wrfout_t4 wrfout_t5 wrfout_t6 wrfout_t7 wrfout_t8 wrfrst_t2 wrfrst_t4 wrfrst_t6 wrfrst_t8 wrfinput_t0 wrfbdy_t0 wrfinput_t4 wrfbdy_t4

18 management File To hide the complexity of the GRID to the application developer, several abstraction layers which encapsulate the routine tasks in generic function calls: - Data Management vcp: Provides transparent copy between any of the following protocols: gsiftp, LFC, rsync, local copies vcp -r /local/dir gridftp://server:port/remote/path vcp gsiftp://srv1:port/rmt/file gsiftp://srv2:port/other/file vcp /local/file1 rsync://server/other/local/path/ vcp gsiftp://srv1:port/rmt/file ln:link

19 CLIMATE-G: Data and metadata management Climate-G is a distributed testbed for climate change data and metadata management issues at a very large scale. The main scope of Climate-G is to allow scientists to carry out geographical and cross-institutional data discovery, access, visualization and sharing of climate data. The Climate-G testbed consist 2TB of data provided by IPSL,University of Cantabria IPCC website (AR4). Developed by Centro Euro-Mediterraneo per i Cambiamenti Climatici (CMCC, Italy) Participating institutions: Institut Pierre-Simon Laplace (IPSL), France Rensselaer Polytechnic Institute (RPI) and High Altitude Observatory (HAO) at the National Center for Atmospheric Research (NCAR),USA Fraunhofer-SCAI, Germany University of Reading, UK University of Salento, Italy University of Cantabria, Spain

20 Conclusions & Current Work The CAM4G and WRF4G applications has been ported to EELA-2, EGEE & NGI-ES infrastructures and GT2.4 & GT4. Collaborations with end-users in LA (CETA-CIIFEN- UPS, SENAMHI), Europe (CESGA-MeteoGalicia) for feedback and Asia (HAII, Thailand) Currently we are testing MPI support in the GRID. Daily operational version of WRF4G running on the GRID for ensemble of weather forecasts.

21 Santander Meteorology Group Develop a monitoring system oriented to app status. Execution management works on Globus and glite CE based Gridway plugins. PBS y SGE are used, but plugins will developed for better integration with Gridway. Develop an scalable replica management integrated with Gridway. (bottleneck in GRID infrastructures). Create a user portal that allow the users managing and monitoring their experiments. Collaborate with EGI and other International GRID Initiatives like EUAsiaGrid Incorporate users feedback Future Work

22 Thanks!!!

Grid implementation of the Weather Research and Forecasting model

Grid implementation of the Weather Research and Forecasting model Grid implementation of the Weather Research and Forecasting model -Prtenjak Centre for informatics and computing Zagreb, Croatia davor.davidovic@irb.hr Department of Geophysics Faculty of Science, University

More information

Orchestrating a Climate Modeling Pipeline. using Python and RAM Disk

Orchestrating a Climate Modeling Pipeline. using Python and RAM Disk Introduction The Pipeline PyWPS Conclusion Orchestrating a Climate Modeling Data Pipeline using Python and RAM Disk A Brief Overview of the WRF Tools Package Andre R. Erler PyCon Canada November 7 th,

More information

A Web Portal for Regional Projection of Weather Forecast Using GRID Middleware

A Web Portal for Regional Projection of Weather Forecast Using GRID Middleware A Web Portal for Regional Projection of Weather Forecast Using GRID Middleware A.S. Cofiño, D. San-Martín, and J.M. Gutiérrez Dept. of Applied Mathematics and Computer Science, University of Cantabria.

More information

Implementation of the WRF-ARW prognostic model on the Grid

Implementation of the WRF-ARW prognostic model on the Grid Implementation of the WRF-ARW prognostic model on the Grid D. Davidović, K. Skala Centre for Informatics and Computing Ruđer Bošković Institute Bijenička Street 54, Zagreb, 10000, Croatia Phone: (+385)

More information

Figure 1 - Resources trade-off. Image of Jim Kinter (COLA)

Figure 1 - Resources trade-off. Image of Jim Kinter (COLA) CLIMATE CHANGE RESEARCH AT THE EXASCALE Giovanni Aloisio *,, Italo Epicoco *,, Silvia Mocavero and Mark Taylor^ (*) University of Salento, Lecce, Italy ( ) Euro-Mediterranean Centre for Climate Change

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Wei Wang & Jimy Dudhia Nansha, Guangdong, China December 2015 What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

ENSEMBLES. ENSEMBLES Final Symposium, November 2009, Met Office Exeter Page 1

ENSEMBLES. ENSEMBLES Final Symposium, November 2009, Met Office Exeter Page 1 ENSEMBLES ENSEMBLES Final Symposium, 17-19 November 2009, Met Office Exeter Page 1 Setting the scene for the third project aim: Maximising the results by linking the ensemble prediction system to a range

More information

STI for Climate Extremes

STI for Climate Extremes STI for Climate Extremes Fredolin Tangang Professor, Universiti Kebangsaan Malaysia Adjunct Professor, Ramkhamhaeng University, Bangkok, Thailand SEP Member, NADMA Fellow, Academy of Science Malaysia Bengkel

More information

Weather at Home sub-project in climateprediction.net. Andy Bowery. BOINC Workshop London 2012

Weather at Home sub-project in climateprediction.net. Andy Bowery. BOINC Workshop London 2012 Weather at Home sub-project in climateprediction.net Andy Bowery BOINC Workshop London 2012 Weather at Home Weather at Home (WAH) is a sub-project within climateprediction.net Weather at Home started in

More information

SEACLID/CORDEX Southeast Asia: A Regional Initiative to Provide Regional Climate Change Information and Capacity Building

SEACLID/CORDEX Southeast Asia: A Regional Initiative to Provide Regional Climate Change Information and Capacity Building SEACLID/CORDEX Southeast Asia: A Regional Initiative to Provide Regional Climate Change Information and Capacity Building Liew Ju Neng SEACLID/CORDEX Southeast Asia School of Environment and Natural Sciences

More information

NetCDF, NCAR s climate model data, and the IPCC. Gary Strand NCAR/NESL/CGD

NetCDF, NCAR s climate model data, and the IPCC. Gary Strand NCAR/NESL/CGD NetCDF, NCAR s climate model data, and the IPCC Gary Strand NCAR/NESL/CGD NCAR s climate model data A bit of history... 1960s - 1990s Self-designed self-implemented binary formats 1990s-2000s netcdf-3

More information

Key information and data that is available, and transparent protocols required, to support mainstreaming of climate change into planning processes

Key information and data that is available, and transparent protocols required, to support mainstreaming of climate change into planning processes Key information and data that is available, and transparent protocols required, to support mainstreaming of climate change into planning processes Caspar Ammann National Center for Atmospheric Research

More information

Subproject 01 Climate Change in the Okavango region

Subproject 01 Climate Change in the Okavango region Subproject 01 Climate Change in the Okavango region THE FUTURE OKAVANGO PROJECT General meeting 10. 13. October 2011 Maun-Lodge, Maun, Botswana Dr. Torsten Weber, Prof. Dr. Daniela Jacob Climate Service

More information

http://www.ukm.edu.my/seaclid-cordex/ Addressing future climate change information gaps and data needs in the Southeast Asia region through the Southeast Asia Regional Climate Downscaling (SEACLID)/CORDEX

More information

Overview of Earth Science activity in EGEE and Seismic applications

Overview of Earth Science activity in EGEE and Seismic applications Overview of Earth Science activity in EGEE and Seismic applications D. Weissenbach 2 G. Moguilny 1 M. Petitdidier 2 1 Institut de Physique du Globe de Paris, CNRS, France 2 Institut Pierre et Simon Laplace,

More information

Climate Data: Diagnosis, Prediction and Projection

Climate Data: Diagnosis, Prediction and Projection Climate Data: Diagnosis, Prediction and Projection Paul Bowyer (paul.bowyer@hzg.de) Climate Service Center Germany (GERICS) Boram Lee (blee@wmo.int) World Meteorological Organization (WMO), World Climate

More information

VI-SEEM NAT-GR CL: National training event in Greece

VI-SEEM NAT-GR CL: National training event in Greece 11-12 December 2017 Aristotle University, Research Dissemination Center (KEDEA) VI-SEEM NAT-GR CL: National training event in Greece WRF Weather Research and Forecast Model Meteorological applications

More information

Supplement of Insignificant effect of climate change on winter haze pollution in Beijing

Supplement of Insignificant effect of climate change on winter haze pollution in Beijing Supplement of Atmos. Chem. Phys., 18, 17489 17496, 2018 https://doi.org/10.5194/acp-18-17489-2018-supplement Author(s) 2018. This work is distributed under the Creative Commons Attribution 4.0 License.

More information

Climate Modeling in a Changed World

Climate Modeling in a Changed World Climate Modeling in a Changed World Lawrence Buja southern@ucar.edu National Center for Atmospheric Research Boulder, Colorado CAM T341- Jim Hack Weather vs Climate Climate Change Boundary Conditions Threats

More information

What is PRECIS and what can it do?

What is PRECIS and what can it do? PRECIS: Facilitating capacity building and technology transfer to enable climate change mitigation and adaptation activities worldwide Joseph Intsiful, UNFCCC NWP Meeting, Mexico City 4-7 March 2008 Content:

More information

Collaborative WRF-based research and education enabled by software containers

Collaborative WRF-based research and education enabled by software containers Collaborative WRF-based research and education enabled by software containers J. Hacker, J. Exby, K. Fossell National Center for Atmospheric Research Contributions from Tim See (U. North Dakota) 1 Why

More information

interpreted by András Horányi Copernicus Climate Change Service (C3S) Seasonal Forecasts Anca Brookshaw (anca.brookshaw.ecmwf.int)

interpreted by András Horányi Copernicus Climate Change Service (C3S) Seasonal Forecasts Anca Brookshaw (anca.brookshaw.ecmwf.int) interpreted by András Horányi (C3S) Seasonal Forecasts Anca Brookshaw (anca.brookshaw.ecmwf.int) Seasonal forecasts in C3S essential climate variables climate indicators reanalysis Climate Data Store (CDS)

More information

The ENSEMBLES Project

The ENSEMBLES Project The ENSEMBLES Project Providing ensemble-based predictions of climate changes and their impacts by Dr. Chris Hewitt Abstract The main objective of the ENSEMBLES project is to provide probabilistic estimates

More information

Ramesh Vellore. CORDEX Team: R. Krishnan, T.P. Sabin, J. Sanjay, Milind Mujumdar, Sandip Ingle, P. Priya, M.V. Rama Rao, and Madhura Kane

Ramesh Vellore. CORDEX Team: R. Krishnan, T.P. Sabin, J. Sanjay, Milind Mujumdar, Sandip Ingle, P. Priya, M.V. Rama Rao, and Madhura Kane Ramesh Vellore CORDEX Team: R. Krishnan, T.P. Sabin, J. Sanjay, Milind Mujumdar, Sandip Ingle, P. Priya, M.V. Rama Rao, and Madhura Kane Centre for Climate Change Research Indian Institute of Tropical

More information

Regional climate projections for NSW

Regional climate projections for NSW Regional climate projections for NSW Dr Jason Evans Jason.evans@unsw.edu.au Climate Change Projections Global Climate Models (GCMs) are the primary tools to project future climate change CSIROs Climate

More information

Issue to be addressed

Issue to be addressed Climate change impacts in fluvial, coastal and transition zones in Mediterranean environments altered by human activities: Guadalfeo and Adra river mouths Andrea Lira Loarca - aliraloarca@ugr.es Manuel

More information

LIGO Grid Applications Development Within GriPhyN

LIGO Grid Applications Development Within GriPhyN LIGO Grid Applications Development Within GriPhyN Albert Lazzarini LIGO Laboratory, Caltech lazz@ligo.caltech.edu GriPhyN All Hands Meeting 15-17 October 2003 ANL LIGO Applications Development Team (GriPhyN)

More information

Downscaling and Probability

Downscaling and Probability Downscaling and Probability Applications in Climate Decision Aids May 11, 2011 Glenn Higgins Manager, Environmental Sciences and Engineering Department Downscaling and Probability in Climate Modeling The

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Louisa Nance National Center for Atmospheric Research (NCAR) Developmental Testbed Center (DTC) 27 February 2007 1 Outline What is WRF? WRF Modeling System WRF Software Design

More information

CLIMATE CHANGE DATA PROJECTIONS FOR ONTARIO AND THE GREAT LAKES BASIN

CLIMATE CHANGE DATA PROJECTIONS FOR ONTARIO AND THE GREAT LAKES BASIN CLIMATE CHANGE DATA PROJECTIONS FOR ONTARIO AND THE GREAT LAKES BASIN ECO Climate Data Roundtable, January 8, 2014 Richard Peltier, Physics, U Toronto Regional Data Sets of Climate Change Projections 2

More information

Training: Climate Change Scenarios for PEI. Training Session April Neil Comer Research Climatologist

Training: Climate Change Scenarios for PEI. Training Session April Neil Comer Research Climatologist Training: Climate Change Scenarios for PEI Training Session April 16 2012 Neil Comer Research Climatologist Considerations: Which Models? Which Scenarios?? How do I get information for my location? Uncertainty

More information

Weather and Climate Prediction ATM S 380

Weather and Climate Prediction ATM S 380 Weather and Climate Prediction ATM S 380 Course web site http://www.atmos.washington.edu/academics/classes/2011q1/380/ Instructor: Professor Cecilia Bitz, PhD in UW atmospheric sciences 1997 Lecture notes

More information

S16. ASSESSING THE CONTRIBUTIONS OF EAST AFRICAN AND WEST PACIFIC WARMING TO THE 2014 BOREAL SPRING EAST AFRICAN DROUGHT

S16. ASSESSING THE CONTRIBUTIONS OF EAST AFRICAN AND WEST PACIFIC WARMING TO THE 2014 BOREAL SPRING EAST AFRICAN DROUGHT S6. ASSESSING THE CONTRIBUTIONS OF EAST AFRICAN AND WEST PACIFIC WARMING TO THE 204 BOREAL SPRING EAST AFRICAN DROUGHT Chris Funk, Shraddhanand Shukla, Andy Hoell, and Ben Livneh This document is a supplement

More information

North American Regional Climate Change Assessment Program

North American Regional Climate Change Assessment Program North American Regional Climate Change Assessment Program Toni Rosati IMAGe NCAR narccap@ucar.edu Outline Basic concepts of numerical climate modeling NetCDF data format overview NARCCAP project NARCCAP

More information

Climate Outlook for Pacific Islands for December 2017 May 2018

Climate Outlook for Pacific Islands for December 2017 May 2018 The APEC CLIMATE CENTER Climate Outlook for Pacific Islands for December 2017 May 2018 BUSAN, 24 November 2017 The synthesis of the latest model forecasts for December 2017 to May 2018 (DJFMAM) from the

More information

The DRIHM Portal: architecture, design principles and issues.

The DRIHM Portal: architecture, design principles and issues. The DRIHM Portal: architecture, design principles and issues. Coordinating person: Eng. Antonio Parodi, PhD Daniele D Agostino (CNR-IMATI) 2 Terminology Grid Application Developer Develops a grid application

More information

Projected changes in rainfall and temperature over Greater Horn of Africa (GHA) in different scenarios. In Support of:

Projected changes in rainfall and temperature over Greater Horn of Africa (GHA) in different scenarios. In Support of: Projected changes in rainfall and temperature over Greater Horn of Africa (GHA) in different scenarios In Support of: Planning for Resilience in East Africa through Policy, Adaptation, Research, and Economic

More information

Statistical downscaling of multivariate wave climate using a weather type approach

Statistical downscaling of multivariate wave climate using a weather type approach COWPLIP Workshop on Coordinated Global Wave Climate Projections Statistical downscaling of multivariate wave climate using a weather type approach Melisa Menendez, Fernando J. Mendez, Cristina Izaguirre,

More information

Projection Results from the CORDEX Africa Domain

Projection Results from the CORDEX Africa Domain Projection Results from the CORDEX Africa Domain Patrick Samuelsson Rossby Centre, SMHI patrick.samuelsson@smhi.se Based on presentations by Grigory Nikulin and Erik Kjellström CORDEX domains over Arab

More information

WRF Pre-Processing (WPS)

WRF Pre-Processing (WPS) NCAR Earth System Laboratory National Center for Atmospheric Research NCAR is Sponsored by NSF and this work is partially supported by the Willis Research Network and the Research Partnership to Secure

More information

URBAN DRAINAGE MODELLING

URBAN DRAINAGE MODELLING 9th International Conference URBAN DRAINAGE MODELLING Evaluating the impact of climate change on urban scale extreme rainfall events: Coupling of multiple global circulation models with a stochastic rainfall

More information

Evaluation of CMIP5 Simulated Clouds and TOA Radiation Budgets in the SMLs Using NASA Satellite Observations

Evaluation of CMIP5 Simulated Clouds and TOA Radiation Budgets in the SMLs Using NASA Satellite Observations Evaluation of CMIP5 Simulated Clouds and TOA Radiation Budgets in the SMLs Using NASA Satellite Observations Erica K. Dolinar Xiquan Dong and Baike Xi University of North Dakota This talk is based on Dolinar

More information

Climate Modeling Dr. Jehangir Ashraf Awan Pakistan Meteorological Department

Climate Modeling Dr. Jehangir Ashraf Awan Pakistan Meteorological Department Climate Modeling Dr. Jehangir Ashraf Awan Pakistan Meteorological Department Source: Slides partially taken from A. Pier Siebesma, KNMI & TU Delft Key Questions What is a climate model? What types of climate

More information

Climate Modeling Component

Climate Modeling Component Nevada Infrastructure for Climate Change Science, Education, and Outreach Climate Modeling Component Regional Climate Modeling: Methodological issues and experimental designs John Mejia, Darko Koracin,

More information

ENSO-DRIVEN PREDICTABILITY OF TROPICAL DRY AUTUMNS USING THE SEASONAL ENSEMBLES MULTIMODEL

ENSO-DRIVEN PREDICTABILITY OF TROPICAL DRY AUTUMNS USING THE SEASONAL ENSEMBLES MULTIMODEL 1 ENSO-DRIVEN PREDICTABILITY OF TROPICAL DRY AUTUMNS USING THE SEASONAL ENSEMBLES MULTIMODEL Based on the manuscript ENSO-Driven Skill for precipitation from the ENSEMBLES Seasonal Multimodel Forecasts,

More information

Climate Outlook for Pacific Islands for July December 2017

Climate Outlook for Pacific Islands for July December 2017 The APEC CLIMATE CENTER Climate Outlook for Pacific Islands for July December 2017 BUSAN, 26 June 2017 Synthesis of the latest model forecasts for July December 2017 (JASOND) at the APEC Climate Center

More information

Who is TPAC? TPAC. Located at University of Tasmania, Hobart Partnership between: University of Tasmania CSIRO Marine Atmos. Res.

Who is TPAC? TPAC. Located at University of Tasmania, Hobart Partnership between: University of Tasmania CSIRO Marine Atmos. Res. Who is? Tasmanian Partnership for Advanced Computing Partner in ARCS (Australian Research Collaboration Services Strengths, Earth Systems Science, Compute and storage facilities Located at University of

More information

Seasonal Climate Prediction in a Climate Services Context

Seasonal Climate Prediction in a Climate Services Context Seasonal Climate Prediction in a Climate Services Context F.J. Doblas-Reyes, CFU/IC3 and ICREA, Barcelona, Spain M. Asif (IC3), L. Batté (Météo-France), M. Davis (IC3), J. García- Serrano (IPSL), N. González

More information

How reliable are selected methods of projections of future thermal conditions? A case from Poland

How reliable are selected methods of projections of future thermal conditions? A case from Poland How reliable are selected methods of projections of future thermal conditions? A case from Poland Joanna Wibig Department of Meteorology and Climatology, University of Łódź, Outline 1. Motivation Requirements

More information

Downscaled Climate Change Projection for the Department of Energy s Savannah River Site

Downscaled Climate Change Projection for the Department of Energy s Savannah River Site Downscaled Climate Change Projection for the Department of Energy s Savannah River Site Carolinas Climate Resilience Conference Charlotte, North Carolina: April 29 th, 2014 David Werth Atmospheric Technologies

More information

Statistical analysis of regional climate models. Douglas Nychka, National Center for Atmospheric Research

Statistical analysis of regional climate models. Douglas Nychka, National Center for Atmospheric Research Statistical analysis of regional climate models. Douglas Nychka, National Center for Atmospheric Research National Science Foundation Olso workshop, February 2010 Outline Regional models and the NARCCAP

More information

Cloud-based WRF Downscaling Simulations at Scale using Community Reanalysis and Climate Datasets

Cloud-based WRF Downscaling Simulations at Scale using Community Reanalysis and Climate Datasets Cloud-based WRF Downscaling Simulations at Scale using Community Reanalysis and Climate Datasets Luke Madaus -- 26 June 2018 luke.madaus@jupiterintel.com 2018 Unidata Users Workshop Outline What is Jupiter?

More information

Climate Outlook for Pacific Islands for May - October 2015

Climate Outlook for Pacific Islands for May - October 2015 The APEC CLIMATE CENTER Climate Outlook for Pacific Islands for May - October 2015 BUSAN, 23 April 2015 Synthesis of the latest model forecasts for May - October 2015 (MJJASO) at the APEC Climate Center

More information

The North American Regional Climate Change Assessment Program (NARCCAP) Raymond W. Arritt for the NARCCAP Team Iowa State University, Ames, Iowa USA

The North American Regional Climate Change Assessment Program (NARCCAP) Raymond W. Arritt for the NARCCAP Team Iowa State University, Ames, Iowa USA The North American Regional Climate Change Assessment Program (NARCCAP) Raymond W. Arritt for the NARCCAP Team Iowa State University, Ames, Iowa USA NARCCAP Participants Raymond Arritt, David Flory, William

More information

WGNE Blue Book status and proposed changes

WGNE Blue Book status and proposed changes WGNE Blue Book status and proposed changes Elena Astakhova with contributions from Michael Tsyrulnikov and Hideaki Kawai Roshydromet Motivation Good memories Work with the Blue Book in 2015 Suggestion

More information

NOAA Supercomputing Directions and Challenges. Frank Indiviglio GFDL MRC Workshop June 1, 2017

NOAA Supercomputing Directions and Challenges. Frank Indiviglio GFDL MRC Workshop June 1, 2017 NOAA Supercomputing Directions and Challenges Frank Indiviglio GFDL frank.indiviglio@noaa.gov MRC Workshop June 1, 2017 2 NOAA Is Vital to American Economy A quarter of the GDP ($4 trillion) is reliant

More information

CGE TRAINING MATERIALS ON VULNERABILITY AND ADAPTATION ASSESSMENT. Climate change scenarios

CGE TRAINING MATERIALS ON VULNERABILITY AND ADAPTATION ASSESSMENT. Climate change scenarios CGE TRAINING MATERIALS ON VULNERABILITY AND ADAPTATION ASSESSMENT Climate change scenarios Outline Climate change overview Observed climate data Why we use scenarios? Approach to scenario development Climate

More information

Knowledge Discovery and Data Mining 1 (VO) ( )

Knowledge Discovery and Data Mining 1 (VO) ( ) Knowledge Discovery and Data Mining 1 (VO) (707.003) Map-Reduce Denis Helic KTI, TU Graz Oct 24, 2013 Denis Helic (KTI, TU Graz) KDDM1 Oct 24, 2013 1 / 82 Big picture: KDDM Probability Theory Linear Algebra

More information

NSF Expeditions in Computing. Understanding Climate Change: A Data Driven Approach. Vipin Kumar University of Minnesota

NSF Expeditions in Computing. Understanding Climate Change: A Data Driven Approach. Vipin Kumar University of Minnesota NSF Expeditions in Computing Understanding Climate Change: A Data Driven Approach Vipin Kumar University of Minnesota kumar@cs.umn.edu www.cs.umn.edu/~kumar Vipin Kumar UCC Aug 15, 2011 Climate Change:

More information

International Desks: African Training Desk and Projects

International Desks: African Training Desk and Projects The Climate Prediction Center International Desks: African Training Desk and Projects Wassila M. Thiaw Team Leader Climate Prediction Center National Centers for Environmental Predictions 1 African Desk

More information

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Randall J. Alliss and Billy Felton Northrop Grumman Corporation, 15010 Conference Center Drive, Chantilly,

More information

Climate Outlook for Pacific Islands for August 2015 January 2016

Climate Outlook for Pacific Islands for August 2015 January 2016 The APEC CLIMATE CENTER Climate Outlook for Pacific Islands for August 2015 January 2016 BUSAN, 24 July 2015 Synthesis of the latest model forecasts for August 2015 January 2016 (ASONDJ) at the APEC Climate

More information

Nonlinear atmospheric response to Arctic sea-ice loss under different sea ice scenarios

Nonlinear atmospheric response to Arctic sea-ice loss under different sea ice scenarios Nonlinear atmospheric response to Arctic sea-ice loss under different sea ice scenarios Hans Chen, Fuqing Zhang and Richard Alley Advanced Data Assimilation and Predictability Techniques The Pennsylvania

More information

Proper Data Management Responsibilities to Meet the Global Ocean Observing System (GOOS) Requirements

Proper Data Management Responsibilities to Meet the Global Ocean Observing System (GOOS) Requirements Data Buoy Cooperation Panel XXVI Oban, Scotland, UK 27 September 2010 Proper Data Management Responsibilities to Meet the Global Ocean Observing System (GOOS) Requirements William Burnett Data Management

More information

Regionalización dinámica: la experiencia española

Regionalización dinámica: la experiencia española Regionalización dinámica: la experiencia española William Cabos Universidad de Alcalá de Henares Madrid, Spain Thanks to: D. Sein M.A. Gaertner J. P. Montávez J. Fernández M. Domínguez L. Fita M. García-Díez

More information

Climate Outlook for December 2015 May 2016

Climate Outlook for December 2015 May 2016 The APEC CLIMATE CENTER Climate Outlook for December 2015 May 2016 BUSAN, 25 November 2015 Synthesis of the latest model forecasts for December 2015 to May 2016 (DJFMAM) at the APEC Climate Center (APCC),

More information

An Overview of HPC at the Met Office

An Overview of HPC at the Met Office An Overview of HPC at the Met Office Paul Selwood Crown copyright 2006 Page 1 Introduction The Met Office National Weather Service for the UK Climate Prediction (Hadley Centre) Operational and Research

More information

Regional climate modelling in the future. Ralf Döscher, SMHI, Sweden

Regional climate modelling in the future. Ralf Döscher, SMHI, Sweden Regional climate modelling in the future Ralf Döscher, SMHI, Sweden The chain Global H E H E C ( m 3/s ) Regional downscaling 120 adam 3 C HAM 4 adam 3 C HAM 4 trl A2 A2 B2 B2 80 40 0 J F M A M J J A S

More information

AMPS Update June 2017

AMPS Update June 2017 AMPS Update June 2017 Kevin W. Manning Jordan G. Powers Mesoscale and Microscale Meteorology Laboratory National Center for Atmospheric Research Boulder, CO 12th Workshop on Antarctic Meteorology and Climate

More information

Agrometeorological activities in RHMSS

Agrometeorological activities in RHMSS Republic of Serbia Republic Hydrometeorological Service of Serbia Agrometeorological activities in RHMSS Department for applied climatology and agrometeorology www.hidmet.gov.rs Meteorological Observing

More information

Behind the Climate Prediction Center s Extended and Long Range Outlooks Mike Halpert, Deputy Director Climate Prediction Center / NCEP

Behind the Climate Prediction Center s Extended and Long Range Outlooks Mike Halpert, Deputy Director Climate Prediction Center / NCEP Behind the Climate Prediction Center s Extended and Long Range Outlooks Mike Halpert, Deputy Director Climate Prediction Center / NCEP September 2012 Outline Mission Extended Range Outlooks (6-10/8-14)

More information

Using Aziz Supercomputer

Using Aziz Supercomputer The Center of Excellence for Climate Change Research Using Aziz Supercomputer Mansour Almazroui Director, Center of Excellence for Climate Change Research (CECCR) Head, Department of Meteorology King Abdulaziz

More information

Supplemental Material for

Supplemental Material for Supplemental Material for Northern North Atlantic Sea Level in CMIP5 Climate Models: Evaluation of Mean State, Variability, and Trends against Altimetric Observations Kristin Richter, a Jan Even Øie Nilsen,

More information

Status of Atmospheric Winds in Relation to Infrasound. Douglas P. Drob Space Science Division Naval Research Laboratory Washington, DC 20375

Status of Atmospheric Winds in Relation to Infrasound. Douglas P. Drob Space Science Division Naval Research Laboratory Washington, DC 20375 Status of Atmospheric Winds in Relation to Infrasound Douglas P. Drob Space Science Division Naval Research Laboratory Washington, DC 20375 GOT WINDS? Douglas P. Drob Space Science Division Naval Research

More information

Seamless weather and climate for security planning

Seamless weather and climate for security planning Seamless weather and climate for security planning Kirsty Lewis, Principal Climate Change Consultant, Met Office Hadley Centre 28 June 2010 Global Climate Models Mitigation timescale changes could be avoided

More information

PRECIS: Facilitating capacity building and climate vulnerability studies and applications in Africa

PRECIS: Facilitating capacity building and climate vulnerability studies and applications in Africa PRECIS: Facilitating capacity building and climate vulnerability studies and applications in Africa Richard Jones Presentation to Met Africa group, Reading University 15.10.2007 Crown copyright Page 1

More information

Chile / Dirección Meteorológica de Chile (Chilean Weather Service)

Chile / Dirección Meteorológica de Chile (Chilean Weather Service) JOINT WMO TECHNICAL PROGRESS REPORT ON THE GLOBAL DATA PROCESSING AND FORECASTING SYSTEM AND NUMERICAL WEATHER PREDICTION RESEARCH ACTIVITIES FOR 2015 Chile / Dirección Meteorológica de Chile (Chilean

More information

Development and Application of Climate Prediction Technology to Limit Adverse Impact of Natural Disaster

Development and Application of Climate Prediction Technology to Limit Adverse Impact of Natural Disaster 2017/EPWG/SDMOF/016 Thematic Session 2.4 Development and Application of Climate Prediction Technology to Limit Adverse Impact of Natural Disaster Submitted by: APEC Climate Center 11 th Senior Disaster

More information

Weather Research and Forecasting (WRF) Performance Benchmark and Profiling. July 2012

Weather Research and Forecasting (WRF) Performance Benchmark and Profiling. July 2012 Weather Research and Forecasting (WRF) Performance Benchmark and Profiling July 2012 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell,

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

Using a library of downscaled climate projections to teach climate change analysis

Using a library of downscaled climate projections to teach climate change analysis Using a library of downscaled climate projections to teach climate change analysis Eugene Cordero, Department of Meteorology San Jose State University Overview of Dataset Climate change activity Applications

More information

Horizon 2020 : PROSNOW

Horizon 2020 : PROSNOW Provision of a predictionsystem allowingfor management and optimization of snow in Alpine ski resorts Horizon 2020 : PROSNOW Provision of a prediction system allowing for management and optimization of

More information

National Scientific Library at Tbilisi State University

National Scientific Library at Tbilisi State University National Scientific Library at Tbilisi State University Setup and run WRF-Chem model over the south Caucasus domain George Mikuchadze WRF-Chem WRF-Chem is the Weather Research and Forecasting (WRF) model

More information

Scalable and Power-Efficient Data Mining Kernels

Scalable and Power-Efficient Data Mining Kernels Scalable and Power-Efficient Data Mining Kernels Alok Choudhary, John G. Searle Professor Dept. of Electrical Engineering and Computer Science and Professor, Kellogg School of Management Director of the

More information

Climate Change in Newfoundland & Labrador

Climate Change in Newfoundland & Labrador Climate Change in Newfoundland & Labrador Impacts and Adaptation Newleef Conference 08 October 2015 Met-Ocean Services The Team 55 personnel; 24/7 operational weather forecast desk; Equipment technician

More information

Using the LEAD Portal for Customized Weather Forecasts on the TeraGrid

Using the LEAD Portal for Customized Weather Forecasts on the TeraGrid Using the LEAD Portal for Customized Weather Forecasts on the TeraGrid Keith Brewster Center for Analysis and Prediction of Storms, Univ. of Oklahoma Dan Weber, Suresh Marru, Kevin Thomas, Dennis Gannon,

More information

Snow occurrence changes over the central and eastern United States under future. warming scenarios

Snow occurrence changes over the central and eastern United States under future. warming scenarios Snow occurrence changes over the central and eastern United States under future warming scenarios Liang Ning 1,2,3* and Raymond S. Bradley 2 1 Key Laboratory of Virtual Geographic Environment of Ministry

More information

WMO Climate Watch System

WMO Climate Watch System WMO Climate Watch System Purpose and Requirements Peer Hechler, Omar Baddour, Karolin Eichler (WMO/OBS/WIS/DMA) Content Introduction CWS in general CWS components CWS requirements Examples Summary Climate

More information

Climate Outlook for March August 2017

Climate Outlook for March August 2017 The APEC CLIMATE CENTER Climate Outlook for March August 2017 BUSAN, 24 February 2017 Synthesis of the latest model forecasts for March to August 2017 (MAMJJA) at the APEC Climate Center (APCC), located

More information

RECCO REgional Climate in Complex Orography

RECCO REgional Climate in Complex Orography RECCO REgional Climate in Complex Orography Development of ensembles of regional climate change scenarios, with focus on variability, extremes and uncertainties in areas of complex topography Recco Unit

More information

Climate Change Adaptation for ports and navigation infrastructure

Climate Change Adaptation for ports and navigation infrastructure Climate Change Adaptation for ports and navigation infrastructure The application of climate projections and observations to address climate risks in ports Iñigo Losada Research Director IHCantabria Universidad

More information

Description of. Jimy Dudhia Dave Gill. Bill Skamarock. WPS d1 output. WPS d2 output Real and WRF. real.exe General Functions.

Description of. Jimy Dudhia Dave Gill. Bill Skamarock. WPS d1 output. WPS d2 output Real and WRF. real.exe General Functions. WPS d1 output WPS d2 output Real and WRF Description of real.exe General Functions Jimy Dudhia Dave Gill wrf d01 input wrf d01 bdy wrf d02 input Bill Skamarock wrf.exe Real program in a nutshell Function

More information

Future precipitation in the Central Andes of Peru

Future precipitation in the Central Andes of Peru The International Conference on Regional Climate (ICRC)-CORDEX 2016 Future precipitation in the Central Andes of Peru Gustavo De la Cruz 1 Delia Acuña Azarte 1 1 National Meteorology and Hidrology Service

More information

CORDEX Simulations for South Asia

CORDEX Simulations for South Asia WCRP CORDEX South Asia Planning Meeting 25-26 February 2012 Indian Institute of Tropical Meteorology (IITM) Pune, India CORDEX Simulations for South Asia J. Sanjay Centre for Climate Change Research (CCCR)

More information

1990 Intergovernmental Panel on Climate Change Impacts Assessment

1990 Intergovernmental Panel on Climate Change Impacts Assessment 1990 Intergovernmental Panel on Climate Change Impacts Assessment Although the variability of weather and associated shifts in the frequency and magnitude of climate events were not available from the

More information

Marla Meehl Manager of NCAR/UCAR Networking and Front Range GigaPoP (FRGP)

Marla Meehl Manager of NCAR/UCAR Networking and Front Range GigaPoP (FRGP) Big Data at the National Center for Atmospheric Research (NCAR) & expanding network bandwidth to NCAR over Pacific Wave and Western Regional Network (WRN) Marla Meehl Manager of NCAR/UCAR Networking and

More information

Climate Outlook for October 2017 March 2018

Climate Outlook for October 2017 March 2018 The APEC CLIMATE CENTER Climate Outlook for October 2017 March 2018 BUSAN, 25 September 2017 The synthesis of the latest model forecasts for October 2017 to March 2018 (ONDJFM) from the APEC Climate Center

More information

Speedwell High Resolution WRF Forecasts. Application

Speedwell High Resolution WRF Forecasts. Application Speedwell High Resolution WRF Forecasts Speedwell weather are providers of high quality weather data and forecasts for many markets. Historically we have provided forecasts which use a statistical bias

More information