WRF- Hydro Development and Performance Tes9ng

Size: px
Start display at page:

Download "WRF- Hydro Development and Performance Tes9ng"

Transcription

1 WRF- Hydro Development and Performance Tes9ng Wei Yu, David Gochis, David Yates Research Applica9ons Laboratory Na9onal Center for Atmospheric Research Boulder, CO USA

2 Scien9fic Mo9va9on How does terrain features affect the spa9al and temporal distribu9on of moisture availability? How does the spa9al distribu9on of soil moisture in complex terrain impact land- atmosphere fluxes and convec9ve circula9ons? Flash flooding forecast?

3 Hydrologically- enhanced Land Surface Models (Gochis and Chen, 2003, NCAR Tech Note) Single Column Land Rou9ng Channel Rou9ng Explicit diffusive wave overland flow Dynamical Routing Methodologies Explicit channel routing 1-D Land Surface ModelS (e.g. Noah ) Explicit saturated subsurface flow fully distributed flow/head reservoir levels distributed soil moisture distributed land/atmo fluxes distributed snow depth/swe

4 System Func9on Overview WRF- Hydro offline data assimila9on/spin- up Forecas9ng WRF- Hydro fully coupled system WRF model LIS system CESM

5 Conceptualiza9on of WRF- Hydro Off- line Mul9- scale/mul9- physics modeling Gridded Forcing Data Output From Nowcas9ng, Weather and Climate Models Column Land Surface Model & Hydro Data Assimila9on WRF- Hydro Driver/Coupler w/ conserva9ve regridders Subsurface Flow Rou9ng Channel & Overland Flow Rou9ng Water Management

6 Conceptualiza9on of WRF- Hydro Coupling Mul9- scale/mul9- physics modeling WRF LIS CESM Column Land Surface Model WRF- Hydro Driver/Coupler w/ conserva9ve regridders Overland & Subsurface Flow Rou9ng Channel Flow Rou9ng Water Management

7 Parallel Implementa,on

8 Data Grids Three Types of Data Grids Land Grids: (ix, jx), (ix, jx, n_soil_layer) Land Rou9ng: (ixrt, jxrt), (ixrt, jxrt, n_soil_layer) Channel Rou9ng: (n_nodes), (n_lakes) Parallel Scheme Two dimensional domain decomposi9on Distributed system (MPI) only

9 WRF- Hydro Mul9- Grids Domain Decomposi9on 1 km Land grid Land rou9ng grid cell: regridding One CPU: Land grid, land rou9ng grid cell, and channel rou9ng nodes.

10 Distributed Memory Communica9ons Land Grid P1 P2 No overlap of the grids. No memory communica9on between neighbor processors.

11 Land Rou9ng Grid Memory Communica9ons (1) * * * V(i) = V(i+1) V(i) = V(i-1) P1 P2 * * * 1) Replace the hello variables

12 Land Rou9ng Grid Memory Communica9ons (2) * * * F(i) à V(i+1) F(i) à V(i-1) P1 P2 * * * * + * 2) Update the inflow/outflow variables in boundary: P1 + P2

13 Distributed Memory Communica9ons Channel Rou9ng * * * * * * * * P1 ** ** * * * * P2 * * Update of red and black nodes for both P1 and P2: inflow/outflow to red and black nodes in P1 + value from P2

14 Implementa9on of Coupling WRF Calling WRF_Drv_Hydro WRF_cpl_Hydro (from Hydro module) (Coupling interface) Ini9alize Hydro (first 9me call) Passing data to Hydro (data mapping) Run Hydro model Passing data back to WRF (data mapping) Land Rou9ng Channel Rou9ng

15 Compiling and Run Configure Choose compiler op9ons When coupled with WRF, WRF- Hydro will be controlled from WRF side. Compiling WRF- Hydro will always be compiled as a library and called by other components as an external func9on. Run (constant files and one namelist file) Offline Coupled with other systems

16 D1: 16 km (90 X 100) D2: 4 km (181 X 161) D3: 1 km (269 X 261) Tes9ng Domain

17 MPI Tasks WRF- Hydro Performance Tes9ng Offline 6 hours forecast (wall clock 9me: seconds) Land & Channel RT Wall Clock: Seconds Scalabilit y 1 WRF (Fully Coupled) 2 hours forecast (wall clock 9me: seconds) Land RT Only WRF Only WRF Fully Coupled Wall Clock: Seconds Scalabilit y 1 Wall Clock: Seconds Scalability 1 Wall Clock: Seconds Scalability

18 WRF- Hydro Performance Speedup Time of Sequen9al Run Time of Parallel Run Ideal Land RT Hydro WRF- CPL WRF Only MPI Tasks

19 Scientific Application First formal release with WRF3.5 Real 9me forecast Offline WRF fully coupled system Regional Climate research Offline LIS and CESM (CLM) Coupling

20 Ini9al Results: WRF- Hydro Simula9ons Evalua9on of simulated streamflow using mul9ple precipita9on products: Aug. 8, 2008

