EPS 236 Environmental Modeling and Analysis, Fall Term 2012

Size: px
Start display at page:

Download "EPS 236 Environmental Modeling and Analysis, Fall Term 2012"

Transcription

1 EPS 236 Environmental Modeling and Analysis, Fall Term 2012 Prof. Steven C. Wofsy and Prof. Daniel J. Jacob Location: Geological Museum 105 (Daly Seminar Room) Time: Tuesday and Thursday, 6:00 to 7:30p 1st meeting Tuesday 04 September EPS 236 is a project-oriented, hands-on course for graduate students and advanced undergraduates in Earth and Planetary Sciences and Engineering Sciences/Environmental Science and Engineering, and allied natural science departments (e.g. Organismic and Evolutionary Biology, Chemistry and Chemical Biology, Physics). There are two main itopic areas for the course:: 1. Data analysis focusing on understanding the science content and quantifying sources of error in complex data sets from environmental networks, complex sensors, and environmental instrumentation (e.g. a laser spectrometers deployed in an uncontrolled). Application of basic principles to real data is emphasized over theoretical aspects. We learn to use R as a tool for vvisualization, time series analysis, Monte Carlo methods, and statistical assessment. 2. Models in environmental science emphasizing (a) linear models (mathematical principles, time evolution operator, eigenvalues and eigenvectors; application to the global carbon cycle) and chemical transport models including basic principles, numerical methods, and inverse models (Bayes theorem, optimal estimation, Kalman filter, adjoint methods. Note: Graduate students in atmospheric chemistry or related fields are expected to take EPS 200 and 236. Other students may take this course as a introduction to modeling and data analysis. Student projects will use R, Matlab, or Octave software application tools. Students are requested to bring laptop computers to class for use in the discussion of the material. Prerequisite: Applied Mathematics 105b or equivalent (may be taken concurrently); a course in atmospheric chemistry (EPS 133 or 200 or equivalent) is helpful, but not required; or permission of the instructors. Requirements: Homeworks (50%), Projects (50%) Textbook: Dalgaard, P. (2008) Introductory Statistics with R (Statistics and Computing). Instructor Room Contact information Professor Steven C. Wofsy Professor Daniel J. Jacob Geo Museum Room 453. Pierce Hall Room 110C. Telephone: swofsy@seas.harvard.edu Telephone: djacob@seas.harvard.edu TBD, teaching fellow TBD Telephone: TBD TBD Part I Introduction to Deterministic and Markovian Linear Models; (Wofsy) We examine the basic conceptual framework for modeling biogeochemical cycles in the atmosphere, soils, or oceans. Analogous model frameworks are used in many disciplines in natural and social sciences. Linear systems are examined to illustrate the behavior of mass-conserving and non-conserving systems affecting the distributions of chemical species in the environment. Clear understanding of these ultra-simple models provides a strong foundation for Part II, which deals with modern concepts and implementation of atmospheric chemical models, inverse modeling, and related topics. 1/5

2 The material is basic and the treatment will be concise, but the underlying concepts are far-reaching. Many natural systems are represented conceptually as a set of linked compartments, with transfers between compartments specified by a linear process (represented as an exchange time), or by stochastic processes (represented by a transition probability). In two lectures, we will introduce students to the analytic properties, utility, and limitations of these model systems. The global carbon cycle and/or the global distribution of atmospheric greenhouse gases will constitute a case study for linear modeling, and simple environmental systems for Markovian and other stochastic models. Topics include: Setting up the conceptual model-how do we structure the model and obtain estimates for the magnitudes of the parameters (the simplest inverse modeling )? Solving the model-eigenvalues and eigenvectors, the importance of non-orthogonality, the time-evolution operator, transient and steady-state behavior. Applying the model-how do we use these models as tools to improve our understanding? Students will recieve training to use R, which will be utilized in a problem focused on the global carbon cycle. (Students already proficient in Matlab or similar application may use one of those, but R will be very much preferred in Part Ib, data visualization.) Lecures in Part I Lecture 1. Basic concepts in linear modeling of environmental systems Lecture 2-3. More advanced linear models: time evolution operators, tangent linear approximations for non-linear dynamical systems; application to the Carbon Cycle in the Ocean (What is the turnover time for CO 2 in the atmosphere-ocean system?) Reading assignment: Time Scales in Atmospheric Chemistry, M. J. Prather, 1996 Problem Set 1: Oscillating Box Due 13/9/2012. Lecture 4. Markov Processes Class Project: We will do one or more class projects. 1. Thresholds and hysteresis in geophysical systems: Floating Ice in the Arctic. One project would study instability in linear and non-linear cases; conditional instability; multiple solutions; effect of model structure, stochastic processes, and diffusivity on threshold behavior. Students will generate a basic model, then modify its parameters and structure to understand "irreversible" behavior in models, and maybe in the environment. Notz D., 2009, "The future of ice sheets and sea ice: Between reversible retreat and unstoppable loss (PDF)": Ice Energy Balance Model, prototype for class project. 2. Global Distributions of reactive and greenhouse gases as observed from aircraft transecting the atmosphere In the HIPPO program, we have obtained three cross sections of greenhouse gases and reactive species, almost from pole-to-pole, down the centr of the Pacific Ocean. This presentation gives a concept for an "Erector Set" model that might be used to compare species with different reactivity and similar (or different) source regions. We ask the qeustion: does a comprehensive set of tracer data allow us to determine sources or emission ratios for different gases, and to distinguish the effects of different emission locations from effects of transport? The idea is that species with different reactivity decay at different rates as they are transported from source regions. When the concentration of on species is plotted against another, a curvilinear plot results in which the shape depends on relative rates of reaction and transport. This curve can be contrasted with the straight line obtained from inert species, or species that decay at the same rate as one another, which is linear with a slope reflecting the emission ratios but not sensitive to transport rates. Part Ib Data Visualization and Analysis; ( Wofsy) Hands-on introduction to data visualization, time series analysis, Monte Carlo methods, and statistical assessment of data. Environmental data often consist of a large number disparate observations directed towards understand a 2/5

3 particular phenomenon or set of phenomena. The data are often strictly incomparable in that they sample different spatial and/or temporal scales and different processes and attributes of the physical system. Examples include atmospheric trace gases measured from an aircraft, fluxes of these gases observed at points on the surface, long-term data acquired are remote stations on a weekly basis, and winds and temperatures obtained from rawinsondes. We will use case studies to learn about data visualization and statistical inference in analysis of real data sets. The skills learned in this section will be essential for the inverse modeling and data assimilation lectures to follow. Topics: Visualization of data: time series, scatter plots, missing data; smoothing and filling data using basic and advanced methods (interpolation, weighted least squares, the Savistky Golay filter. Analysis of data: linear regression, regressions with errors in dependent and independent variables, transformations of data; time series analysis, autocorrelated time series; error estimation: bootstrapping, correlated errors, bias, conditional sampling. Students learn the statistics and analysis package R ( in a laboratory setting, and apply this package in the data analysis projects. (Substitution of Matlab or the freeware version, octave, is acceptable but will make the more advance statistical treatments difficult.) Bootstrap:.RData.distribute (Data sets for class discussion). make_bootstrap.r (Code for class discussion). Smoothing: Moving averages, Savitsky-Golay and lowess filters--download code for discussion: smoothing_savgol.r R-Tutorials / Help Simple start-up: configure your computer: Powerpoint R for Matlab Users - excellent resources for those switching between R and Matlab! Installation List R Packages (not all will work) R tutorial #1 (Basic R Tutorial) Rtutorial1.pdf R basic statistics (data_t-test.zip) ttools.pdf t-test_r-code.zip R-intro.pdf (Users Manual). fitexy.zip Snow Leopard Exec Students should plan to bring a laptop computer for use in class during Part Ib of the course. Those who do not have such a computer should notify Prof. Wofsy so that one can be obtained on loan. Part Ib will have open-ended, individual or small group mini-projects, with one major project extending into reading/exam period. Reading: lmodel2 --R package for OLS/MA/SMA/RMA fitting lmodel2 --User guide for R package for OLS/MA/SMA/RMA fitting Efron/bootstrap estimation of uncertainty Combining Monte Carlo simulations and bootstrapping Efron/Elementary discussion of bootstrapping. Data Distribution Harvard Forest Data 3/5

4 Confidence Intervals: Summary MEI Index Page CRU Global Anom Data [ ] are there differences between NH and SH variability? CRU NH anomaly data CRU SH anomaly data Part II. Chemical transport models, optimization methods. (Prof. Jacob) The first set of lectures focus on the construction of chemical transport models (CTMs). Topics will include the mass continuity equation, Eulerian and Lagrangian model frameworks, numerical solution of the advection equation and of chemical mechanisms, simulation of turbulence, simulation of aerosol dynamics, and surface-atmosphere exchange. The second set of lectures focus on the construction of inverse models and data assimilation with very general applications. Topics will include Bayes theorem, simple inverse problem for scalars, vector-matrix tools for inverse modeling, inverse problem for vectors, Kalman filters, and adjoint methods. We will learn how to combine observations, physical models, and external information into optimal estimation of the state of a complex system. Hopefully you will not think of opposing observations to models ever again. Text: Chemical Transport Models and Lectures on Inverse Modeling, by D.J. Jacob, on-line at Table of Contents at the bottom of this page. Requirements: weekly homeworks, mini-project. Table of contents for the on-line text material for Part II CHEMICAL TRANSPORT MODELS 1. THE CONTINUITY EQUATION chapter 1 lecture notes 1.1 Formulation 1.2 Discretization of the continuity equation Discretization in space Operator splitting 2. THE TRANSPORT OPERATOR chapter 2 lecture notes 2.1 Mean and turbulent components of transport 2.2 Parameterizations of turbulence Eddy diffusion Wet convective transport 2.3 Numerical solution of the advection equation Classic schemes Volume schemes Semi-Lagrangian algorithm 3. THE CHEMISTRY OPERATOR chapter 3 lecture notes 3.1 Characteristic time scales in atmospheric chemistry mechanisms 3.2 Implicit finite difference solvers 4/5

5 4. CONTINUITY EQUATION FOR AEROSOLS 5. DEPOSITION PROCESSES chapter 5 lecture notes 5.1 Dry deposition One-way deposition Two-way exchange 5.2 Wet deposition Scavenging in wet convective updrafts Scavenging by large-scale precipitation 6. INVERSE MODELING AND DATA ASSIMILATION On Line Text (Draft) 6.1 INTRODUCTION 6.2 BAYES THEOREM 6.3 INVERSE PROBLEM FOR SCALARS 6.4 VECTOR-MATRIX TOOLS FOR INVERSE MODELING Error covariance matrices Gaussian probability distribution functions for vectors Jacobian matrix Model adjoint 6.5 INVERSE PROBLEM FOR VECTORS Analytical maximum a posteriori (MAP) solution Averaging kernel matrix Pieces of information in an observing system Example application Sequential updating 6.6 KALMAN FILTER ( 3-D Var ) 6.7 ADJOINT APPROACH ( 4-D Var ) 6.8 OBSERVING SYSTEM SIMULATION EXPERIMENTS 5/5

A Global Atmospheric Model. Joe Tribbia NCAR Turbulence Summer School July 2008

A Global Atmospheric Model. Joe Tribbia NCAR Turbulence Summer School July 2008 A Global Atmospheric Model Joe Tribbia NCAR Turbulence Summer School July 2008 Outline Broad overview of what is in a global climate/weather model of the atmosphere Spectral dynamical core Some results-climate

More information

ATMOSPHERIC SCIENCE-ATS (ATS)

ATMOSPHERIC SCIENCE-ATS (ATS) Atmospheric Science-ATS (ATS) 1 ATMOSPHERIC SCIENCE-ATS (ATS) Courses ATS 150 Science of Global Climate Change Credits: 3 (3-0-0) Physical basis of climate change. Energy budget of the earth, the greenhouse

More information

Earth System Modeling EAS 4610 / 6130 Fall Semester 2005

Earth System Modeling EAS 4610 / 6130 Fall Semester 2005 Fall Semester 2005 Scheduling : Tuesdays and Thursdays 9:30-11:00 pm Room L1116 Instructors Carlos Cardelino - Room 1114 - phone: x4-1751 - e-mail: carlos@eas.gatech.edu Teaching Assistant Grading Homeworks

More information

STATISTICS-STAT (STAT)

STATISTICS-STAT (STAT) Statistics-STAT (STAT) 1 STATISTICS-STAT (STAT) Courses STAT 158 Introduction to R Programming Credit: 1 (1-0-0) Programming using the R Project for the Statistical Computing. Data objects, for loops,

More information

The Canadian approach to ensemble prediction

The Canadian approach to ensemble prediction The Canadian approach to ensemble prediction ECMWF 2017 Annual seminar: Ensemble prediction : past, present and future. Pieter Houtekamer Montreal, Canada Overview. The Canadian approach. What are the

More information

1. Current atmospheric DA systems 2. Coupling surface/atmospheric DA 3. Trends & ideas

1. Current atmospheric DA systems 2. Coupling surface/atmospheric DA 3. Trends & ideas 1 Current issues in atmospheric data assimilation and its relationship with surfaces François Bouttier GAME/CNRM Météo-France 2nd workshop on remote sensing and modeling of surface properties, Toulouse,

More information

PHYSICS 564 Introduction to Particle Physics I

PHYSICS 564 Introduction to Particle Physics I PHYSICS 564 Introduction to Particle Physics I Prof. Norbert Neumeister Department of Physics Purdue University Fall 2016 http://www.physics.purdue.edu/phys564 Course Format Lectures: Time: Tuesday, Thursday

More information

Seminar: Data Assimilation

Seminar: Data Assimilation Seminar: Data Assimilation Jonas Latz, Elisabeth Ullmann Chair of Numerical Mathematics (M2) Technical University of Munich Jonas Latz, Elisabeth Ullmann (TUM) Data Assimilation 1 / 28 Prerequisites Bachelor:

More information

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 Lectures: Winkenwerder Hall 107, 4:50-5:50pm, MW Labs: Mary Gates Hall 030, 1:30-2:50pm, Th Course Web Site: http://faculty.washington.edu/toths/course.shtml

More information

Fundamentals of Data Assimila1on

Fundamentals of Data Assimila1on 014 GSI Community Tutorial NCAR Foothills Campus, Boulder, CO July 14-16, 014 Fundamentals of Data Assimila1on Milija Zupanski Cooperative Institute for Research in the Atmosphere Colorado State University

More information

Mathematics of Chemistry: Techniques & Applications (CHEM-UA 140)

Mathematics of Chemistry: Techniques & Applications (CHEM-UA 140) Mathematics of Chemistry: Techniques & Applications (CHEM-UA 140) Professor Mark E. Tuckerman Office: 1166E Waverly Phone: 8-8471 Email: mark.tuckerman@nyu.edu Class Time & Location: Tuesday, Thursday:

More information

PHYS 480/580 Introduction to Plasma Physics Fall 2017

PHYS 480/580 Introduction to Plasma Physics Fall 2017 PHYS 480/580 Introduction to Plasma Physics Fall 2017 Instructor: Prof. Stephen Bradshaw (302 Herman Brown Hall, ext. 4045) Email: stephen.bradshaw {at} rice.edu Class Website: Owl Space Lectures: Tuesday

More information

(Regional) Climate Model Validation

(Regional) Climate Model Validation (Regional) Climate Model Validation Francis W. Zwiers Canadian Centre for Climate Modelling and Analysis Atmospheric Environment Service Victoria, BC Outline - three questions What sophisticated validation

More information

GEO 448 Plate Tectonics Fall 2014 Syllabus

GEO 448 Plate Tectonics Fall 2014 Syllabus GEO 448 Plate Tectonics Fall 2014 Syllabus TH 4:00-8:10pm, Gillet Hall 324 Plate Tectonics as a unifying theory: the driving mechanisms of crustal deformation. Evidence supporting sea-floor spreading and

More information

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013)

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) The first semester will concentrate on basic matrix skills as described in MA 205, and the student should have one semester of calculus.

More information

Implementation of modules for wet and dry deposition into the ECMWF Integrated Forecast System

Implementation of modules for wet and dry deposition into the ECMWF Integrated Forecast System Implementation of modules for wet and dry deposition into the ECMWF Integrated Forecast System Johannes Flemming (ECMWF), Vincent Huijnen (KNMI) and Luke Jones (ECMWF) Deliverable D G-RG 4.6 1 Abstract

More information

REMOTE SENSING OF THE ATMOSPHERE AND OCEANS

REMOTE SENSING OF THE ATMOSPHERE AND OCEANS EAS 6145 SPRING 2007 REMOTE SENSING OF THE ATMOSPHERE AND OCEANS Instructor: Prof. Irina N. Sokolik office 2258, phone 404-894-6180 isokolik@eas.gatech.edu Meeting Time: Mondays: 3:05-4:25 PM Wednesdays:

More information

Junior Laboratory. PHYC 307L, Spring Webpage:

Junior Laboratory. PHYC 307L, Spring Webpage: Lectures: Mondays, 13:00-13:50 am, P&A room 184 Lab Sessions: Room 133 Junior Laboratory PHYC 307L, Spring 2016 Webpage: http://physics.unm.edu/courses/becerra/phys307lsp16/ Monday 14:00-16:50 (Group 1)

More information

Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University

Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University TTU Graduate Certificate Geographic Information Science and Technology (GIST) 3 Core Courses and

More information

DISCRETE INVERSE AND STATE ESTIMATION PROBLEMS

DISCRETE INVERSE AND STATE ESTIMATION PROBLEMS DISCRETE INVERSE AND STATE ESTIMATION PROBLEMS With Geophysical The problems of making inferences about the natural world from noisy observations and imperfect theories occur in almost all scientific disciplines.

More information

Estimation, Detection, and Identification CMU 18752

Estimation, Detection, and Identification CMU 18752 Estimation, Detection, and Identification CMU 18752 Graduate Course on the CMU/Portugal ECE PhD Program Spring 2008/2009 Instructor: Prof. Paulo Jorge Oliveira pjcro @ isr.ist.utl.pt Phone: +351 21 8418053

More information

CONTENTS. Preface List of Symbols and Notation

CONTENTS. Preface List of Symbols and Notation CONTENTS Preface List of Symbols and Notation xi xv 1 Introduction and Review 1 1.1 Deterministic and Stochastic Models 1 1.2 What is a Stochastic Process? 5 1.3 Monte Carlo Simulation 10 1.4 Conditional

More information

Graduate Courses Meteorology / Atmospheric Science UNC Charlotte

Graduate Courses Meteorology / Atmospheric Science UNC Charlotte Graduate Courses Meteorology / Atmospheric Science UNC Charlotte In order to inform prospective M.S. Earth Science students as to what graduate-level courses are offered across the broad disciplines of

More information

Computational Biology Course Descriptions 12-14

Computational Biology Course Descriptions 12-14 Computational Biology Course Descriptions 12-14 Course Number and Title INTRODUCTORY COURSES BIO 311C: Introductory Biology I BIO 311D: Introductory Biology II BIO 325: Genetics CH 301: Principles of Chemistry

More information

HEAT AND THERMODYNAMICS PHY 522 Fall, 2010

HEAT AND THERMODYNAMICS PHY 522 Fall, 2010 HEAT AND THERMODYNAMICS PHY 522 Fall, 2010 I. INSTRUCTOR Professor Lance De Long Office: CP363 (257-4775) Labs: CP75, CP158 (257-8883), ASTeCC A041 Office Hours: M 10:30-11:30 a.m.; T 8:30-9:30 a.m. II.

More information

Introduction to Atmosphere, Ocean, and Climate Dynamics

Introduction to Atmosphere, Ocean, and Climate Dynamics 12.003 Introduction to Atmosphere, Ocean, and Climate Dynamics Instructor Paul O Gorman, 54-1712 pog@mit.edu Teaching Assistant Elezhan Zhakiya (e.zhakiya@gmail.com) Webpage http://www.mit.edu/~pog/12.003

More information

CHGN 351 A FALL PHYSICAL CHEMISTRY I: Quantum Mechanics and an Introduction to Statistical Thermodynamics

CHGN 351 A FALL PHYSICAL CHEMISTRY I: Quantum Mechanics and an Introduction to Statistical Thermodynamics PHYSICAL CHEMISTRY I: Quantum Mechanics and an Introduction to Statistical Thermodynamics INSTRUCTOR: TEXTBOOK: Prof. David Wu Office: 156 Coolbaugh / 429 Alderson e-mail: dwu@pioneer.mines.edu Tel: 384-2066

More information

Physics 112 Spring 2014

Physics 112 Spring 2014 Physics 112 Spring 2014 Phys 112 (S12) Syllabus/introduction 1 Goals Deeper understanding of concepts: less mysterious Entropy Free energy Chemical potential Statistical mechanics fluctuations kinetic

More information

Summary Report: MAA Program Study Group on Computing and Computational Science

Summary Report: MAA Program Study Group on Computing and Computational Science Summary Report: MAA Program Study Group on Computing and Computational Science Introduction and Themes Henry M. Walker, Grinnell College (Chair) Daniel Kaplan, Macalester College Douglas Baldwin, SUNY

More information

MATHEMATICS (MATH) Mathematics (MATH) 1

MATHEMATICS (MATH) Mathematics (MATH) 1 Mathematics (MATH) 1 MATHEMATICS (MATH) MATH 500 Applied Analysis I Measure Theory and Lebesgue Integration; Metric Spaces and Contraction Mapping Theorem, Normed Spaces; Banach Spaces; Hilbert Spaces.

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

CHEMISTRY. CHEM 0100 PREPARATION FOR GENERAL CHEMISTRY 3 cr. CHEM 0110 GENERAL CHEMISTRY 1 4 cr. CHEM 0120 GENERAL CHEMISTRY 2 4 cr.

CHEMISTRY. CHEM 0100 PREPARATION FOR GENERAL CHEMISTRY 3 cr. CHEM 0110 GENERAL CHEMISTRY 1 4 cr. CHEM 0120 GENERAL CHEMISTRY 2 4 cr. CHEMISTRY CHEM 0100 PREPARATION FOR GENERAL CHEMISTRY 3 cr. Designed for those students who intend to take chemistry 0110 and 0120, but whose science and mathematical backgrounds are judged by their advisors

More information

Turbulence in the Atmosphere and Oceans

Turbulence in the Atmosphere and Oceans Turbulence in the Atmosphere and Oceans Instructors: Raffaele Ferrari and Glenn Flierl Course description The course will present the phenomena, theory, and modeling of turbulence in the Earth s oceans

More information

Satellite Observations of Greenhouse Gases

Satellite Observations of Greenhouse Gases Satellite Observations of Greenhouse Gases Richard Engelen European Centre for Medium-Range Weather Forecasts Outline Introduction Data assimilation vs. retrievals 4D-Var data assimilation Observations

More information

PHYS F212X FE1+FE2+FE3

PHYS F212X FE1+FE2+FE3 Syllabus for PHYS F212X FE1+FE2+FE3 General Physics II College of Natural Science and Mathematics University of Alaska Fairbanks Fall 2016 (8/29/2016 to 12/14/2016) Course Information: PHYS F212X FE1+FE2+FE3

More information

Winter 2019 Math 106 Topics in Applied Mathematics. Lecture 1: Introduction

Winter 2019 Math 106 Topics in Applied Mathematics. Lecture 1: Introduction Winter 2019 Math 106 Topics in Applied Mathematics Data-driven Uncertainty Quantification Yoonsang Lee (yoonsang.lee@dartmouth.edu) Lecture 1: Introduction 19 Winter M106 Class: MWF 12:50-1:55 pm @ 200

More information

ENVIRONMENTAL DATA ANALYSIS WILLIAM MENKE JOSHUA MENKE WITH MATLAB COPYRIGHT 2011 BY ELSEVIER, INC. ALL RIGHTS RESERVED.

ENVIRONMENTAL DATA ANALYSIS WILLIAM MENKE JOSHUA MENKE WITH MATLAB COPYRIGHT 2011 BY ELSEVIER, INC. ALL RIGHTS RESERVED. ENVIRONMENTAL DATA ANALYSIS WITH MATLAB WILLIAM MENKE PROFESSOR OF EARTH AND ENVIRONMENTAL SCIENCE COLUMBIA UNIVERSITY JOSHUA MENKE SOFTWARE ENGINEER JOM ASSOCIATES COPYRIGHT 2011 BY ELSEVIER, INC. ALL

More information

Probing the covariance matrix

Probing the covariance matrix Probing the covariance matrix Kenneth M. Hanson Los Alamos National Laboratory (ret.) BIE Users Group Meeting, September 24, 2013 This presentation available at http://kmh-lanl.hansonhub.com/ LA-UR-06-5241

More information

Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week:

Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week: Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week: Course general information About the course Course objectives Comparative methods: An overview R as language: uses and

More information

Micromet Methods for Determining Fluxes of Nitrogen Species. Tilden P. Meyers NOAA/ARL Atmospheric Turbulence and Diffusion Division Oak Ridge, TN

Micromet Methods for Determining Fluxes of Nitrogen Species. Tilden P. Meyers NOAA/ARL Atmospheric Turbulence and Diffusion Division Oak Ridge, TN Micromet Methods for Determining Fluxes of Nitrogen Species Tilden P. Meyers NOAA/ARL Atmospheric Turbulence and Diffusion Division Oak Ridge, TN Presentation Objectives Discuss various methodologies to

More information

Physics Courses. Courses. Physics Courses 1

Physics Courses. Courses. Physics Courses 1 Physics Courses 1 Physics Courses Courses PHYS 1403. General Physics I (C). General Physics I (3-2) A non-calculus treatment of mechanics and heat. Laboratory experience is an essential component of this

More information

Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies

Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Session 3220 Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Raymond G. Jacquot, Jerry C. Hamann, John E. McInroy Electrical Engineering Department, University

More information

Earth Science (Tarbuck/Lutgens), Tenth Edition 2003 Correlated to: Florida Course Descriptions Earth/Space Science, Honors (Grades 9-12)

Earth Science (Tarbuck/Lutgens), Tenth Edition 2003 Correlated to: Florida Course Descriptions Earth/Space Science, Honors (Grades 9-12) LA.1112.1.6.2: The student will listen to, read, and discuss familiar and conceptually challenging text; SE: Text: 2-16, 20-35, 40-63, 68-93, 98-126, 130-160, 164-188, 192-222, 226-254, 260-281, 286-306,

More information

Assimilation Techniques (4): 4dVar April 2001

Assimilation Techniques (4): 4dVar April 2001 Assimilation echniques (4): 4dVar April By Mike Fisher European Centre for Medium-Range Weather Forecasts. able of contents. Introduction. Comparison between the ECMWF 3dVar and 4dVar systems 3. he current

More information

Introduction to Ensemble Kalman Filters and the Data Assimilation Research Testbed

Introduction to Ensemble Kalman Filters and the Data Assimilation Research Testbed Introduction to Ensemble Kalman Filters and the Data Assimilation Research Testbed Jeffrey Anderson, Tim Hoar, Nancy Collins NCAR Institute for Math Applied to Geophysics pg 1 What is Data Assimilation?

More information

DEPARTMENT OF ATMOSPHERIC SCIENCE

DEPARTMENT OF ATMOSPHERIC SCIENCE Department of Atmospheric Science 1 DEPARTMENT OF ATMOSPHERIC SCIENCE Office in Atmospheric Science Building, Foothills Campus, Room 118 (970) 491-8682 www.atmos.colostate.edu (http://www.atmos.colostate.edu)

More information

ECE 516: System Control Engineering

ECE 516: System Control Engineering ECE 516: System Control Engineering This course focuses on the analysis and design of systems control. This course will introduce time-domain systems dynamic control fundamentals and their design issues

More information

Atmospheric Science (ATS)

Atmospheric Science (ATS) The University of Alabama in Huntsville 1 Atmospheric Science (ATS) ATS 501 - SURVEY OF ATMOSPHERIC SCIENCE General survey of the field of atmospheric science includes thermodynamics, atmospheric dynamics,

More information

At A Glance. UQ16 Mobile App.

At A Glance. UQ16 Mobile App. At A Glance UQ16 Mobile App Scan the QR code with any QR reader and download the TripBuilder EventMobile app to your iphone, ipad, itouch or Android mobile device. To access the app or the HTML 5 version,

More information

11 days (00, 12 UTC) 132 hours (06, 18 UTC) One unperturbed control forecast and 26 perturbed ensemble members. --

11 days (00, 12 UTC) 132 hours (06, 18 UTC) One unperturbed control forecast and 26 perturbed ensemble members. -- APPENDIX 2.2.6. CHARACTERISTICS OF GLOBAL EPS 1. Ensemble system Ensemble (version) Global EPS (GEPS1701) Date of implementation 19 January 2017 2. EPS configuration Model (version) Global Spectral Model

More information

Course Syllabus: Continuum Mechanics - ME 212A

Course Syllabus: Continuum Mechanics - ME 212A Course Syllabus: Continuum Mechanics - ME 212A Division Course Number Course Title Academic Semester Physical Science and Engineering Division ME 212A Continuum Mechanics Fall Academic Year 2017/2018 Semester

More information

CHEMISTRY. CHEM 0100 PREPARATION FOR GENERAL CHEMISTRY 3 cr. CHEM 0110 GENERAL CHEMISTRY 1 4 cr. CHEM 0120 GENERAL CHEMISTRY 2 4 cr.

CHEMISTRY. CHEM 0100 PREPARATION FOR GENERAL CHEMISTRY 3 cr. CHEM 0110 GENERAL CHEMISTRY 1 4 cr. CHEM 0120 GENERAL CHEMISTRY 2 4 cr. CHEMISTRY CHEM 0100 PREPARATION FOR GENERAL CHEMISTRY 3 cr. Course for students who intend to take CHEM 0110 later, but whose science and mathematics backgrounds are weak. Through intensive drill, this

More information

Random Vibrations & Failure Analysis Sayan Gupta Indian Institute of Technology Madras

Random Vibrations & Failure Analysis Sayan Gupta Indian Institute of Technology Madras Random Vibrations & Failure Analysis Sayan Gupta Indian Institute of Technology Madras Lecture 1: Introduction Course Objectives: The focus of this course is on gaining understanding on how to make an

More information

ESCI 110: 2 s.h. Introduction to Earth Sciences Programs ESCI 322: 3 s.h. Environmental Hydrology ESCI 241: 4 s.h. Meteorology (G2, L)

ESCI 110: 2 s.h. Introduction to Earth Sciences Programs ESCI 322: 3 s.h. Environmental Hydrology ESCI 241: 4 s.h. Meteorology (G2, L) ESCI 110: 2 s.h. Introduction to Earth Sciences Programs General introduction to each of the earth sciences disciplines and to college life. 2 hrs. lec. Offered in fall. Restricted to earth sciences majors.

More information

Lateral Boundary Conditions

Lateral Boundary Conditions Lateral Boundary Conditions Introduction For any non-global numerical simulation, the simulation domain is finite. Consequently, some means of handling the outermost extent of the simulation domain its

More information

New York University Department of Economics. Applied Statistics and Econometrics G Spring 2013

New York University Department of Economics. Applied Statistics and Econometrics G Spring 2013 New York University Department of Economics Applied Statistics and Econometrics G31.1102 Spring 2013 Text: Econometric Analysis, 7 h Edition, by William Greene (Prentice Hall) Optional: A Guide to Modern

More information

Daniel J. Jacob, Models of Atmospheric Transport and Chemistry, 2007.

Daniel J. Jacob, Models of Atmospheric Transport and Chemistry, 2007. 1 0. CHEMICAL TRACER MODELS: AN INTRODUCTION Concentrations of chemicals in the atmosphere are affected by four general types of processes: transport, chemistry, emissions, and deposition. 3-D numerical

More information

Statistics Introduction to Probability

Statistics Introduction to Probability Statistics 110 - Introduction to Probability Mark E. Irwin Department of Statistics Harvard University Summer Term Monday, June 26, 2006 - Wednesday, August 16, 2006 Copyright 2006 by Mark E. Irwin Personnel

More information

Asian THORPEX Implementation Plan

Asian THORPEX Implementation Plan Asian THORPEX Implementation Plan 1. Introduction This document is to describe the Implementation Plan of the Asian THORPEX, that the Asian THORPEX Regional Committee (ARC) approves. THORPEX was established

More information

Earth System Modeling EAS 4610 / 6130 Fall Semester 2012

Earth System Modeling EAS 4610 / 6130 Fall Semester 2012 Earth System Modeling Fall Semester 2012 Scheduling: Monday, Wednesday and Friday 9:00-10:00 am Room L1116 Monday and Wednesday are reserved for lectures and introduction to new fundamental concepts. Students

More information

series. Utilize the methods of calculus to solve applied problems that require computational or algebraic techniques..

series. Utilize the methods of calculus to solve applied problems that require computational or algebraic techniques.. 1 Use computational techniques and algebraic skills essential for success in an academic, personal, or workplace setting. (Computational and Algebraic Skills) MAT 203 MAT 204 MAT 205 MAT 206 Calculus I

More information

Model error and parameter estimation

Model error and parameter estimation Model error and parameter estimation Chiara Piccolo and Mike Cullen ECMWF Annual Seminar, 11 September 2018 Summary The application of interest is atmospheric data assimilation focus on EDA; A good ensemble

More information

Prerequisite: STATS 7 or STATS 8 or AP90 or (STATS 120A and STATS 120B and STATS 120C). AP90 with a minimum score of 3

Prerequisite: STATS 7 or STATS 8 or AP90 or (STATS 120A and STATS 120B and STATS 120C). AP90 with a minimum score of 3 University of California, Irvine 2017-2018 1 Statistics (STATS) Courses STATS 5. Seminar in Data Science. 1 Unit. An introduction to the field of Data Science; intended for entering freshman and transfers.

More information

Uncertainty analysis of nonpoint source pollution modeling:

Uncertainty analysis of nonpoint source pollution modeling: 2013 SWAT Conference Uncertainty analysis of nonpoint source pollution modeling: An important implication for Soil and Water Assessment Tool Professor Zhenyao Shen 2013-07-17 Toulouse Contents 1 2 3 4

More information

Lagrangian Data Assimilation and Manifold Detection for a Point-Vortex Model. David Darmon, AMSC Kayo Ide, AOSC, IPST, CSCAMM, ESSIC

Lagrangian Data Assimilation and Manifold Detection for a Point-Vortex Model. David Darmon, AMSC Kayo Ide, AOSC, IPST, CSCAMM, ESSIC Lagrangian Data Assimilation and Manifold Detection for a Point-Vortex Model David Darmon, AMSC Kayo Ide, AOSC, IPST, CSCAMM, ESSIC Background Data Assimilation Iterative process Forecast Analysis Background

More information

Earth Sciences (Geology) Information Sheet for entry in 2017

Earth Sciences (Geology) Information Sheet for entry in 2017 Earth Sciences (Geology) Information Sheet for entry in 2017 The Earth Sciences are changing rapidly in scope and nature. The course at Oxford reflects these changes, and provides sound and broadly based

More information

Lecture 2. Turbulent Flow

Lecture 2. Turbulent Flow Lecture 2. Turbulent Flow Note the diverse scales of eddy motion and self-similar appearance at different lengthscales of this turbulent water jet. If L is the size of the largest eddies, only very small

More information

IMPACT EXPERIMENTS ON GMAO DATA ASSIMILATION AND FORECAST SYSTEMS WITH MODIS WINDS DURING MOWSAP. Lars Peter Riishojgaard and Yanqiu Zhu

IMPACT EXPERIMENTS ON GMAO DATA ASSIMILATION AND FORECAST SYSTEMS WITH MODIS WINDS DURING MOWSAP. Lars Peter Riishojgaard and Yanqiu Zhu IMPACT EXPERIMENTS ON GMAO DATA ASSIMILATION AND FORECAST SYSTEMS WITH MODIS WINDS DURING MOWSAP Lars Peter Riishojgaard and Yanqiu Zhu Global Modeling and Assimilation Office, NASA/GSFC, Greenbelt, Maryland

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Spring 2014 Lectures: Tuesdays & Thursdays 2:00pm-2:50pm, Holden Hall 00038 Lab sessions: Tuesdays or Thursdays 3:00pm-4:50pm or Wednesday 1:00pm-2:50pm, Holden

More information

Gaussian Process Approximations of Stochastic Differential Equations

Gaussian Process Approximations of Stochastic Differential Equations Gaussian Process Approximations of Stochastic Differential Equations Cédric Archambeau Centre for Computational Statistics and Machine Learning University College London c.archambeau@cs.ucl.ac.uk CSML

More information

2. Outline of the MRI-EPS

2. Outline of the MRI-EPS 2. Outline of the MRI-EPS The MRI-EPS includes BGM cycle system running on the MRI supercomputer system, which is developed by using the operational one-month forecasting system by the Climate Prediction

More information

Short tutorial on data assimilation

Short tutorial on data assimilation Mitglied der Helmholtz-Gemeinschaft Short tutorial on data assimilation 23 June 2015 Wolfgang Kurtz & Harrie-Jan Hendricks Franssen Institute of Bio- and Geosciences IBG-3 (Agrosphere), Forschungszentrum

More information

CHEMICAL ENGINEERING (CHE)

CHEMICAL ENGINEERING (CHE) Chemical Engineering (CHE) 1 CHEMICAL ENGINEERING (CHE) CHE 2033 Introduction to Chemical Process Engineering Prerequisites: CHEM 1515 and ENSC 2213 Description: Concurrent enrollment in MATH 2233 or 3263,

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Deutscher Wetterdienst Modelling the Volcanic Ash Episode: Experiences with COSMO-ART Detlev Majewski (FE1) Bernhard Vogel, Heike Vogel (KIT) Thomas Hanisch, Jochen Förstner (FE13), Ulrich Pflüger (FE15)

More information

AGRY 545/ASM 591R. Remote Sensing of Land Resources. Fall Semester Course Syllabus

AGRY 545/ASM 591R. Remote Sensing of Land Resources. Fall Semester Course Syllabus AGRY 545/ASM 591R Remote Sensing of Land Resources Fall Semester 2005 Course Syllabus Agronomy 545/ASM 591R is a graduate level course designed to teach students how to analyze and interpret remotely sensed

More information

Course Catalog - Spring 2015

Course Catalog - Spring 2015 Course Catalog - Spring 2015 Atmospheric Sciences Atmospheric Sciences Head of Department: Robert Rauber Department Office: 101 Atmospheric Sciences Building, 105 South Gregory Street, Urbana Phone: 333-2046

More information

What does mastering the course content look like?

What does mastering the course content look like? COURSE DESCRIPTION Earth science is a laboratory course that serves as an introduction survey of geology, mineralogy, mapping, astronomy as well as topics in meteorology, oceanography and paleontology.

More information

Comparative Vertebrate Anatomy Biol 241 Fall 2017

Comparative Vertebrate Anatomy Biol 241 Fall 2017 Comparative Vertebrate Anatomy Biol 241 Fall 2017 Time/Location Monday and Wednesday, 5:00 pm 6:15 pm, Loyola Science Center 212 Instructors Dr. Robert Smith Professor of Biology Loyola Science Center

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

MEAM 520. Homogenous Transformations

MEAM 520. Homogenous Transformations MEAM 520 Homogenous Transformations Katherine J. Kuchenbecker, Ph.D. General Robotics, Automation, Sensing, and Perception Lab (GRASP) MEAM Department, SEAS, University of Pennsylvania Lecture 3: September

More information

COURSE NUMBER: EH 590R SECTION: 1 SEMESTER: Fall COURSE TITLE: Computational Systems Biology: Modeling Biological Responses

COURSE NUMBER: EH 590R SECTION: 1 SEMESTER: Fall COURSE TITLE: Computational Systems Biology: Modeling Biological Responses DEPARTMENT: Environmental Health COURSE NUMBER: EH 590R SECTION: 1 SEMESTER: Fall 2017 CREDIT HOURS: 2 COURSE TITLE: Computational Systems Biology: Modeling Biological Responses COURSE LOCATION: TBD PREREQUISITE:

More information

HIRES 2017 Syllabus. Instructors:

HIRES 2017 Syllabus. Instructors: HIRES 2017 Syllabus Instructors: Dr. Brian Vant-Hull: Steinman 185, 212-650-8514, brianvh@ce.ccny.cuny.edu Ms. Hannah Aizenman: NAC 7/311, 212-650-6295, haizenman@ccny.cuny.edu Dr. Tarendra Lakhankar:

More information

Applied Mathematics and Statistics Graduate Course Offerings

Applied Mathematics and Statistics Graduate Course Offerings Applied Mathematics and Statistics Graduate Course Offerings MATH500. LINEAR VECTOR SPACES. 3.0 Semester Hrs. Finite dimensional vector spaces and subspaces: dimension, dual bases, annihilators. Linear

More information

Inference Control and Driving of Natural Systems

Inference Control and Driving of Natural Systems Inference Control and Driving of Natural Systems MSci/MSc/MRes nick.jones@imperial.ac.uk The fields at play We will be drawing on ideas from Bayesian Cognitive Science (psychology and neuroscience), Biological

More information

Process Fluid Mechanics

Process Fluid Mechanics Process Fluid Mechanics CENG 2220 Instructor: Francesco Ciucci, Room 2577A (Lift 27-29), Tel: 2358 7187, email: francesco.ciucci@ust.hk. Office Hours: Tuesday 17:00-18:00 or by email appointment Teaching

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections Fall 2010 All course materials are available on the RPI Learning Management System (LMS) website.

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

for Complex Environmental Models

for Complex Environmental Models Calibration and Uncertainty Analysis for Complex Environmental Models PEST: complete theory and what it means for modelling the real world John Doherty Calibration and Uncertainty Analysis for Complex

More information

ASTR Stars, Galaxies and the Universe! Fall 2015!

ASTR Stars, Galaxies and the Universe! Fall 2015! ASTR 201 - Stars, Galaxies and the Universe Fall 2015 Instructor: Prof. Andrea Isella (354 Herman Brown Hall, ext. 5491) Email: isella {at} rice.edu Class Website: Owl Space Lectures: Tuesday and Thursday,

More information

Stellar Astronomy 1401 Spring 2009

Stellar Astronomy 1401 Spring 2009 Stellar Astronomy 1401 Spring 2009 Instructor: Ron Wilhelm Office: Science Building Room 9 Contact information: Office Hours: 742-4707 or ron.wilhelm@ttu.edu MWF 10:00-11:00 PM T & Th 11:30-12:30 AM Or

More information

Physical Oceanography OEAS 405/505 Fall 2013

Physical Oceanography OEAS 405/505 Fall 2013 Physical Oceanography OEAS 405/505 Fall 2013 Instructor: Prof. Tal Ezer http://www.ccpo.odu.edu/facstaff/faculty/tezer/ezer.html Office: CCPO, Innovation Research Park Bldg. #1 4111 Monarch Way, Room 3217

More information

M. Mielke et al. C5816

M. Mielke et al. C5816 Atmos. Chem. Phys. Discuss., 14, C5816 C5827, 2014 www.atmos-chem-phys-discuss.net/14/c5816/2014/ Author(s) 2014. This work is distributed under the Creative Commons Attribute 3.0 License. Atmospheric

More information

Hong Kong Observatory Summer Placement Programme 2017

Hong Kong Observatory Summer Placement Programme 2017 Hong Kong Observatory Summer Placement Programme 2017 Training Programme : supervise the student. A mentor from the Hong Kong Observatory with relevant expertise will Training Period : 8 weeks, starting

More information

Carbon Flux Data Assimilation

Carbon Flux Data Assimilation Carbon Flux Data Assimilation Saroja Polavarapu Environment Canada Thanks: D. Jones (U Toronto), D. Chan (EC), A. Jacobson (NOAA) DAOS Working group Meeting, 15-16 Aug. 2014 The Global Carbon Cycle http://www.scidacreview.org/0703/html/biopilot.html

More information

Introduction to ecosystem modelling Stages of the modelling process

Introduction to ecosystem modelling Stages of the modelling process NGEN02 Ecosystem Modelling 2018 Introduction to ecosystem modelling Stages of the modelling process Recommended reading: Smith & Smith Environmental Modelling, Chapter 2 Models in science and research

More information

Introduction to ecosystem modelling (continued)

Introduction to ecosystem modelling (continued) NGEN02 Ecosystem Modelling 2015 Introduction to ecosystem modelling (continued) Uses of models in science and research System dynamics modelling The modelling process Recommended reading: Smith & Smith

More information

Guide to the Science Area For History and Science Concentrators Science and Society Track

Guide to the Science Area For History and Science Concentrators Science and Society Track Guide to the Science Area For History and Science Concentrators Science and Society Track 2018-2019 Department of the History of Science This guide provides ideas for designing your own program of study

More information

Columbus State Community College Mathematics Department Public Syllabus

Columbus State Community College Mathematics Department Public Syllabus Columbus State Community College Mathematics Department Public Syllabus Course and Number: MATH 2568 Elementary Linear Algebra Credits: 4 Class Hours Per Week: 4 Prerequisites: MATH 2153 with a C or higher

More information

CHEE 3321 (Required) Analytical Methods for Chemical Engineers

CHEE 3321 (Required) Analytical Methods for Chemical Engineers CHEE 3321 (Required) Analytical Methods for Chemical Engineers Catalog Data: Cr. 3. (3-0). Prerequisites: MATH 2433 or equivalent with consent of instructor. Linear algebra, analytical methods for solving

More information