Application of Machine Learning Techniques to Weather Forecasting

Total Page:16

File Type:pdf, Size:1020Kb

Application of Machine Learning Techniques to Weather Forecasting UNIVERSITY OF THE BASQUE COUNTRY UPV/EHU DOCTORAL THESIS Application of machine learning techniques to weather forecasting Author: Supervisors: Pablo Rozas Larraondo Prof. Iñaki Inza Cano Prof. José A. Lozano Dissertation submitted to the Department of Computer Science and Artificial Intelligence of the University of the Basque Country UPV/EHU as partial fulfilment of the requirements for the PhD degree in Computer Science. Donostia, November 6, 2018 (cc)2019 PABLO ROZAS LARRAONDO (cc by 4.0) v “Climate is what we expect, weather is what we get.” Mark Twain iii UNIVERSITY OF THE BASQUE COUNTRY UPV/EHU Abstract Computer Science Faculty Computer Science and Artificial Intelligence Department Application of machine learning techniques to weather forecasting by Pablo Rozas Larraondo Weather forecasting is, even today, an activity mainly performed by humans. Al- though computer simulations play a major role in modelling the state and evolution of the atmosphere, there is a lack of methodologies to automate the interpretation of the information generated by these models. This doctoral thesis explores the use of machine learning methodologies to solve specific problems in meteorology and particularly focuses on the exploration of methodologies to improve the accuracy of numerical weather prediction models. The work presented in this manuscript comprises two different approaches of applying machine learning to weather fore- casting problems. In the first part, classical methodologies, such as multivariate non- parametric regression and binary trees, are used to perform regression on meteoro- logical data. This first part, particularly focuses on forecasting wind, whose circular nature creates interesting challenges for classic machine learning algorithms. The second part of this thesis explores the analysis of weather data as a generic struc- tured prediction problem using deep neural networks. Neural networks, such as convolutional and recurrent networks, provide a method for capturing the spatial and temporal structure inherent in weather prediction models. This part explores the potential for deep convolutional neural networks to solve difficult problems in meteorology, such as modelling precipitation from basic numerical model fields. The research underpinning this thesis serves as an example of how collaboration between the machine learning and meteorology research communities is mutually beneficial and leads to advances in both disciplines. Weather forecasting models and observational data represent unique examples of large (petabytes), structured and high-quality data sets, which the machine learning community demands for developing the next generation of scalable algorithms. v Acknowledgements There are so many people I would like to thank for helping me and supporting me along these years. I will try to keep this list as brief as possible. To both my PhD supervisors Prof. Jose A. Lozano and Prof. Inaki Inza Cano • for their guidance and patience. To the Australian National University and the National Computational Infras- • tructure for their support in carrying out the last part of this research. To my family and friends for being there during these years offering their un- • conditional love. vii Contents Abstract iii Acknowledgements v 1 Introduction and state-of-the-art 1 1.1 Contents and structure ............................ 1 1.2 The origins and evolution of weather forecasting ............. 1 1.3 Numerical weather prediction ........................ 5 1.4 The sources of weather data ......................... 8 1.5 Machine learning ............................... 10 1.6 Weather forecasting: The machine learning approach .......... 17 2 Objectives, hypothesis and methodology 27 2.1 Objectives ................................... 27 2.2 Hypothesis ................................... 27 2.3 Methodology ................................. 28 2.3.1 Use of circular kernel regression for improving wind forecasting 28 2.3.2 Circular regression trees ....................... 30 2.3.3 Convolutional neural networks for precipitation classification . 32 2.3.4 Convolutional encoder-decoders for image to image regression 33 3 Results 35 4 Conclusions and future work 73 4.1 Conclusions .................................. 73 4.2 Future Work .................................. 75 Bibliography 77 ix List of Figures 1.1 Representation of Richardson’s idea of a “forecast factory”, which would employ some sixty-four thousand human computers sitting in tiers around the circumference of a giant globe, solving the equa- tions to forecast the weather. (Source: http://cabinetmagazine.org/ issues/27/foer.php). ............................ 2 1.2 Example of an F80 regular Gaussian grid used by some NWP to rep- resent the Earth’s atmosphere (Source: https://www.ecmwf.int). ... 3 1.3 NOAA CFS output for the global atmospheric precipitable water on March 15, 1993 for a 12-hour accumulation period (Source: https: //www.ncdc.noaa.gov). ............................ 4 1.4 An ensemble of forecasts produces a range of possible scenarios given an initial probability distribution of a forecasted parameter. The dif- ferent ensemble members provide an indication of the possible re- sulting scenarios based on a probability distribution. (Source: https: //www.ecmwf.int). .............................. 5 1.5 The performance of the Ensemble Prediction System (EPS) has im- proved steadily since it became operational in the mid-1990s, as shown by this skill measure for forecasts of the 850 hPa temperature over the northern hemisphere at days 3, 5 and 7. Comparing the skill measure at the three lead times demonstrates that on average the performance has improved by two days per decade. The level of skill reached by a 3-day forecast around 1998/99 (skill measure = 0.5) is reached in 2008-2009 by a 5-day forecast. In other words, today a 5-day forecast is as good as a 3-day forecast 10 years ago. The skill measure used here is the Ranked Probability Skill Score (RPSS), which is 1 for a per- fect forecast and 0 for a forecast no better than climatology. (Source: https://www.ecmwf.int). .......................... 6 1.6 Comparison between the horizontal resolutions used in global models today [30 km] (b) and the equivalent models 10 years ago [87.5 km] (a). (Source: http://www.climatechange2013.org). ........... 7 1.7 The Global Observing System (GOS) consists of a network of syn- optic surface-based observations made at over 11000 land stations, by about 7000 ships and 750 drifting buoys at sea and around 900 upper-air stations, together with reports from aircraft and remotely sensed data from geostationary and polar orbiting satellites. (Source: http://www.wmo.int/pages/prog/www/OSY/GOS.html). ......... 9 1.8 Comparison of a non-linear regression model (blue) and a linear model (black) representing a 2-dimensional data set. Source: Creative Com- mons by M. Giles ............................... 13 1.9 Comparison of the shape of seven common window functions used in kernel regression. Source: Creative Commons by Brian Amberg ... 14 x 1.10 This figure represents a comparison between a 24-hour prediction of daily mean temperature and the observed temperature values at In- dianapolis (USA). Source (Malone, 1955) .................. 18 1.11 Example of a decision tree used to forecast the event of hail based on thresholds for different observed and NWP parameters. Source (McGovern et al., 2017) ............................ 20 1.12 Sample images of atmospheric rivers (jet-streams) correctly classified and extracted from a multi-Terabyte NWP dataset by a deep CNN model. Source (Liu et al., 2016) ....................... 24 1.13 Comparison of the traditional NWP and machine learning approaches to weather forecasting. ............................ 25 2.1 Relationship between GFS and METAR wind speed values from San Sebastian. GFS wind direction is represented using a color scale, with yellow colours showing northerly winds and clue colours represent- ing southerly winds. ............................. 29 2.2 Example of the proposed circular regression tree and a representation of how the space is divided in contiguous regions. ............ 31 2.3 Example of the resulting Class Activation Maps for an ERA-Interim CNN, trained using the observed precipitation at Helsinki-Vantaa air- port, EFHK, (left) and Rome Fiumicino airport, LIRF, (right). Coast- lines have been overlaid as a reference for readers. ............ 33 2.4 Representation of the transformations performed by the encoder-decoder network to the geopotential height field and its transformation into a field representing the total precipitation field for the same region. ... 34 xi I would like to dedicate this work to Kate, Amaia and Tomas, who, one by one, came into my life during this time and made it all possible. 1 Chapter 1 Introduction and state-of-the-art 1.1 Contents and structure This doctoral thesis is conceived with the objective of exploring new avenues for the application of machine learning methodologies to the field of weather forecast- ing. One of the main objectives is to publish the research outcomes in peer-reviewed publications, as a way of measuring its relevance and impact within the meteoro- logical and machine learning communities. At the moment of the defending this thesis, two manuscripts have been published, another manuscript was presented in a workshop held as part of a well known machine learning conference and a third paper has been submitted to a weather forecasting journal. This document aims to provide the
Recommended publications
  • Curriculum Vitae ROBERT JEFFREY TRAPP Department of Atmospheric
    Curriculum Vitae ROBERT JEFFREY TRAPP Department of Atmospheric Sciences University of Illinois at Urbana-Champaign 105 S. Gregory Street Urbana, Illinois 61801 [email protected] EDUCATION The University of Oklahoma, Ph.D. in Meteorology, 1994 Dissertation: Numerical Simulation of the Genesis of Tornado-Like Vortices Principal Advisor: Prof. Brian H. Fiedler Texas A&M University, M.S. in Meteorology, 1989 Thesis: The Effects of Cloud Base Rotation on Microburst Dynamics-A Numerical Investigation Principal Advisor: Prof. P. Das University of Missouri-Columbia, B.S. in Agriculture/Atmospheric Science, 1985 APPOINTMENTS Professor, University of Illinois at Urbana-Champaign, Department of Atmospheric Sciences, August 2014-current. Professor, Department of Earth and Atmospheric Sciences, Purdue University, August 2010- July 2014. Associate Professor, Department of Earth and Atmospheric Sciences, Purdue University, August 2003-August 2010 Research Scientist, Cooperative Institute for Mesoscale Meteorological Studies, University of Oklahoma, and National Severe Storms Laboratory, July 1996-July 2003 Visiting Scientist, National Center for Atmospheric Research, Mesoscale and Microscale Meteorology Division, August 1998-December 2002 National Research Council Postdoctoral Research Fellow, at the National Severe Storms Laboratory, July 1994-June 1996 GRANTS AND FUNDING Principal Investigator, Modulation of convective-draft characteristics and subsequent tornado intensity by the environmental wind and thermodynamics within the Southeast U.S, NOAA, $287,529, 2017-2019 (pending formal approval by NOAA Grants Officer). Principal Investigator, Collaborative Research: Remote sensing of electrictrification, lightning, and mesoscale/microscale processes with adaptive ground observations during RELMPAGO, NSF-AGS, $636,947, 2017-2021. Co-Principal Investigator, Remote sensing of electrification, lightning, and mesoscale/microscale processes with adaptive ground observations (RELMPAGO), NSF-AGS, $23,940, 2016–2017.
    [Show full text]
  • An Idealized Physical Model for the Severe Convective Storm
    Generated using the official AMS LATEX template—two-column layout. FOR AUTHOR USE ONLY, NOT FOR SUBMISSION! J OURNALOFTHE A TMOSPHERIC S CIENCES An idealized physical model for the severe convective storm environmental sounding Accepted in Journal of the Atmospheric Sciences 2020-10-26, there may still be copy-editing errors DANIEL R. CHAVAS* Purdue University, Department of Earth, Atmospheric, and Planetary Sciences, West Lafayette, IN DANIEL T. DAWSON II Purdue University, Department of Earth, Atmospheric, and Planetary Sciences, West Lafayette, IN ABSTRACT This work develops a theoretical model for steady thermodynamic and kinematic profiles for severe con- vective storm environments, building off of the two-layer static energy framework developed in Agard and Emanuel (2017). The model is phrased in terms of static energy, and it allows for independent variation of the boundary layer and free troposphere separated by a capping inversion. An algorithm is presented to apply the model to generate a sounding for numerical simulations of severe convective storms, and the model is compared and contrasted with that of Weisman and Klemp. The model is then fit to a case-study sounding associated with the 3 May 1999 tornado outbreak, and its potential utility is demonstrated via idealized nu- merical simulation experiments. A long-lived supercell is successfully simulated with the historical sounding but not the analogous theoretical sounding. Two types of example experiments are then performed that do simulate a long-lived supercell: 1) a semi-theoretical experiment in which a portion of the theoretical sound- ing is modified to match the real sounding (low-level moisture); 2) a fully-theoretical experiment in which a model physical parameter is modified (free-tropospheric relative humidity).
    [Show full text]
  • Curriculum Vitae
    CURRICULUM VITAE CLIFFORD F. MASS Updated: 04/30/2021 Personal Data Address: Department of Atmospheric Sciences, Box 351640 University of Washington Seattle, Washington 98195 [email protected] (206) 685-0910 Education B.S., Cornell University 1974 Major - Physics Ph.D., University of Washington 1978 Atmospheric Sciences Doctoral Thesis: "A Numerical and Observational Study of African Wave Disturbances." J. R. Holton, adviser. Professional Experience Mid 1981 to Assistant, Associate Professor, and Professor, Department of present Atmospheric Sciences, University of Washington. 1978 to mid Assistant Professor, Department of Meteorology, University of 1981 Maryland. Books The Weather of the Pacific Northwest, University of Washington Press The Secrets of Weather Prediction, in preparation. Mass, C., D. Ovens, R. Conrick, and J. Saltenberger, 2021: The 2020 Labor Day wildfires over the Pacific Northwest. Wea. Forecasting. In review. Mass, C., E. Salathe, R. Steed, and J. Baars, 2021: Analysis of the Mesoscale Response to Global Warming over the Pacific Northwes Using a Regional CliMate Model EnseMble. J. AtMos. Sci. In review Weber, N., D. Kim, and C. Mass, 2020: Convectively coupled Kelvin waves in a global convection- permitting model. J. Atmos. Sci,. 78, 1039-1055 Weber, N. J., C. F. Mass, and D. KiM, 2020: The iMpacts of horizontal grid spacing and cumulus paraMeterization on subseasonal prediction in a global convection-permitting model. Mon. Wea. Rev., Accepted for publication. doi: https://doi.org/10.1175/MWR-D-20-0171.1. McClung, B., and C. F. Mass, 2020: The strong, dry winds of Central and Northern California: cliMatology and synoptic evolution. Wea. Forecasting, 35, 2163–2178 Mass, C.
    [Show full text]
  • Guidelines on Ensemble Prediction System Postprocessing
    Guidelines on Ensemble Prediction System Postprocessing 2021 edition WEATHER CLIMATE WATER CLIMATE WEATHER WMO-No. 1254 Guidelines on Ensemble Prediction System Postprocessing 2021 edition WMO-No. 1254 WMO-No. 1254 © World Meteorological Organization, 2021 The right of publication in print, electronic and any other form and in any language is reserved by WMO. Short extracts from WMO publications may be reproduced without authorization, provided that the complete source is clearly indicated. Editorial correspondence and requests to publish, reproduce or translate this publication in part or in whole should be addressed to: Chair, Publications Board World Meteorological Organization (WMO) 7 bis, avenue de la Paix Tel.: +41 (0) 22 730 84 03 P.O. Box 2300 Fax: +41 (0) 22 730 81 17 CH-1211 Geneva 2, Switzerland Email: [email protected] ISBN 978-92-63-11254-5 NOTE The designations employed in WMO publications and the presentation of material in this publication do not imply the expression of any opinion whatsoever on the part of WMO concerning the legal status of any country, territory, city or area, or of its authorities, or concerning the delimitation of its frontiers or boundaries. The mention of specific companies or products does not imply that they are endorsed or recommended by WMO in preference to others of a similar nature which are not mentioned or advertised. PUBLICATION REVISION TRACK RECORD Part/chapter/ Date Purpose of amendment Proposed by Approved by section CONTENTS Page ACKNOWLEDGEMENTS . vii EXECUTIVE SUMMARY . viii KEY RECOMMENDATIONS . ix CHAPTER 1 . INTRODUCTION . 1 CHAPTER 2 . PHYSICAL POSTPROCESSING . 5 2.1 Meteorological diagnostic information.
    [Show full text]
  • Seasonal and Subseasonal Forecasts: Overview and Applications for Economics Bibliography
    Seasonal and Subseasonal Forecasts: Overview and applications for Economics Bibliography Jamie Roberts, Librarian, NOAA Central Library Hope Shinn, Librarian, NOAA Central Library Trevor Riley, Head of Public Services, NOAA Central Library NCRL subject guide 2018-17 doi:10.7289/V5/SG-NCRL-18-17 June 2018 U.S. Department of Commerce National Oceanic and Atmospheric Administration Office of Oceanic and Atmospheric Research NOAA Central Library – Silver Spring, Maryland Contents Background & Scope ................................................................................................................................. 3 Sources Reviewed ..................................................................................................................................... 3 Section I: Overview of Seasonal and Subseasonal Forecasts .................................................................... 4 Section II: Agriculture ................................................................................................................................ 7 Section III: Aquaculture and Fisheries ..................................................................................................... 23 Section IV: Water Resource Management .............................................................................................. 25 Section V: Health and Safety ................................................................................................................... 28 2 Background & Scope Per the Weather Research and Forecasting Innovation
    [Show full text]
  • Owen-Rhea-Meteorological-Library
    May 2014 Owen Rhea’s Meteorological Library 1 John Owen Rhea’s Meteorological Library Inventory Contact Rosemary Rhea: 530-823-0549 [email protected] Topic Directory: General Meteorology 2 Climatology 5 Forecasting and Analysis 9 General Circulation and Fluid Dynamics 12 Tropical Meteorology 17 Air Pollution and Dispersion 19 Mesoscale Modeling 20 Cloud Physics and Convection Modeling 24 Remote Sensing, Instrumentation and Measurement 28 Mountain Meteorology 33 Snow & Quantitative Precipitation Forecasting 35 Hydrology and Snow Hydrology 37 Water Management 41 Weather Modification 44 Colorado Weather Modification 48 Utah Weather Modification 50 California Weather Modification 50 AMS Journals 64 Papers written by Owen Rhea 65 May 2014 Owen Rhea’s Meteorological Library 2 General Meteorology THE ATMOSPHERE - A CHALLENGE The Science of Jute Gregory Charney Richard S. Lindzen, Edward N. Lorenz, George W. Platzman American Meteorological Society Boston, Massachusetts Copyright 1990 by the American Meteorological Society ISBN l-R7R220-03-9 Library of Congress catalog card number 90-81190 PROCEEDINGS OF THE FOREST-ATMOSPHERE INTERACTION WORKSHOP Lake Placid, New York October 1-4, 1985 Published: May 1987 Coordinated and Edited by Harry Moses, Volker A. Mohnen, William E. Reifsnyder, and David H. Slade Workshop cosponsored by: U.S. Department of Energy State University of New York - Albany Yale University UNITED STATES DEPARTMENT OF ENERGY Office of Energy Research Office of Health and Environmental Research Washington, D.C. 20545, New York, Toronto, London Historical Essays on Meteorology 1919-1995 The Diamond Anniversary History Volume of the American Meteorological Society Edited by James Rodger Fleming American Meteorological Society 1996 ISBN 1-878220-17-9 Paper) May 2014 Owen Rhea’s Meteorological Library 3 WEATHER AND LIFE An Introduction to Biometeorology William P.
    [Show full text]
  • Severe Deep Moist Convective Storms: Forecasting and Mitigation David L
    Geography Compass 2/1 (2008): 30–66, 10.1111/j.1749-8198.2007.00069.x SevereBlackwOxford,GECOGeography17©J06910.Oct030???66???Origournal 49-819820071111/jober inal deepell ComT UK2007Art.he17 Publishing Com icles 49-8Autmoist pilatho pass 198io rconvective n .©2007 Lt 2007d .00069. Blackw stormsx ell Publishing Ltd Severe Deep Moist Convective Storms: Forecasting and Mitigation David L. Arnold* Department of Geography, Frostburg State University Abstract Small-scale (2–20 km) circulations, termed ‘severe deep moist convective storms’, account for a disproportionate share of the world’s insured weather-related losses. Spatial frequency maximums of severe convective events occur in South Africa, India, Mexico, the Caucasus, and Great Plains/Prairies region of North America, where the maximum tornado frequency occurs east of the Rocky Mountains. Interest in forecasting severe deep moist convective systems, especially those that produce tornadoes, dates to 1884 when tornado alerts were first provided in the central United States. Modern thunderstorm and tornado forecasting relies on technology and theory, but in the post-World War II era interest in forecasting has also been driven by public pressure. The forecasting process begins with a diagnostic analysis, in which the forecaster considers the potential of the atmos- pheric environment to produce severe convective storms (which requires knowl- edge of the evolving kinematic and thermodynamic fields, and the character of the land surface over which the storms will pass), and the likely character of the storms that may develop. Improvements in forecasting will likely depend on technological advancements, such as the development of phased-array radar sys- tems and finer resolution numerical weather prediction models.
    [Show full text]
  • A DEEP LEARNING MODEL to PREDICT THUNDERSTORMS WITHIN 400Km2 SOUTH
    A DEEP LEARNING MODEL TO PREDICT THUNDERSTORMS WITHIN 400km2 SOUTH TEXAS DOMAINS A Thesis by HAMID KAMANGIR MS, University of Isfahan, 2016 Submitted in Partial Fulfillment of the Requirements for the Degree of MASTER OF SCIENCE in COMPUTER SCIENCE Texas A&M University-Corpus Christi Corpus Christi, Texas December 2019 © Hamid Kamangir All Rights Reserved December 2019 A DEEP LEARNING MODEL TO PREDICT THUNDERSTORMS WITHIN 400km2 SOUTH TEXAS DOMAINS A Thesis by HAMID KAMANGIR This thesis meets the standards for scope and quality of Texas A&M University-Corpus Christi and is hereby approved. Dr. Scott King, PhD Chair Dr. Philippe Tissot, PhD Dr. Longzhuang Li, PhD Co-Chair/Committee Member Committee Member December 2019 ABSTRACT High resolution predictions, both temporally and spatially, remain a challenge for the predic- tion of thunderstorms and related impacts such as lightning strikes. The goal of this work is to improve and extend a machine learning method to predict thunderstorms at a 3km resolution with lead times of up to 15 hours. A deep learning neural networks (DLNN) was developed to post pro- cess deterministic High-Resolution Rapid Refresh (HRRR) numerical weather prediction (NWP) model output to develop DLNN thunderstorm prediction models (categorical and/or probabilistic output) with performance exceeding that of the HRRR and other models currently available to Na- tional Weather Service (NWS) operational forecasters. Notwithstanding the discovery that shallow neural network models can approximate any continuous function (provided the number of hidden layer neurons is sufficient), studies have demonstrated that DLNN models based on representation learning can perform superior to shallow models with respect to weather and air quality predic- tions.
    [Show full text]
  • Ju JOURNAL of the ATMOSPHERIC SCIENCES
    JOURNAL OF THE ATMOSPHERIC SCIENCES (ISSN 0022-4928). Vol. 57, 2000. Semi-monthly. Basic research related to the physics, dynamics, and chemistry of the atmosphere of the earth and other planets, with emphasis on the quantitative and deductive aspects of the subject $510 JOURNAL OF APPLIED METEOROLOGY (ISSN 0894-8763), Vol. 39, 2000. Monthly. Applied research related to physical meteorology, cloud physics, hydrology, weather modification, satellite meteorology, boundary layer processes, air pollution meteorology (including dispersion and chemical processes), agricultural and forest meteorology, and applied meteorological numerical models of all types $345 0 JOURNAL OF PHYSICAL OCEANOGRAPHY (ISSN 0022-3670), Vol. 30, 2000. Monthly. Research related to the physics of the ocean and to processes operating at its boundaries. Theoretical and modeling studies are welcome, especially those that are linked to observations. Papers that investigate interactions with other components of the earth system (e.g., ocean-atmosphere, physical-biological and physical-chemical interactions) as well as studies of other fluid systems (e.g., lakes and laboratory tanks) are also invited, as long as their focus is on understanding the ocean $420 MONTHLY WEATHER REVIEW (ISSN 0027-0644), Vol. 128, 2000. Monthly. Research related to analysis and prediction of observed and modeled circulations of the atmosphere, including technique development, data assimilation, model validation, and relevant case studies. This includes papers on numerical techniques and data assimilation techniques that apply to the atmosphere and/or ocean environment $455 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY (ISSN 0739-0572), Vol. 17, 2000. Monthly. Papers describing the instrumentation and methodology used in atmospheric and oceanic research including compu- tational techniques, methods for data acquisition, processing, and interpretation, and information systems and algorithms $250 WEATHER AND FORECASTING (ISSN 0882-8156), Vol.
    [Show full text]
  • Sujay V. Kumar Scientists Have Made Great Strides in Modeling Physical
    Source of Acquisition IASA Goddard Space Flight Center Popular Summary Author: Sujay V. Kumar Scientists have made great strides in modeling physical processes that repre- sent various weather and climate phenomena. Many modeling systems that represent the major earth system components (the atmosphere, land sur- face, and ocean) have been developed over the years. However, developing advanced Earth system applications that integrates these independently de- veloped modeling systems have remained a daunting task due to limitations in computer hardware and software. Recently, efforts such as the Earth System Modeling Ramework (ESMF) and Assistance for Land Modeling Activities (ALMA) have focused on developing standards, guidelines, and computa- tional support for coupling earth system model components. In this article, the development of a coupled land-atmosphere hydrometeorological model- ing system that adopts these community interoperability standards, is de- scribed. The land component is represented by the Land Information System (LIS), developed by scientists at the NASA Goddard Space Flight Center. The Weather Research and Forecasting (WRF) model, a mesoscale numerical weather prediction system, is used as the atmospheric component. LIS includes several community land surface models that can be executed at spatial scales as fine as lkm. The data management capabilities in LIS enable the direct use of high resolution satellite and observation data for modeling. Similarly, WRF includes several parameterizations and schemes for modeling radiation, microphysics, PBL and other processes. Thus the integrated LIS-WRF system facilitates several multi-model studies of land- atmosphere coupling that can be used to advance earth system studies. Significant Findings In this article, several synthetic and real simulations using the coupled LIS- WRF system are presented.
    [Show full text]
  • Dr. Andrew Martin Postdoctoral Scripps Institution of Oceanography
    Curriculum Vitae 28 Feb 2021 Dr. Andrew Martin 4301 SE Nehalem St, Portland, OR 97206 850-228-6436, [email protected] http://web.pdx.edu/~anmarti2/index.html AT A GLANCE • Hydrometeorologist, with PhD in Meteorology from Florida State University • Community-recognized expert in Atmospheric Rivers • 17 Peer-reviewed publications in Atmospheric Rivers, Atmospheric Dynamics, and Aerosol and Cloud Microphysics • $716,200 federal and state research funding awarded in 2+ years as P.I. • Established a real-time WRF forecast system for Atmospheric Rivers, with associated analysis and decision-support products published to the web. • Teaches concepts of weather and forecasting in Severe Weather at Portland State University PROFESSIONAL PREPARATION Postdoctoral Scripps Institution of Oceanography 2015 Kimberly Prather and F. Martin Ralph, Advisor(s) Fields: Numerical Weather Prediction, Hydrometeorology, Clouds and Aerosols PhD Florida State University 2012 Meteorology The Impact of Anomalous Aerosol Heating on the Onset of the Asian Summer Monsoon, T. N. Krishnamurti (chair), Paul Ruscher, Robert Hart, Guosheng Liu, James Tull NASA Goddard Space Flight Center NASA Graduate Student Researchers Program, 3 yr, 10 wk / yr William K. Lau, Advisor Fields: Numerical Weather Prediction, Tropical Meteorology BS Iowa State University 2006 Physics PROFESSIONAL APPOINTMENTS Research Assistant Portland State University 2019 – pres. Professor Department of Geography Martin LafrenZ, Chair Assistant Project Scripps Institution of Oceanography 2015 - 2019 Scientist
    [Show full text]
  • American Meteorological Society Journals Online Subscription Agreement
    American Meteorological Society Journals Online Subscription Agreement By this Agreement between the American Meteorological Society (AMS) and the Subscribing Institution named below, AMS grants a subscription to the AMS journals online checked below, subject to the Terms and Conditions set forth in paragraphs 1 through 6, all of which are hereby agreed to between AMS and the Subscribing Institution. Physical Address of Subscribing Institution: __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ AMS Journals Online to be authenticated for access: Journal Title Agency Order Number* [ ] Journal of the Atmospheric Sciences [ ] Journal of Applied Meteorology and Climatology [ ] Journal of Physical Oceanography [ ] Monthly Weather Review [ ] Journal of Atmospheric and Oceanic Technology [ ] Weather and Forecasting [ ] Journal of Climate [ ] Journal of Hydrometeorology [ ] Weather, Climate, and Society [ ] Earth Interactions * Subscribing Institutions that receive their print subscriptions via a Subscription Agent (i.e. journal issues are mailed from the AMS to the agent rather than directly to the Subscribing Institution) must provide the Agent’s order number for each of the journals to which the Institution subscribes. License agreements that do not include this information
    [Show full text]