21 Ini9al Results: WRF- Hydro Simula9ons Evalua9on of simulated streamflow using mul9ple precipita9on products: Aug. 8, 2008 Peak lags 15 minutes Here the QPE is provided by the CSU- CHILL dual- polarimetric radar. Noah and CHILL QPE precipita9on on a 1km grid, NDHMS rou9ng executed on a 100m NDHMS- Noah is un- calibrated LIS- NDHMS coupling near complete

22 July 13, 2011 Fourmile Canyon Flood Event: Hydrologic Simula9on

23 July 13, 2011 Fourmile Canyon Flood Event: Coupled WRF- Hydro/RTFDDA model predic9on ~12 hour lead 9me 10.4km

24 WRF- Hydro Somware Features Modularized F90 and integrated in the WRF, HLDAS, CESM systems and NASA- LIS Coupling op9ons are specified at compila9on and WRF- Hydro is compiled as a new library in WRF Physics op9ons are switch- ac9vated though a namelist Fully- parallelized to HPC systems (e.g. NCAR supercomputer) and very good scaling performance Ported to different systems and a variety of compilers WRF- Hydro model can represent beper the important hydrological process over complicated topography and facilitate the streamflow forecas9ng, as well as the regional climate research

25 Future Work Model Scheme Load balance IO for large area applica9on Implicit 9me integra9on scheme for channel rou9ng Data Assimila9on Surface radar data

26 Thank you!

WRF-Hydro: A hydrological modeling extension package for the Weather Research and Forecasting System

WRF-Hydro: A hydrological modeling extension package for the Weather Research and Forecasting System WRF-Hydro: A hydrological modeling extension package for the Weather Research and Forecasting System D. Gochis, W. Yu, D. Yates, K. Sampson, K. Ikeda National Center for Atmospheric Research Outline: 1.

More information

DART Tutorial Sec'on 19: Making DART-Compliant Models

DART Tutorial Sec'on 19: Making DART-Compliant Models DART Tutorial Sec'on 19: Making DART-Compliant Models UCAR The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons

More information

Implementing a vector-based river routing scheme within the WRF-Hydro modeling system

Implementing a vector-based river routing scheme within the WRF-Hydro modeling system Implementing a vector-based river routing scheme within the WRF-Hydro modeling system Peirong Lin 1, Zong-Liang Yang 1, David Gochis 2, Wei Yu 2, Cédric H. David 3, David Maidment 4 1. Jackson School of

More information

Flood forecas,ng data, models, tools, and sources of predictability

Flood forecas,ng data, models, tools, and sources of predictability Flood forecas,ng data, models, tools, and sources of predictability Tom Hopson, NCAR (among others) Charon BirkeB, Univ. of Maryland Daniel Broman, Univ. of Colorado Robert Brakenridge, Dartmouth Flood

More information

Parallelizing Gaussian Process Calcula1ons in R

Parallelizing Gaussian Process Calcula1ons in R Parallelizing Gaussian Process Calcula1ons in R Christopher Paciorek UC Berkeley Sta1s1cs Joint work with: Benjamin Lipshitz Wei Zhuo Prabhat Cari Kaufman Rollin Thomas UC Berkeley EECS (formerly) IBM

More information

Developing a High-Resolution Texas Water and Climate Prediction Model

Developing a High-Resolution Texas Water and Climate Prediction Model Developing a High-Resolution Texas Water and Climate Prediction Model Zong-Liang Yang (512) 471-3824 liang@jsg.utexas.edu Water Forum II on Texas Drought and Beyond, Austin, Texas, 22-23 October, 2012

More information

Paralleliza(on and Performance of the NIM Weather Model on CPU, GPU and MIC Architectures

Paralleliza(on and Performance of the NIM Weather Model on CPU, GPU and MIC Architectures Paralleliza(on and Performance of the NIM Weather Model on CPU, GPU and MIC Architectures Mark Gove? NOAA Earth System Research Laboratory We Need Be?er Numerical Weather Predic(on Superstorm Sandy Hurricane

More information

Moving Freshwater to the Ocean: Hydrology-Ocean Model Coupling

Moving Freshwater to the Ocean: Hydrology-Ocean Model Coupling Moving Freshwater to the Ocean: Hydrology-Ocean Model Coupling Cheryl Ann Blain 1, Tim Campbell 1, Song Yang 2, Aubrey Dugger 3, Paul Martin 1, Tommy Jenson 1 Naval Research Laboratory 1 Oceanography Division,

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

NOAA Research and Development High Performance Compu3ng Office Craig Tierney, U. of Colorado at Boulder Leslie Hart, NOAA CIO Office

NOAA Research and Development High Performance Compu3ng Office Craig Tierney, U. of Colorado at Boulder Leslie Hart, NOAA CIO Office A survey of performance characteris3cs of NOAA s weather and climate codes across our HPC systems NOAA Research and Development High Performance Compu3ng Office Craig Tierney, U. of Colorado at Boulder

More information

Modeling radiocarbon in the Earth System. Radiocarbon summer school 2012

Modeling radiocarbon in the Earth System. Radiocarbon summer school 2012 Modeling radiocarbon in the Earth System Radiocarbon summer school 2012 Outline Brief introduc9on to mathema9cal modeling Single pool models Mul9ple pool models Model implementa9on Parameter es9ma9on What

More information

DART and Land Data Assimila7on

DART and Land Data Assimila7on DART and Land Data Assimila7on Tim Hoar: Na#onal Center for Atmospheric Research with a whole lot of help from: Jeff Anderson, Nancy Collins, Kevin Raeder, Bill Sacks: NCAR Yongfei Zhang: University of

More information

DART Ini)al Condi)ons for a Refined Grid CAM- SE Forecast of Hurricane Katrina. Kevin Raeder (IMAGe) Colin Zarzycki (ASP)

DART Ini)al Condi)ons for a Refined Grid CAM- SE Forecast of Hurricane Katrina. Kevin Raeder (IMAGe) Colin Zarzycki (ASP) DART Ini)al Condi)ons for a Refined Grid CAM- SE Forecast of Hurricane Katrina Kevin Raeder (IMAGe) Colin Zarzycki (ASP) 1 Mo)va)on Thousands of processors on current supercomputers. - > new CAM dynamical

More information

Performance Evaluation of MPI on Weather and Hydrological Models

Performance Evaluation of MPI on Weather and Hydrological Models NCAR/RAL Performance Evaluation of MPI on Weather and Hydrological Models Alessandro Fanfarillo elfanfa@ucar.edu August 8th 2018 Cheyenne - NCAR Supercomputer Cheyenne is a 5.34-petaflops, high-performance

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

The next-generation supercomputer and NWP system of the JMA

The next-generation supercomputer and NWP system of the JMA The next-generation supercomputer and NWP system of the JMA Masami NARITA m_narita@naps.kishou.go.jp Numerical Prediction Division (NPD), Japan Meteorological Agency (JMA) Purpose of supercomputer & NWP

More information

Scalable Compu-ng Challenges in Ensemble Data Assimila-on. FRCRC Symposium Nancy Collins NCAR - IMAGe/DAReS 14 Aug 2013

Scalable Compu-ng Challenges in Ensemble Data Assimila-on. FRCRC Symposium Nancy Collins NCAR - IMAGe/DAReS 14 Aug 2013 Scalable Compu-ng Challenges in Ensemble Data Assimila-on FRCRC Symposium Nancy Collins NCAR - IMAGe/DAReS 14 Aug 2013 Overview What is Data Assimila-on? What is DART? Current Work on Highly Scalable Systems

More information

Model resolution impact on Precipitation: Comparison to SNOTEL observations

Model resolution impact on Precipitation: Comparison to SNOTEL observations Model resolution impact on Precipitation: Comparison to SNOTEL observations 5/7/2012 40 proj. updates Sensitivity to model grid resolution: Precipitation from the 8-year Current Climate Simulation Percent

More information

Observa(on- Driven Studies Using GEOS- 5 Earth System Modeling and Analysis: Some Examples

Observa(on- Driven Studies Using GEOS- 5 Earth System Modeling and Analysis: Some Examples Observa(on- Driven Studies Using GEOS- 5 Earth System Modeling and Analysis: Some Examples Steven Pawson Global Modeling and Assimila(on Office Earth Sciences Division, NASA GSFC Transla(ng Process Understanding

More information

HYCOM and Navy ESPC Future High Performance Computing Needs. Alan J. Wallcraft. COAPS Short Seminar November 6, 2017

HYCOM and Navy ESPC Future High Performance Computing Needs. Alan J. Wallcraft. COAPS Short Seminar November 6, 2017 HYCOM and Navy ESPC Future High Performance Computing Needs Alan J. Wallcraft COAPS Short Seminar November 6, 2017 Forecasting Architectural Trends 3 NAVY OPERATIONAL GLOBAL OCEAN PREDICTION Trend is higher

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 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

Operational Hydrologic Ensemble Forecasting. Rob Hartman Hydrologist in Charge NWS / California-Nevada River Forecast Center

Operational Hydrologic Ensemble Forecasting. Rob Hartman Hydrologist in Charge NWS / California-Nevada River Forecast Center Operational Hydrologic Ensemble Forecasting Rob Hartman Hydrologist in Charge NWS / California-Nevada River Forecast Center Mission of NWS Hydrologic Services Program Provide river and flood forecasts

More information

Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado

Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado Michael J. Mueller 1, Kelly Mahoney 2, Kathleen Holman 3, David Gochis 4 1 Cooperative

More information

An Overview of Operations at the West Gulf River Forecast Center Gregory Waller Service Coordination Hydrologist NWS - West Gulf River Forecast Center

An Overview of Operations at the West Gulf River Forecast Center Gregory Waller Service Coordination Hydrologist NWS - West Gulf River Forecast Center National Weather Service West Gulf River Forecast Center An Overview of Operations at the West Gulf River Forecast Center Gregory Waller Service Coordination Hydrologist NWS - West Gulf River Forecast

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

Filling Gaps in Water Supply Predictions: The RIO-SNO-FLOW Project

Filling Gaps in Water Supply Predictions: The RIO-SNO-FLOW Project Filling Gaps in Water Supply Predictions: The RIO-SNO-FLOW Project Project Team: Colorado Water Conservation Board NOAA National Severe Storms Laboratory (NSSL) National Center for Atmospheric Research

More information

Land Surface Data AssimilaEon: DART and CLM

Land Surface Data AssimilaEon: DART and CLM Land Surface Data AssimilaEon: DART and CLM Yongfei Zhang: University of Texas Aus2n Tim Hoar, Bill Sacks, Tony Craig, Jeff Anderson: Na2onal Center for Atmospheric Research Andrew Fox: Na2onal Ecological

More information

Land Data Assimilation at NCEP NLDAS Project Overview, ECMWF HEPEX 2004

Land Data Assimilation at NCEP NLDAS Project Overview, ECMWF HEPEX 2004 Dag.Lohmann@noaa.gov, Land Data Assimilation at NCEP NLDAS Project Overview, ECMWF HEPEX 2004 Land Data Assimilation at NCEP: Strategic Lessons Learned from the North American Land Data Assimilation System

More information

Open Source ENKI: Dynamic Environmental Model Framework. A possible pre-processor for WRF-Hydro?

Open Source ENKI: Dynamic Environmental Model Framework. A possible pre-processor for WRF-Hydro? Open Source ENKI: Dynamic Environmental Model Framework A possible pre-processor for WRF-Hydro? 1st European Fully Coupled AtmosphericHydrological Modeling and WRF-Hydro Users workshop. University of Calabria.

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 4: WRF-NMM Initialization

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 4: WRF-NMM Initialization User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Table of Contents Chapter 4: WRF-NMM Initialization Introduction Initialization for Real Data Cases Running

More information

High Performance Computing

High Performance Computing High Performance Computing ADVANCED SCIENTIFIC COMPUTING Dr. Ing. Morris Riedel Adjunct Associated Professor School of Engineering and Natural Sciences, University of Iceland Research Group Leader, Juelich

More information

Crossing the Chasm. On the Paths to Exascale: Presented by Mike Rezny, Monash University, Australia

Crossing the Chasm. On the Paths to Exascale: Presented by Mike Rezny, Monash University, Australia On the Paths to Exascale: Crossing the Chasm Presented by Mike Rezny, Monash University, Australia michael.rezny@monash.edu Crossing the Chasm meeting Reading, 24 th October 2016 Version 0.1 In collaboration

More information

S8241 VERSIONING GPU- ACCLERATED WRF TO Jeff Adie, 26 March, 2018 (Presented by Stan Posey, NVIDIA)

S8241 VERSIONING GPU- ACCLERATED WRF TO Jeff Adie, 26 March, 2018 (Presented by Stan Posey, NVIDIA) S8241 VERSIONING GPU- ACCLERATED WRF TO 3.7.1 Jeff Adie, 26 March, 2018 (Presented by Stan Posey, NVIDIA) 1 ACKNOWLEDGEMENT The work presented here today would not have been possible without the efforts

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

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

SPECIAL PROJECT FINAL REPORT

SPECIAL PROJECT FINAL REPORT SPECIAL PROJECT FINAL REPORT All the following mandatory information needs to be provided. Project Title: The role of soil moisture and surface- and subsurface water flows on predictability of convection

More information

APPLICATIONS OF DOWNSCALING: HYDROLOGY AND WATER RESOURCES EXAMPLES

APPLICATIONS OF DOWNSCALING: HYDROLOGY AND WATER RESOURCES EXAMPLES APPLICATIONS OF DOWNSCALING: HYDROLOGY AND WATER RESOURCES EXAMPLES Dennis P. Lettenmaier Department of Civil and Environmental Engineering For presentation at Workshop on Regional Climate Research NCAR

More information

Overview of Data for CREST Model

Overview of Data for CREST Model Overview of Data for CREST Model Xianwu Xue April 2 nd 2012 CREST V2.0 CREST V2.0 Real-Time Mode Forcasting Mode Data Assimilation Precipitation PET DEM, FDR, FAC, Slope Observed Discharge a-priori parameter

More information

RAL Advances in Land Surface Modeling Part I. Andrea Hahmann

RAL Advances in Land Surface Modeling Part I. Andrea Hahmann RAL Advances in Land Surface Modeling Part I Andrea Hahmann Outline The ATEC real-time high-resolution land data assimilation (HRLDAS) system - Fei Chen, Kevin Manning, and Yubao Liu (RAL) The fine-mesh

More information

WRF Advanced Usage and Best Prac3ces. Jimy Dudhia Wei Wang NCAR/MMM

WRF Advanced Usage and Best Prac3ces. Jimy Dudhia Wei Wang NCAR/MMM WRF Advanced Usage and Best Prac3ces Jimy Dudhia Wei Wang NCAR/MMM Mo3va3on This talk is mo3vated by our user support ques3ons We ofen find problems are due to wrong usages of the model Many ques3ons on

More information

Land Surface Processes and Their Impact in Weather Forecasting

Land Surface Processes and Their Impact in Weather Forecasting Land Surface Processes and Their Impact in Weather Forecasting Andrea Hahmann NCAR/RAL with thanks to P. Dirmeyer (COLA) and R. Koster (NASA/GSFC) Forecasters Conference Summer 2005 Andrea Hahmann ATEC

More information

Global Urban-Scale Land-Atmosphere Modeling with the Land Information System

Global Urban-Scale Land-Atmosphere Modeling with the Land Information System Global Urban-Scale Land-Atmosphere Modeling with the Land Information System C. D. Peters-Lidard 1, S. V. Kumar 2, Y. Tian 2, J. L. Eastman 2, and P. R. Houser 1 1* NASA, Goddard Space Flight Center Hydrological

More information

Evalua&on, applica&on and development of ESM in China

Evalua&on, applica&on and development of ESM in China Evalua&on, applica&on and development of ESM in China Contributors: Bin Wang 1,2 1. LASG, Ins&tute of Atmospheric Physics, CAS 2. CESS, Tsinghua University 3. Beijing Normal University 4. Beijing Climate

More information

The Community Noah LSM with Multi-physics Options

The Community Noah LSM with Multi-physics Options The Community Noah LSM with Multi-physics Options Guo-Yue Niu Collaborators: ZL Yang, KE Mitchell, F Chen, MB Ek, M. Barlage, L. Longuevergne, A Kumar, K Manning, D Niyogi, E Rosero, M Tewari, and Y. Xia

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

Performance of WRF using UPC

Performance of WRF using UPC Performance of WRF using UPC Hee-Sik Kim and Jong-Gwan Do * Cray Korea ABSTRACT: The Weather Research and Forecasting (WRF) model is a next-generation mesoscale numerical weather prediction system. We

More information

Overview of WRF Radia/on. Jimy Dudhia NCAR/MMM

Overview of WRF Radia/on. Jimy Dudhia NCAR/MMM Overview of WRF Radia/on Jimy Dudhia NCAR/MMM Radia/on Provides Atmospheric temperature tendency profile Surface radia/ve fluxes Radia/on parameteriza/ons Shortwave (solar) use astronomical equa/ons to

More information

GEWEX CMIP6 activities

GEWEX CMIP6 activities GEWEX CMIP6 activities GEWEX involved in several CMIP6 projects: LS3MIP (land surface, snow and soil moisture MIP) LUMIP (land use MIP) HighResMIP LandMIPs CFMIP CORDEX Feedback on MIPs provided to WGCM,

More information

Flash Flood Guidance System On-going Enhancements

Flash Flood Guidance System On-going Enhancements Flash Flood Guidance System On-going Enhancements Hydrologic Research Center, USA Technical Developer SAOFFG Steering Committee Meeting 1 10-12 July 2017 Jakarta, INDONESIA Theresa M. Modrick Hansen, PhD

More information

RHOAPS. Real-time Hydrology Ocean Atmosphere Prediction System. Pronunciation: Ropes Motto: More than just THREDDS

RHOAPS. Real-time Hydrology Ocean Atmosphere Prediction System. Pronunciation: Ropes Motto: More than just THREDDS RHOAPS Real-time Hydrology Ocean Atmosphere Prediction System Pronunciation: Ropes Motto: More than just THREDDS Key Aspects Integrated real-time data systems Atmospheric Hydrologic Coastal oceans Societal

More information

5. General Circulation Models

5. General Circulation Models 5. General Circulation Models I. 3-D Climate Models (General Circulation Models) To include the full three-dimensional aspect of climate, including the calculation of the dynamical transports, requires

More information

FFGS Advances. Initial planning meeting, Nay Pyi Taw, Myanmar February, Eylon Shamir, Ph.D,

FFGS Advances. Initial planning meeting, Nay Pyi Taw, Myanmar February, Eylon Shamir, Ph.D, FFGS Advances Initial planning meeting, Nay Pyi Taw, Myanmar 26-28 February, 2018 Eylon Shamir, Ph.D, EShamir@hrcwater.org Hydrologic Research Center San Diego, California FFG System Enhancements The following

More information

Interpre'ng Model Results

Interpre'ng Model Results Interpre'ng Model Results Clara Deser Na'onal Center for Atmospheric Research Boulder, CO CESM Tutorial, 12 August 2016 Interpre'ng Model Results 1) What kind of model? 2) What kind of simula'on? 3) What

More information

The Scale-dependence of Groundwater Effects on Precipitation and Temperature in the Central United States

The Scale-dependence of Groundwater Effects on Precipitation and Temperature in the Central United States The Scale-dependence of Groundwater Effects on Precipitation and Temperature in the Central United States Michael Barlage, Fei Chen, Changhai Liu NCAR/RAL Gonzalo Miguez-Macho U. Santiago de Compostela

More information

Upda%ng implementa%on plan for WWRP Gilbert Brunet WWRP/SSC Chair and Sarah Jones next WWRP/SSC Chair WCRP JSC, 2014

Upda%ng implementa%on plan for WWRP Gilbert Brunet WWRP/SSC Chair and Sarah Jones next WWRP/SSC Chair WCRP JSC, 2014 Upda%ng implementa%on plan for WWRP Gilbert Brunet WWRP/SSC Chair and Sarah Jones next WWRP/SSC Chair WCRP JSC, 2014 WWRP Strategic Plan The first Strategic Plan for the Implementa%on of WMO s World Weather

More information

NOAA s Regional Climate Science & Information: Opportunities and Challenges

NOAA s Regional Climate Science & Information: Opportunities and Challenges NOAA s Regional Climate Science & Information: Opportunities and Challenges Dr. Wayne Higgins Climate Program Office, Director Office of Oceanic and Atmospheric Research National Oceanic and Atmospheric

More information

P1M.4 COUPLED ATMOSPHERE, LAND-SURFACE, HYDROLOGY, OCEAN-WAVE, AND OCEAN-CURRENT MODELS FOR MESOSCALE WATER AND ENERGY CIRCULATIONS

P1M.4 COUPLED ATMOSPHERE, LAND-SURFACE, HYDROLOGY, OCEAN-WAVE, AND OCEAN-CURRENT MODELS FOR MESOSCALE WATER AND ENERGY CIRCULATIONS P1M.4 COUPLED ATMOSPHERE, LAND-SURFACE, HYDROLOGY, OCEAN-WAVE, AND OCEAN-CURRENT MODELS FOR MESOSCALE WATER AND ENERGY CIRCULATIONS Haruyasu NAGAI *, Takuya KOBAYASHI, Katsunori TSUDUKI, and Kyeongok KIM

More information

Data AssimilaJon with CLM & DART

Data AssimilaJon with CLM & DART Data AssimilaJon with CLM & DART Tim Hoar: Na#onal Center for Atmospheric Research with a whole lot of help from: Bill Sacks, Mariana Vertenstein, Tony Craig, Jim Edwards: NCAR Andrew Fox: Na#onal Ecological

More information

NOAA Water Resources Monitor and Outlook

NOAA Water Resources Monitor and Outlook NOAA Water Resources Monitor and Outlook 1 Andrea J. Ray, NOAA/ESRL Physical Sciences Division, Michelle Stokes, NOAA Colorado Basin River Forecast Center, and the WRMO steering team: Robert Hartman -

More information

Drought Monitoring with Hydrological Modelling

Drought Monitoring with Hydrological Modelling st Joint EARS/JRC International Drought Workshop, Ljubljana,.-5. September 009 Drought Monitoring with Hydrological Modelling Stefan Niemeyer IES - Institute for Environment and Sustainability Ispra -

More information

Model Calibration and Forecast Error for NFIE-Hydro

Model Calibration and Forecast Error for NFIE-Hydro Corey Van Dyk C E 397 Flood Forecasting 5/8/15 Model Calibration and Forecast Error for NFIE-Hydro Introduction The forecasting component of the National Flood Interoperability Experiment (NFIE), like

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

HRRR-AK: Status and Future of a High- Resolu8on Forecast Model for Alaska

HRRR-AK: Status and Future of a High- Resolu8on Forecast Model for Alaska HRRR-AK: Status and Future of a High- Resolu8on Forecast Model for Alaska Trevor Alco* 1, Jiang Zhu 2, Don Morton 3, Ming Hu 4, Cur8s Alexander 1 1 ESRL Global Systems Division, Boulder, CO 2 GINA/UAF,

More information

The National Operational Hydrologic Remote Sensing Center Operational Snow Analysis

The National Operational Hydrologic Remote Sensing Center Operational Snow Analysis The National Operational Hydrologic Remote Sensing Center Operational Snow Analysis World Meteorological Organization Global Cryosphere Watch Snow-Watch Workshop Session 3: Snow Analysis Products Andrew

More information

Performance and Application of Observation Sensitivity to Global Forecasts on the KMA Cray XE6

Performance and Application of Observation Sensitivity to Global Forecasts on the KMA Cray XE6 Performance and Application of Observation Sensitivity to Global Forecasts on the KMA Cray XE6 Sangwon Joo, Yoonjae Kim, Hyuncheol Shin, Eunhee Lee, Eunjung Kim (Korea Meteorological Administration) Tae-Hun

More information

new scheme and evaluation

new scheme and evaluation ative Semi-LAgrangian (CSLAM); Lauritzen Tracer Multi-tracer advection in CAM: et al. () new scheme and evaluation Peter Hjort Lauritzen, J.-F. Lamarque, M.J. Prather#, Mark Taylor*,, C. Erath A. Conley,

More information

On the Paths to Exascale: Will We be Hungry?

On the Paths to Exascale: Will We be Hungry? On the Paths to Exascale: Will We be Hungry? Presentation by Mike Rezny, Monash University, Australia michael.rezny@monash.edu 4th ENES Workshop High Performance Computing for Climate and Weather Toulouse,

More information

Improved ensemble representation of soil moisture in SWAT for data assimilation applications

Improved ensemble representation of soil moisture in SWAT for data assimilation applications Improved ensemble representation of soil moisture in SWAT for data assimilation applications Amol Patil and RAAJ Ramsankaran Hydro-Remote Sensing Applications (H-RSA) Group, Department of Civil Engineering

More information

CS-683: Advanced Computer Architecture Course Introduction

CS-683: Advanced Computer Architecture Course Introduction CS-683: Advanced Computer Architecture Course Introduction Virendra Singh Associate Professor Computer Architecture and Dependable Systems Lab Department of Electrical Engineering Indian Institute of Technology

More information

Analysis of the Weather Research and Forecasting (WRF) Model on Large-Scale Systems

Analysis of the Weather Research and Forecasting (WRF) Model on Large-Scale Systems John von Neumann Institute for Computing Analysis of the Weather Research and Forecasting (WRF) Model on Large-Scale Systems Darren J. Kerbyson, Kevin J. Barker, Kei Davis published in Parallel Computing:

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

How to integrate wetland processes in river basin modeling? A West African case study

How to integrate wetland processes in river basin modeling? A West African case study How to integrate wetland processes in river basin modeling? A West African case study stefan.liersch@pik-potsdam.de fred.hattermann@pik-potsdam.de June 2011 Outline Why is an inundation module required?

More information

ECCC/CCMEP variable resolution modelling of the Hudson Bay watershed

ECCC/CCMEP variable resolution modelling of the Hudson Bay watershed ECCC/CCMEP variable resolution modelling of the Hudson Bay watershed Vincent Fortin (and many collaborators) Division de la recherche en météorologie Environnement en Changement climatique Canada GEM-based

More information

Quantitative Flood Forecasts using Short-term Radar Nowcasting

Quantitative Flood Forecasts using Short-term Radar Nowcasting Quantitative Flood Forecasts using Short-term Radar Nowcasting Enrique R. Vivoni *, Dara Entekhabi *, Rafael L. Bras *, Matthew P. Van Horne *, Valeri Y. Ivanov *, Chris Grassotti + and Ross Hoffman +

More information

Towards a probabilistic hydrological forecasting and data assimilation system. Henrik Madsen DHI, Denmark

Towards a probabilistic hydrological forecasting and data assimilation system. Henrik Madsen DHI, Denmark Towards a probabilistic hydrological forecasting and data assimilation system Henrik Madsen DHI, Denmark Outline Hydrological forecasting Data assimilation framework Data assimilation experiments Concluding

More information

Objec4ves for this mee4ng

Objec4ves for this mee4ng Modeling WG Update Objec4ves for this mee4ng Review some ongoing or developing integra4on ac4vi4es Develop ideas for integra4on papers Revise and redefine the objec4ves of this working group Short mee4ng

More information

GEOG 401 Climate Change

GEOG 401 Climate Change GEOG 401 Climate Change Climate Downscaling GCMs have coarse resolu/on Spa

More information

Predic've Analy'cs for Energy Systems State Es'ma'on

Predic've Analy'cs for Energy Systems State Es'ma'on 1 Predic've Analy'cs for Energy Systems State Es'ma'on Presenter: Team: Yingchen (YC) Zhang Na/onal Renewable Energy Laboratory (NREL) Andrey Bernstein, Rui Yang, Yu Xie, Anthony Florita, Changfu Li, ScoD

More information

Cri$ques Ø 5 cri&ques in total Ø Each with 6 points

Cri$ques Ø 5 cri&ques in total Ø Each with 6 points Cri$ques Ø 5 cri&ques in total Ø Each with 6 points 1 Distributed Applica$on Alloca$on in Shared Sensor Networks Chengjie Wu, You Xu, Yixin Chen, Chenyang Lu Shared Sensor Network Example in San Francisco

More information

NCAR Unified Community Atmosphere Modeling Roadmap

NCAR Unified Community Atmosphere Modeling Roadmap (Project) NCAR Unified Community Atmosphere Modeling Roadmap Andrew Gettelman, Bill Skamarock, Mary Barth, Jean-François Lamarque On behalf of the Singletrack Steering Group (Also a mountain biking Magazine:

More information

Impacts of climate change on flooding in the river Meuse

Impacts of climate change on flooding in the river Meuse Impacts of climate change on flooding in the river Meuse Martijn Booij University of Twente,, The Netherlands m.j.booij booij@utwente.nlnl 2003 in the Meuse basin Model appropriateness Appropriate model

More information

GeMng to know the Data Assimila'on Research Testbed - DART. Tim Hoar, Data Assimilation Research Section, NCAR

GeMng to know the Data Assimila'on Research Testbed - DART. Tim Hoar, Data Assimilation Research Section, NCAR GeMng to know the Data Assimila'on Research Testbed - DART. Tim Hoar, Data Assimilation Research Section, NCAR UCAR 2014 The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science

More information

Numerical Weather Prediction in 2040

Numerical Weather Prediction in 2040 Numerical Weather Prediction in 2040 10.8 µm GEO imagery (simulated!) Peter Bauer, ECMWF Acks.: N. Bormann, C. Cardinali, A. Geer, C. Kuehnlein, C. Lupu, T. McNally, S. English, N. Wedi will not discuss

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

Flash Flood Flash Flood Forecasting and Early Warning System (FFEWS)

Flash Flood Flash Flood Forecasting and Early Warning System (FFEWS) Stakeholder Workshop of Haor Area Livelihoods Improvement Project (HALIP) 15 January 2016, Sunamganj, Bangladesh Flash Flood Flash Flood Forecasting and Early Warning System (FFEWS) BUET Study Team Prof

More information

Operational weather Prediction(SEECOP)

Operational weather Prediction(SEECOP) South-East European Consortium for Operational weather Prediction(SEECOP) S. Nickovic Republic Hydrometeorological Service of Serbia (RHMSS), Belgrade, Serbia 37 th EWGLAM and 22 th SRNWP Meeting, 5-8

More information

Reservoir Operations (FBO) (FIRO)

Reservoir Operations (FBO) (FIRO) A Methodology for Adaptive Water Management Forecast-Based Forecast-Informed Operations Reservoir Operations (FBO) (FIRO) Mike McMahon Senior Hydro-Meteorologist/Climate Science/Resiliency Lead - HDR Engineering

More information

Seasonal Hydrological Forecasting in the Berg Water Management Area of South Africa

Seasonal Hydrological Forecasting in the Berg Water Management Area of South Africa Seasonal Hydrological Forecasting in the Berg Water Management Area of South Africa Trevor LUMSDEN and Roland SCHULZE University of KwaZulu-Natal, South Africa OUTLINE Introduction Objectives Study Area

More information

The NOAA National Water Model

The NOAA National Water Model The NOAA National Water Model Research to Operations to Research NCAR Research Applications Lab D. Gochis, A. Dugger, W. Yu, D. Yates, K. Sampson, M. Barlage, L. Pan, Y. Zhang, J. McCreight, A. RafieeiNasab,

More information

TerrSysMP-PDAF: Technical concepts and application examples

TerrSysMP-PDAF: Technical concepts and application examples TerrSysMP-PDAF: Technical concepts and application examples Stefan Kollet 1,2, Dorina Baatz 1,2, Carina Furusho-Percot 1,2, Fabian Gasper 1,2, Klaus Görgen 1,2, Harrie-Jan Hendricks-Franssen 1,2, Jessica

More information

Using DART Tools for CAM Development

Using DART Tools for CAM Development Using DART Tools for CAM Development Kevin Raeder, For DART: Jeff Anderson, Tim Hoar, Nancy Collins, Johnny Hendricks CSEG: Alice Bertini, Mariana Vertenstein, Steve Goldhaber, Jim Edwards And: Nick Pedatella

More information

Moist convec+on in models (and observa+ons)

Moist convec+on in models (and observa+ons) Moist convec+on in models (and observa+ons) Cathy Hohenegger Moist convec+on in models (and observa+ons) Cathy Hohenegger How do we parameterize convec+on? Precipita)on response to soil moisture Increase

More information

Scaling Deep Learning Algorithms on Extreme Scale Architectures

Scaling Deep Learning Algorithms on Extreme Scale Architectures Scaling Deep Learning Algorithms on Extreme Scale Architectures ABHINAV VISHNU Team Lead, Scalable Machine Learning, Pacific Northwest National Laboratory MVAPICH User Group (MUG) 2017 1 The rise of Deep

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

Haiti and Dominican Republic Flash Flood Initial Planning Meeting

Haiti and Dominican Republic Flash Flood Initial Planning Meeting Dr Rochelle Graham Climate Scientist Haiti and Dominican Republic Flash Flood Initial Planning Meeting September 7 th to 9 th, 2016 Hydrologic Research Center http://www.hrcwater.org Haiti and Dominican

More information

Acceleration of WRF on the GPU

Acceleration of WRF on the GPU Acceleration of WRF on the GPU Daniel Abdi, Sam Elliott, Iman Gohari Don Berchoff, Gene Pache, John Manobianco TempoQuest 1434 Spruce Street Boulder, CO 80302 720 726 9032 TempoQuest.com THE WORLD S FASTEST

More information

Possible Applications of Deep Neural Networks in Climate and Weather. David M. Hall Assistant Research Professor Dept. Computer Science, CU Boulder

Possible Applications of Deep Neural Networks in Climate and Weather. David M. Hall Assistant Research Professor Dept. Computer Science, CU Boulder Possible Applications of Deep Neural Networks in Climate and Weather David M. Hall Assistant Research Professor Dept. Computer Science, CU Boulder Quick overview of climate and weather models Weather models

More information

Analysis of Radar-Rainfall Uncertainties and effects on Hydrologic Applications. Emad Habib, Ph.D., P.E. University of Louisiana at Lafayette

Analysis of Radar-Rainfall Uncertainties and effects on Hydrologic Applications. Emad Habib, Ph.D., P.E. University of Louisiana at Lafayette Analysis of Radar-Rainfall Uncertainties and effects on Hydrologic Applications Emad Habib, Ph.D., P.E. University of Louisiana at Lafayette Motivation Rainfall is a process with significant variability

More information

Memorandum. Background

Memorandum. Background Memorandum To: Kevin Stewart, P.E., Information Systems & Flood Warning Program Manager From: Mark Mitisek, H.I.T. Reviewed by: Kelly Close, P.E. Date: 02/11/2013 Project: Boulder Creek Hydromodel Subject:

More information