Adaptation of the Nelson Dead Fuel Moisture Model for Fire Behavior and Fire Danger Software Application

Size: px
Start display at page:

Download "Adaptation of the Nelson Dead Fuel Moisture Model for Fire Behavior and Fire Danger Software Application"

Transcription

1 Adaptation of the Nelson Dead Fuel Moisture Model for Fire Behavior and Fire Danger Software Application April 2005 Collin D. Bevins Systems for Environmental Management Page 1

2 0. Introduction This document describes the procedures and results of an effort to adapt Nelson's (2000) dead fuel moisture model for use in fire behavior and fire danger software applications. The following steps were undertaken: 1. All available dead fuel moisture content field data and associated weather observations were collected, reviewed, and edited into a common format. The data included measurements for 1-h, 10-h, 100-h, and 1000-h dead fuel dowels. 2. A preliminary C++ class, DeadFuelMoisture, was written based upon Bevins' Fuel Moisture Stick C library, incorporating the most recent parameter values available from Ralph Nelson and J. D. Carlson (Carlson 2003, 2004a, 2004b). 3. A C++ test platform was written to perform iterative statistical analysis of observed and predicted dead fuel moisture contents using the DeadFuelMoisture class. 4. Model logic and radius-dependent model parameters were tuned to provide best fit with the field data. 5. Functions were developed to estimate radius-dependent parameters, enabling DeadFuelMoisture to be used for arbitrary fuel sizes. 1. Field Data Table 1 summarizes the moisture content field data and associated weather observations gathered from various sources. The data were in a variety of formats, with a range of documentation and data integrity. Obvious data errors such as dropped digits were corrected. The data were edited into a common test format. A large number of files were created representing various groupings and weather patterns during model testing. The individual data sets have been archived in the deadfuelmoisture.xls spreadsheet file using the format described in Table 2. The spreadsheet file is included in the accompanying compact disc Page 2

3 Table 1 Field Data Sources Location- Year Radius Weather Fuel Moisture (cm) Obs Frequency Obs Frequency Slapout, OK min :00 & 17:00 Slapout, OK min :00 & 17:00 Slapout, OK min :00 & 17:00 Slapout, OK Std.5 Sticks min :00 & 17:00 Unknown, April min min Burnsville, NC min min Unknown, March min min Mio, MI min min Missoula, MT min 66 Variable Unknown, April min min Unknown, April min min Missoula, MT min min Missoula, MT min min Slapout, OK min :00 & 17:00 Table 2 Field Data Spreadsheet Format Column Content Units A Elapsed time H B Year YYYY C Month MM (Jan=1, Dec=12) D Day DD E Hour MM F Minute MM G Second MM H Air temperature C I Relative Humidity G/g J Solar Radiation W/m2 K Cumulative rainfall Cm L Observed fuel moisture contents G/g (<=0 indicates no observation) M Predicted fuel moisture content G/g N Fuel moisture content prediction error G/g O Fuel moisture state at end of update() Index Page 3

4 2. DeadFuelMoisture C++ Class The DeadFuelMoisture class is an ANSI/ISO standard C++ class implementing Nelson's (2000) dead fuel moisture model as modified by Carlson (2003, 2004a, 2004b) and the results of this study. It requires no other code libraries besides the C++ Standard Template Library (STL) available in all C++ development environments. The class header file DeadFuelMoisture.h contains the class interface and description, while the source code file DeadFuelMoisture.cpp contains the class implementation and definition. The source code is heavily commented with extensive Doxygen markup for automatic generation of on-line and PDF manuals. 3. Model Parameter Testing and Selection The parameters listed in Table 3 vary by stick radius in the Nelson model. Nelson selected his parameter values based upon a series of ad hoc trials with a limited set of field data until a good fit was found (Nelson, personal communication). One objective of the current study was to reselect parameter values based upon a larger body of field data using a more systematic approach. A C++ test application based upon the DeadFuelMoisture class was developed to assist in the parameter value selection process. The test application could read one or more of the various data sets, generate predicted fuel moisture contents, accumulate observed v predicted statistics, and produce various output data, statistical, and graphics files. The parameters in Table 3 were iteratively varied to find a combination of values yielding the best observed v predicted results. This was repeated for the combined field data sets for each of the 1-h, 10-h, 100-h, and 1000-h time lag fuel size classes. The result of these trials was set of model parameters for each of the 4 fuel size classes yielding the minimum prediction error. Page 4

5 Table 3 Radius-Dependent Model Parameters Parameter Moisture computation radial nodes Moisture computation time steps per observation Moisture diffusivity time steps per observation Maximum local moisture content Planar heat transfer rate Surface mass transfer rate for adsorption Surface mass transfer rate for desorption Rainfall runoff factor during first hour of rain event Rainfall runoff factor during subsequent hours of rain event Storm transition value (precipitation rate) Water film contribution to stick moisture content Units count count count g/g cal/cm2-h-c (cm3/cm2)/h (cm3/cm2)/h dl dl cm rain/h g/g 4. Model Modifications As a result of testing the model against all the field data sets, a series of modifications were made to DeadFuelMoisture to produce the best predictions. 4.1 Storm Transition Value Nelson's model categorized rainfall into non-storm and storm events. The distinction between the two depended upon a precipitation rate threshold called the storm transition value. Testing showed that raising this threshold to an arbitrarily high value (such as cm/h) yielded the best predictions for all data sets. Because of this, the storm transition state logic was removed from the DeadFuelMoisture class. 4.2 Rainfall Runoff Factors Similarly, Nelson applied one rainfall runoff factor during the first hour of a rainfall event, and a second factor during subsequent periods for the same rainfall event. Not only did this produce a disjoint moisture content prediction curve throughout a rainfall event, it also increased prediction error. Removing the subsequent rainfall runoff factor logic from the DeadFuelMoisture class yielded improved predictions for all data sets. 4.3 Water Film Contribution Setting the water film contribution to zero resulted in the best predictions for all size classes. Page 5

6 4.4 Maximum Local Moisture Content Setting the maximum local moisture content to 0.6 g/g resulted in the best predictions for all size classes. It especially improved the responsiveness and accuracy of 1000-h fuel moisture content predictions. 4.5 Surface Mass Transfer Rate for Desorption Model results were relatively insensitive to the surface mass transfer rate for desorption. Fixing its value to 0.06 (cm3/cm2)/h did not significantly degrade any of the model predictions. 4.6 Radius-Dependent Parameters The remaining model parameters were determined to be radius-dependent: number of moisture computation radial nodes, number of moisture content computation steps per weather update, number of moisture diffusivity computation steps per weather update, planar heat transfer rate, surface mass transfer rate for adsorption, and rainfall runoff factor. 5. Radius-Dependent Model Parameter Functions Optimal model parameter sets for the four idealized 1-h, 10-h, 100-h, and 1000-h fuel size classes are generally adequate for most fire danger uses. Fire behavior applications, however, typically deal with dead fuels whose surface area-to-volume ratio range from ft -1 ( cm radius). A method of estimating the 6 radiusdependent parameters is therefore desirable for fire behavior modeling. Inverse power functions (Tables 4-9) were fitted to the optimal parameter sets; parameter values become asymptotic as radius increases, and approach infinity as the radius approaches zero. The function values and charts are archived in the deadfuelmoisture.xls spreadsheet file. Page 6

7 Table 4 Number of Moisture Computation Radial Nodes N = / radius 1.0 Radius (cm) Surface area-to-volume (ft -1 ) Parameter Value (n) Table 5 Number of Moisture Computation Steps per Update N = / radius 1.4 Radius (cm) Surface area-to-volume (ft -1 ) Parameter Value (n) Table 6 Number of Moisture Diffusivity Computation Steps per Update N = / radius 1.3 Radius (cm) Surface area-to-volume (ft -1 ) Parameter Value (n) Page 7

8 Table 7 Planar Heat Transfer Rate Rate = / radius 2.5 Radius (cm) Surface area-to-volume (ft -1 ) Parameter Value (cal/cm 2 -h-c) Table 8 Surface Mass Transfer Rate for Adsorption Rate = / radius 2.6 Radius (cm) Surface area-to-volume (ft -1 ) Parameter Values ((cm 3 /cm 2 )/h) Table 9 Rainfall Runoff Factor Factor = / radius 2.2 Radius (cm) Surface area-to-volume (ft -1 ) Parameter Values (dl) Page 8

9 The power functions for estimating the 6 radius-dependent model parameters were incorporated into DeadFuelMoisture. A final run of the modified model against all the field data sets produced results (Tables 10-13) whose standard errors were within g/g of the optimal parameter sets. Table h Predicted v Observed Fuel Moisture Content Results Data Set Samples Mean Abs Diff Std Error R2 Y intercept Slope Std Err Est Slapout, OK Table h Predicted v Observed Fuel Moisture Content Results Data Set Samples Mean Abs Diff Std Error R2 Y intercept Slope Std Err Est Slapout,OK Table h Predicted v Observed Fuel Moisture Content Results Data Set Samples Mean Abs Diff Std Error R2 Y intercept Slope Std Err Est April Burnsville, NC March Mio, MI Missoula, MT Slapout, OK Slapout, OK Std Dowels All Data Sets Table h Predicted v Observed Fuel Moisture Content Results Data Set Samples Mean Abs Diff Std Error R2 Y intercept Slope Std Err Est April April March Missoula, MT Missoula, MT Slapout, OK All Data Sets Page 9

10 The DeadFuelMoisture model performed well on the trial data sets with R 2 's in the range and standard errors of prediction generally around g/g. Standard errors of prediction were inflated by larger errors under wetter conditions. Of concern was the behavior of the DeadFuelMoisture model for fuels less than 0.2 cm and greater than 6.4 cm radii; i.e., outside the range of the test data sets. This was especially true for the finer fuels, whose model parameters (based on the inverse power functions of Tables 4-9) become exponentially large. Furthermore, it has been noted by Nelson, Carlson, and Bevins that the model projections become unstable for smaller fuels if an insufficient number of radial nodes, moisture content steps, or moisture diffusivity steps are applied. The 1-h fuel weather observations were used to generate moisture content predictions for fuels with 2000 ft -1 and 3500 ft -1 surface area-to-volume ratios. The parameter functions were adjusted until all computational instabilities were overcome (these modifications are incorporated into Tables 4-9). In all cases, predictions for these two fine fuel sizes appeared reasonable, generally following the 0.2 cm prediction curve but responding more rapidly to changes in relative humidity. For most (but not all) weather observations, the 2000 ft -1 and 3500 ft -1 predictions were the same. Modeling finer fuel moisture content carries a fairly heavy computational burden. The model is cpu-bound, with computation time t proportional to: t = n ( m + d ) where t is the relative time, n is the number of radial nodes, m is the number of moisture content computation time steps, and d is the number of moisture diffusivity time steps. Radius (cm) Table 14 DeadFuelMoisture Relative Computation Times Radial Nodes (n) Moisture Content Steps (m) Moisture Diffusivity Steps (d) Computation Time Factor (t) Relative Computation Time , , , , , Page 10

11 6. Conclusions The DeadFuelMoisture model performed well in predicting moisture content for the 15 field data sets covering 1-h, 10-h, 100-h, and 1000-h fuel size classes. Observed v predicted R 2 s ranged from 0.70 to 0.99, with standard errors generally in the 0.02 to 0.08 g/g range. The inverse power functions for estimating the 6 radius-dependent model parameters also performed well, yielding computationally stable results that appear reasonable for very fine fuels. The DeadFuelMoisture C++ class has been fairly well exercised during the testing process, and appears stable and ready for use in larger applications. 7. References Cited Carlson, J.D Evaluation of a new dead fuel moisture model in a near-real-time data assimilation and forecast environment. Progress report on file at USDA Forest Service, Rocky Mountain Research Station, Fire Sciences Lab, Missoula, MT. Sep 15, pp. Carlson, J.D. 2004a. Evaluation of a new dead fuel moisture model in a near-real-time data assimilation and forecast environment. Progress report on file at USDA Forest Service, Rocky Mountain Research Station, Fire Sciences Lab, Missoula, MT. Feb 10, pp. Carlson, J.D. 2004b. Evaluation of a new dead fuel moisture model in a near-real-time data assimilation and forecast environment. Progress report on file at USDA Forest Service, Rocky Mountain Research Station, Fire Sciences Lab, Missoula, MT. Jul 13, pp. Nelson, Ralph M. Jr Prediction of diurnal change in 10-h fuel stick moisture content. Can. J. For. Res. 30: Page 11

12 8. CD-ROM The contents of the accompanying cd-rom are: DfmReport doc this document in MS Word doc format DfmReport pdf this document in Adobe PDF formats DeadFuelMoisture.xls archival field data, observed v predicted, and charts DeadFuelMoisture.cpp DeadFuelMoisture C++ class source code file DeadFuelMoisture.h DeadFuelMoisture C++ class header file Docs Directory containing DeadFuelMoisture HTML Doxygen documentation for developers (start with the index.html file) Page 12

FINAL REPORT Phase One

FINAL REPORT Phase One FINAL REPORT Phase One FS Agreement Number: 03-JV-11222046-077 Cooperator Agreement Number: 2477 Evaluation of a New Dead Fuel Moisture Model in a Near-Real-Time Data Assimilation and Forecast Environment

More information

P1.5 FIELD VERIFICATION OF THE NELSON DEAD FUEL MOISTURE MODEL AND COMPARISONS WITH NATIONAL FIRE DANGER RATING SYSTEM (NFDRS) PREDICTIONS

P1.5 FIELD VERIFICATION OF THE NELSON DEAD FUEL MOISTURE MODEL AND COMPARISONS WITH NATIONAL FIRE DANGER RATING SYSTEM (NFDRS) PREDICTIONS P1.5 FIELD VERIFICATION OF THE NELSON DEAD FUEL MOISTURE MODEL AND COMPARISONS WITH NATIONAL FIRE DANGER RATING SYSTEM (NFDRS) PREDICTIONS J. D. Carlson * Oklahoma State University, Stillwater, Oklahoma

More information

J. D. Carlson A,F, Larry S. Bradshaw B, Ralph M. Nelson Jr C, Randall R. Bensch D and Rafal Jabrzemski E

J. D. Carlson A,F, Larry S. Bradshaw B, Ralph M. Nelson Jr C, Randall R. Bensch D and Rafal Jabrzemski E CSIRO PUBLISHING International Journal of Wildland Fire, 2007, 16, 204 216 www.publish.csiro.au/journals/ijwf Application of the Nelson model to four timelag fuel classes using Oklahoma field observations:

More information

FINAL REPORT. FS Agreement Number: 03-JV (Phase Two) Cooperator Agreement Number: 2477

FINAL REPORT. FS Agreement Number: 03-JV (Phase Two) Cooperator Agreement Number: 2477 FINAL REPORT FS Agreement Number: 03-JV-11222046-077 (Phase Two) Cooperator Agreement Number: 2477 Evaluation of a New Dead Fuel Moisture Model in a Near-Real-Time Data Assimilation and Forecast Environment

More information

J. D. Carlson * Oklahoma State University, Stillwater, Oklahoma

J. D. Carlson * Oklahoma State University, Stillwater, Oklahoma 7.3 EVALUATION OF THE NELSON DEAD FUEL MOISTURE MODEL IN A FORECAST ENVIRONMENT J. D. Carlson * Oklahoma State University, Stillwater, Oklahoma Larry S. Bradshaw Rocky Mountain Research Station, USDA Forest

More information

Validation of the Weather Generator CLIGEN with Precipitation Data from Uganda. W. J. Elliot C. D. Arnold 1

Validation of the Weather Generator CLIGEN with Precipitation Data from Uganda. W. J. Elliot C. D. Arnold 1 Validation of the Weather Generator CLIGEN with Precipitation Data from Uganda W. J. Elliot C. D. Arnold 1 9/19/00 ABSTRACT. Precipitation records from highland and central plains sites in Uganda were

More information

UWM Field Station meteorological data

UWM Field Station meteorological data University of Wisconsin Milwaukee UWM Digital Commons Field Station Bulletins UWM Field Station Spring 992 UWM Field Station meteorological data James W. Popp University of Wisconsin - Milwaukee Follow

More information

SOUTH MOUNTAIN WEATHER STATION: REPORT FOR QUARTER 2 (APRIL JUNE) 2011

SOUTH MOUNTAIN WEATHER STATION: REPORT FOR QUARTER 2 (APRIL JUNE) 2011 SOUTH MOUNTAIN WEATHER STATION: REPORT FOR QUARTER 2 (APRIL JUNE) 2011 Prepared for ESTANCIA BASIN WATERSHED HEALTH, RESTORATION AND MONITORING STEERING COMMITTEE c/o CLAUNCH-PINTO SOIL AND WATER CONSERVATION

More information

The Climate of Bryan County

The Climate of Bryan County The Climate of Bryan County Bryan County is part of the Crosstimbers throughout most of the county. The extreme eastern portions of Bryan County are part of the Cypress Swamp and Forest. Average annual

More information

EAS 535 Laboratory Exercise Weather Station Setup and Verification

EAS 535 Laboratory Exercise Weather Station Setup and Verification EAS 535 Laboratory Exercise Weather Station Setup and Verification Lab Objectives: In this lab exercise, you are going to examine and describe the error characteristics of several instruments, all purportedly

More information

NATIONAL HYDROPOWER ASSOCIATION MEETING. December 3, 2008 Birmingham Alabama. Roger McNeil Service Hydrologist NWS Birmingham Alabama

NATIONAL HYDROPOWER ASSOCIATION MEETING. December 3, 2008 Birmingham Alabama. Roger McNeil Service Hydrologist NWS Birmingham Alabama NATIONAL HYDROPOWER ASSOCIATION MEETING December 3, 2008 Birmingham Alabama Roger McNeil Service Hydrologist NWS Birmingham Alabama There are three commonly described types of Drought: Meteorological drought

More information

US National Fire Danger Rating System: Past, Present and Future

US National Fire Danger Rating System: Past, Present and Future US National Fire Danger System: Past, Present and Future Dr. W. Matt Jolly US Forest Service, Fire Sciences Laboratory Missoula, MT 17/09/2008 NWCG IRMWT 1 Outline Introduction to the US National Fire

More information

The Colorado Drought : 2003: A Growing Concern. Roger Pielke, Sr. Colorado Climate Center.

The Colorado Drought : 2003: A Growing Concern. Roger Pielke, Sr. Colorado Climate Center. The Colorado Drought 2001-2003: 2003: A Growing Concern Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu 2 2002 Drought History in Colorado

More information

Memo. I. Executive Summary. II. ALERT Data Source. III. General System-Wide Reporting Summary. Date: January 26, 2009 To: From: Subject:

Memo. I. Executive Summary. II. ALERT Data Source. III. General System-Wide Reporting Summary. Date: January 26, 2009 To: From: Subject: Memo Date: January 26, 2009 To: From: Subject: Kevin Stewart Markus Ritsch 2010 Annual Legacy ALERT Data Analysis Summary Report I. Executive Summary The Urban Drainage and Flood Control District (District)

More information

Jackson County 2018 Weather Data 67 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center

Jackson County 2018 Weather Data 67 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Jackson County 2018 Weather Data 67 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

Format of CLIGEN weather station statistics input files. for CLIGEN versions as of 6/2001 (D.C. Flanagan).

Format of CLIGEN weather station statistics input files. for CLIGEN versions as of 6/2001 (D.C. Flanagan). Format of CLIGEN weather station statistics input files for CLIGEN versions 4.1-5.1 as of 6/2001 (D.C. Flanagan). updated 12/11/2008 - Jim Frankenberger These files are also known as CLIGEN state files

More information

Table of Contents. Page

Table of Contents. Page Eighteen Years (1990 2007) of Climatological Data on NMSU s Corona Range and Livestock Research Center Research Report 761 L. Allen Torell, Kirk C. McDaniel, Shad Cox, Suman Majumdar 1 Agricultural Experiment

More information

THE METEOROLOGICAL DATA QUALITY MANAGEMENT OF THE ROMANIAN NATIONAL SURFACE OBSERVATION NETWORK

THE METEOROLOGICAL DATA QUALITY MANAGEMENT OF THE ROMANIAN NATIONAL SURFACE OBSERVATION NETWORK THE METEOROLOGICAL DATA QUALITY MANAGEMENT OF THE ROMANIAN NATIONAL SURFACE OBSERVATION NETWORK Ioan Ralita, Ancuta Manea, Doina Banciu National Meteorological Administration, Romania Ionel Dragomirescu

More information

Jackson County 2014 Weather Data

Jackson County 2014 Weather Data Jackson County 2014 Weather Data 62 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

Jackson County 2013 Weather Data

Jackson County 2013 Weather Data Jackson County 2013 Weather Data 61 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

Tracking the Climate Of Northern Colorado Nolan Doesken State Climatologist Colorado Climate Center Colorado State University

Tracking the Climate Of Northern Colorado Nolan Doesken State Climatologist Colorado Climate Center Colorado State University Tracking the Climate Of Northern Colorado Nolan Doesken State Climatologist Colorado Climate Center Colorado State University Northern Colorado Business Innovations November 20, 2013 Loveland, Colorado

More information

2015 Fall Conditions Report

2015 Fall Conditions Report 2015 Fall Conditions Report Prepared by: Hydrologic Forecast Centre Date: December 21 st, 2015 Table of Contents Table of Figures... ii EXECUTIVE SUMMARY... 1 BACKGROUND... 2 SUMMER AND FALL PRECIPITATION...

More information

CLIMATE OF THE ZUMWALT PRAIRIE OF NORTHEASTERN OREGON FROM 1930 TO PRESENT

CLIMATE OF THE ZUMWALT PRAIRIE OF NORTHEASTERN OREGON FROM 1930 TO PRESENT CLIMATE OF THE ZUMWALT PRAIRIE OF NORTHEASTERN OREGON FROM 19 TO PRESENT 24 MAY Prepared by J. D. Hansen 1, R.V. Taylor 2, and H. Schmalz 1 Ecologist, Turtle Mt. Environmental Consulting, 652 US Hwy 97,

More information

WindNinja Tutorial 3: Point Initialization

WindNinja Tutorial 3: Point Initialization WindNinja Tutorial 3: Point Initialization 6/27/2018 Introduction Welcome to WindNinja Tutorial 3: Point Initialization. This tutorial will step you through the process of downloading weather station data

More information

AdvAlg9.7LogarithmsToBasesOtherThan10.notebook. March 08, 2018

AdvAlg9.7LogarithmsToBasesOtherThan10.notebook. March 08, 2018 AdvAlg9.7LogarithmsToBasesOtherThan10.notebook In order to isolate a variable within a logarithm of an equation, you need to re write the equation as the equivalent exponential equation. In order to isolate

More information

Precipitation. Prof. M.M.M. Najim

Precipitation. Prof. M.M.M. Najim Precipitation Prof. M.M.M. Najim Learning Outcome At the end of this section students will be able to Explain different forms of precipitation Identify different types of rain gauges Measure rainfall using

More information

A Century of Meteorological Observations at Fort Valley Experimental Forest: A Cooperative Observer Program Success Story

A Century of Meteorological Observations at Fort Valley Experimental Forest: A Cooperative Observer Program Success Story A Century of Meteorological Observations at Fort Valley Experimental Forest: A Cooperative Observer Program Success Story Daniel P. Huebner and Susan D. Olberding, U.S. Forest Service, Rocky Mountain Research

More information

4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis

4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis 4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis Beth L. Hall and Timothy. J. Brown DRI, Reno, NV ABSTRACT. The North American

More information

Understanding Michigan snowfall. Jim Keysor - NWS Gaylord

Understanding Michigan snowfall. Jim Keysor - NWS Gaylord Understanding Michigan snowfall Jim Keysor - NWS Gaylord Presentation Outline Topics Background information on lake effect Radar and lake effect snow Wind direction and lake effect Lake Enhanced snow Elevation

More information

The Climate of Murray County

The Climate of Murray County The Climate of Murray County Murray County is part of the Crosstimbers. This region is a transition between prairies and the mountains of southeastern Oklahoma. Average annual precipitation ranges from

More information

Weather and Travel Time Decision Support

Weather and Travel Time Decision Support Weather and Travel Time Decision Support Gerry Wiener, Amanda Anderson, Seth Linden, Bill Petzke, Padhrig McCarthy, James Cowie, Thomas Brummet, Gabriel Guevara, Brenda Boyce, John Williams, Weiyan Chen

More information

University of Florida Department of Geography GEO 3280 Assignment 3

University of Florida Department of Geography GEO 3280 Assignment 3 G E O 3 2 8 A s s i g n m e n t # 3 Page 1 University of Florida Department of Geography GEO 328 Assignment 3 Modeling Precipitation and Elevation Solar Radiation Precipitation Evapo- Transpiration Vegetation

More information

CIVE322 BASIC HYDROLOGY

CIVE322 BASIC HYDROLOGY CIVE322 BASIC HYDROLOGY Homework No.3 Solution 1. The coordinates of four precipitation gauging stations are A = (3,4), B = (9,4), C = (3,12), and D = (9,12). The observed precipitation amounts at these

More information

Talk Overview. Concepts. Climatology. Monitoring. Applications

Talk Overview. Concepts. Climatology. Monitoring. Applications Atmospheric Rivers Talk Overview Concepts Climatology Monitoring Applications Satellite View Where is the storm? Where is the impact? Atmospheric Rivers Plume or fire hose of tropical moisture Heavy precipitation

More information

2011 National Seasonal Assessment Workshop for the Eastern, Southern, & Southwest Geographic Areas

2011 National Seasonal Assessment Workshop for the Eastern, Southern, & Southwest Geographic Areas 2011 National Seasonal Assessment Workshop for the Eastern, Southern, & Southwest Geographic Areas On January 11-13, 2011, wildland fire, weather, and climate met virtually for the ninth annual National

More information

PRELIMINARY DRAFT FOR DISCUSSION PURPOSES

PRELIMINARY DRAFT FOR DISCUSSION PURPOSES Memorandum To: David Thompson From: John Haapala CC: Dan McDonald Bob Montgomery Date: February 24, 2003 File #: 1003551 Re: Lake Wenatchee Historic Water Levels, Operation Model, and Flood Operation This

More information

Jackson County 2019 Weather Data 68 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center

Jackson County 2019 Weather Data 68 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Jackson County 2019 Weather Data 68 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

The Climate of Marshall County

The Climate of Marshall County The Climate of Marshall County Marshall County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information

Reprinted from MONTHLY WEATHER REVIEW, Vol. 109, No. 12, December 1981 American Meteorological Society Printed in I'. S. A.

Reprinted from MONTHLY WEATHER REVIEW, Vol. 109, No. 12, December 1981 American Meteorological Society Printed in I'. S. A. Reprinted from MONTHLY WEATHER REVIEW, Vol. 109, No. 12, December 1981 American Meteorological Society Printed in I'. S. A. Fitting Daily Precipitation Amounts Using the S B Distribution LLOYD W. SWIFT,

More information

The 2015 NWS Spring and Summer Weather Update

The 2015 NWS Spring and Summer Weather Update http://weather.gov The 2015 NWS Spring and Summer Weather Update Western North Carolina severe weather climatology Tony Sturey, WCM Greenville/Spartanburg, SC North Carolina Spring and Summer Outlooks

More information

FOREST FIRE HAZARD MODEL DEFINITION FOR LOCAL LAND USE (TUSCANY REGION)

FOREST FIRE HAZARD MODEL DEFINITION FOR LOCAL LAND USE (TUSCANY REGION) FOREST FIRE HAZARD MODEL DEFINITION FOR LOCAL LAND USE (TUSCANY REGION) C. Conese 3, L. Bonora 1, M. Romani 1, E. Checcacci 1 and E. Tesi 2 1 National Research Council - Institute of Biometeorology (CNR-

More information

The Climate of Haskell County

The Climate of Haskell County The Climate of Haskell County Haskell County is part of the Hardwood Forest. The Hardwood Forest is characterized by its irregular landscape and the largest lake in Oklahoma, Lake Eufaula. Average annual

More information

A Scientific Model for Free Fall.

A Scientific Model for Free Fall. A Scientific Model for Free Fall. I. Overview. This lab explores the framework of the scientific method. The phenomenon studied is the free fall of an object released from rest at a height H from the ground.

More information

Introduction to Climatology. GEOG/ENST 2331: Lecture 1

Introduction to Climatology. GEOG/ENST 2331: Lecture 1 Introduction to Climatology GEOG/ENST 2331: Lecture 1 Us! Graham Saunders (RC 2006C) graham.saundersl@lakeheadu.ca! Jason Freeburn (RC 2004) jtfreebu@lakeheadu.ca Graham Saunders! Australian Weather Bureau!

More information

MODELING LIGHTNING AS AN IGNITION SOURCE OF RANGELAND WILDFIRE IN SOUTHEASTERN IDAHO

MODELING LIGHTNING AS AN IGNITION SOURCE OF RANGELAND WILDFIRE IN SOUTHEASTERN IDAHO MODELING LIGHTNING AS AN IGNITION SOURCE OF RANGELAND WILDFIRE IN SOUTHEASTERN IDAHO Keith T. Weber, Ben McMahan, Paul Johnson, and Glenn Russell GIS Training and Research Center Idaho State University

More information

Seasonal Climate Watch November 2017 to March 2018

Seasonal Climate Watch November 2017 to March 2018 Seasonal Climate Watch November 2017 to March 2018 Date issued: Oct 26, 2017 1. Overview The El Niño Southern Oscillation (ENSO) continues to develop towards a La Niña state, and is expected to be in at

More information

The Climate of Pontotoc County

The Climate of Pontotoc County The Climate of Pontotoc County Pontotoc County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeast Oklahoma. Average

More information

YACT (Yet Another Climate Tool)? The SPI Explorer

YACT (Yet Another Climate Tool)? The SPI Explorer YACT (Yet Another Climate Tool)? The SPI Explorer Mike Crimmins Assoc. Professor/Extension Specialist Dept. of Soil, Water, & Environmental Science The University of Arizona Yes, another climate tool for

More information

Weather Stations. Evaluation copy. 9. Post live weather data on the school s web site for students, faculty and community.

Weather Stations. Evaluation copy. 9. Post live weather data on the school s web site for students, faculty and community. Weather Stations Computer P6 Collecting and analyzing weather data can be an important part of your Earth Science curriculum. It might even be an ongoing part of your entire course. A variety of activities

More information

The Climate of Payne County

The Climate of Payne County The Climate of Payne County Payne County is part of the Central Great Plains in the west, encompassing some of the best agricultural land in Oklahoma. Payne County is also part of the Crosstimbers in the

More information

What is the difference between Weather and Climate?

What is the difference between Weather and Climate? What is the difference between Weather and Climate? Objective Many people are confused about the difference between weather and climate. This makes understanding the difference between weather forecasts

More information

The Climate of Kiowa County

The Climate of Kiowa County The Climate of Kiowa County Kiowa County is part of the Central Great Plains, encompassing some of the best agricultural land in Oklahoma. Average annual precipitation ranges from about 24 inches in northwestern

More information

P0.98 Composite Analysis of Heavy-Rain-Producing Elevated Thunderstorms in the MO-KS-OK region of the United States

P0.98 Composite Analysis of Heavy-Rain-Producing Elevated Thunderstorms in the MO-KS-OK region of the United States P0.98 Composite Analysis of Heavy-Rain-Producing Elevated Thunderstorms in the MO-KS-OK region of the United States Laurel P. McCoy and Patrick S. Market Department of Soil, Environmental, and Atmospheric

More information

MT-CLIM for Excel. William M. Jolly Numerical Terradynamic Simulation Group College of Forestry and Conservation University of Montana c 2003

MT-CLIM for Excel. William M. Jolly Numerical Terradynamic Simulation Group College of Forestry and Conservation University of Montana c 2003 MT-CLIM for Excel William M. Jolly Numerical Terradynamic Simulation Group College of Forestry and Conservation University of Montana c 2003 1 Contents 1 INTRODUCTION 3 2 MTCLIM for Excel (MTCLIM-XL) 3

More information

Daily Operations Briefing Wednesday, March 1, :30 a.m. EST

Daily Operations Briefing Wednesday, March 1, :30 a.m. EST Daily Operations Briefing Wednesday, March 1, 2017 8:30 a.m. EST Significant Activity Feb 28-Mar 1 Significant Events: Severe Weather Midwest to East Coast Significant Weather: Severe Thunderstorms Lower

More information

Missouri River Flood Task Force River Management Working Group Improving Accuracy of Runoff Forecasts

Missouri River Flood Task Force River Management Working Group Improving Accuracy of Runoff Forecasts Missouri River Flood Task Force River Management Working Group Improving Accuracy of Runoff Forecasts Kevin Grode, P.E. Reservoir Regulation Team Lead Missouri River Basin Water Management Northwestern

More information

Predicting wildfire ignitions, escapes, and large fire activity using Predictive Service s 7-Day Fire Potential Outlook in the western USA

Predicting wildfire ignitions, escapes, and large fire activity using Predictive Service s 7-Day Fire Potential Outlook in the western USA http://dx.doi.org/10.14195/978-989-26-0884-6_135 Chapter 4 - Fire Risk Assessment and Climate Change Predicting wildfire ignitions, escapes, and large fire activity using Predictive Service s 7-Day Fire

More information

The Climate of Seminole County

The Climate of Seminole County The Climate of Seminole County Seminole County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information

The Climate of Oregon Climate Zone 4 Northern Cascades

The Climate of Oregon Climate Zone 4 Northern Cascades /05 E55 Unbound issue No. 9/ is Does not circulate Special Report 916 May 1993 The Climate of Oregon Climate Zone 4 Property of OREGON STATE UNIVERSITY Library Serials Corvallis, OR 97331-4503 Agricultural

More information

Funding provided by NOAA Sectoral Applications Research Project CLIMATE. Basic Climatology Colorado Climate Center

Funding provided by NOAA Sectoral Applications Research Project CLIMATE. Basic Climatology Colorado Climate Center Funding provided by NOAA Sectoral Applications Research Project CLIMATE Basic Climatology Colorado Climate Center Remember These? Factor 1: Our Energy Source Factor 2: Revolution & Tilt Factor 3: Rotation!

More information

Application and verification of ECMWF products at the Finnish Meteorological Institute

Application and verification of ECMWF products at the Finnish Meteorological Institute Application and verification of ECMWF products 2010 2011 at the Finnish Meteorological Institute by Juhana Hyrkkènen, Ari-Juhani Punkka, Henri Nyman and Janne Kauhanen 1. Summary of major highlights ECMWF

More information

Activity Sheet Counting M&Ms

Activity Sheet Counting M&Ms Counting M&Ms Pour a half-pound bag of M&Ms onto a paper plate so that the candies are one layer thick. You will need to spread the M&Ms to the edges of the plate. Remove all the M&Ms that have the M showing

More information

Climate Variables for Energy: WP2

Climate Variables for Energy: WP2 Climate Variables for Energy: WP2 Phil Jones CRU, UEA, Norwich, UK Within ECEM, WP2 provides climate data for numerous variables to feed into WP3, where ESCIIs will be used to produce energy-relevant series

More information

Global Climates. Name Date

Global Climates. Name Date Global Climates Name Date No investigation of the atmosphere is complete without examining the global distribution of the major atmospheric elements and the impact that humans have on weather and climate.

More information

UPDATE OF REGIONAL WEATHER AND SMOKE HAZE (December 2017)

UPDATE OF REGIONAL WEATHER AND SMOKE HAZE (December 2017) UPDATE OF REGIONAL WEATHER AND SMOKE HAZE (December 2017) 1. Review of Regional Weather Conditions for November 2017 1.1 In November 2017, Southeast Asia experienced inter-monsoon conditions in the first

More information

The Climate of Texas County

The Climate of Texas County The Climate of Texas County Texas County is part of the Western High Plains in the north and west and the Southwestern Tablelands in the east. The Western High Plains are characterized by abundant cropland

More information

Description of the fire scheme in WRF

Description of the fire scheme in WRF Description of the fire scheme in WRF March 8, 2010 1 Introduction The wildland fire model in WRF is an implementation of the semi-empirical fire propagation model developed in Coen (2005) and Clark et

More information

Objectives: After completing this assignment, you should be able to:

Objectives: After completing this assignment, you should be able to: Data Analysis Assignment #1 Evaluating the effects of watershed land use on storm runoff Assignment due: 21 February 2013, 5 pm Objectives: After completing this assignment, you should be able to: 1) Calculate

More information

An Adaptive Neural Network Scheme for Radar Rainfall Estimation from WSR-88D Observations

An Adaptive Neural Network Scheme for Radar Rainfall Estimation from WSR-88D Observations 2038 JOURNAL OF APPLIED METEOROLOGY An Adaptive Neural Network Scheme for Radar Rainfall Estimation from WSR-88D Observations HONGPING LIU, V.CHANDRASEKAR, AND GANG XU Colorado State University, Fort Collins,

More information

Evaluating PRISM Precipitation Grid Data As Possible Surrogates For Station Data At Four Sites In Oklahoma

Evaluating PRISM Precipitation Grid Data As Possible Surrogates For Station Data At Four Sites In Oklahoma Evaluating PRISM Precipitation Grid Data As Possible Surrogates For Station Data At Four Sites In Oklahoma 93 Dr. Jeanne M. Schneider and Donald L. Ford USDA Agricultural Research Service Grazinglands

More information

Changing Hydrology under a Changing Climate for a Coastal Plain Watershed

Changing Hydrology under a Changing Climate for a Coastal Plain Watershed Changing Hydrology under a Changing Climate for a Coastal Plain Watershed David Bosch USDA-ARS, Tifton, GA Jeff Arnold ARS Temple, TX and Peter Allen Baylor University, TX SEWRU Objectives 1. Project changes

More information

The Climate of Grady County

The Climate of Grady County The Climate of Grady County Grady County is part of the Central Great Plains, encompassing some of the best agricultural land in Oklahoma. Average annual precipitation ranges from about 33 inches in northern

More information

PREDICTING SOIL SUCTION PROFILES USING PREVAILING WEATHER

PREDICTING SOIL SUCTION PROFILES USING PREVAILING WEATHER PREDICTING SOIL SUCTION PROFILES USING PREVAILING WEATHER Ronald F. Reed, P.E. Member, ASCE rreed@reed-engineering.com Reed Engineering Group, Ltd. 2424 Stutz, Suite 4 Dallas, Texas 723 214-3-6 Abstract

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

2015 Summer Readiness. Bulk Power Operations

2015 Summer Readiness. Bulk Power Operations 2015 Summer Readiness Bulk Power Operations TOPICS 2014 Summer Review Peak Snap Shot Forecast vs Actual 2015 Winter Review Peak Snap Shot Forecast vs Actual 2015 Summer Weather Forecast Peak Demand Forecast

More information

AROME Nowcasting - tool based on a convective scale operational system

AROME Nowcasting - tool based on a convective scale operational system AROME Nowcasting - tool based on a convective scale operational system RC - LACE stay report Supervisors (ZAMG): Yong Wang Florian Meier Christoph Wittmann Author: Mirela Pietrisi (NMA) 1. Introduction

More information

Hydrologic Overview & Quantities

Hydrologic Overview & Quantities Hydrologic Overview & Quantities It is important to understand the big picture when attempting to forecast. This includes the interactive components and hydrologic quantities. Hydrologic Cycle The complexity

More information

Web GIS Based Disaster Portal Project ESRI INDIA

Web GIS Based Disaster Portal Project ESRI INDIA Web GIS Based Disaster Portal Project ESRI INDIA Contents Requirements Overview Product Technology Used KSNDMC Application Architecture Tool Developed Benefits for the End User Problems faced during implementation

More information

CliGen (Climate Generator) Addressing the Deficiencies in the Generator and its Databases William J Rust, Fred Fox & Larry Wagner

CliGen (Climate Generator) Addressing the Deficiencies in the Generator and its Databases William J Rust, Fred Fox & Larry Wagner CliGen (Climate Generator) Addressing the Deficiencies in the Generator and its Databases William J Rust, Fred Fox & Larry Wagner United States Department of Agriculture, Agricultural Research Service

More information

Disseminating Fire Weather/Fire Danger Forecasts through a Web GIS. Andrew Wilson Riverside Fire Lab USDA Forest Service

Disseminating Fire Weather/Fire Danger Forecasts through a Web GIS. Andrew Wilson Riverside Fire Lab USDA Forest Service Disseminating Fire Weather/Fire Danger Forecasts through a Web GIS Andrew Wilson Riverside Fire Lab USDA Forest Service Hawaii Fire Danger System Supporters Hawaii Department of Forestry & Wildlife Pacific

More information

Midwest and Great Plains Climate and Drought Update

Midwest and Great Plains Climate and Drought Update Midwest and Great Plains Climate and Drought Update June 20,2013 Laura Edwards Climate Field Specialist Laura.edwards@sdstate.edu 605-626-2870 2012 Board of Regents, South Dakota State University General

More information

Winter Thermal Comfort in 19 th Century Traditional Buildings of the Town of Florina, in North-Western Greece

Winter Thermal Comfort in 19 th Century Traditional Buildings of the Town of Florina, in North-Western Greece PLEA2 - The 22 nd Conference on Passive and Low Energy Architecture. Beirut, Lebanon, 13-16 November 2 Winter Thermal Comfort in 19 th Century Traditional Buildings of the Town of Florina, in North-Western

More information

10.5 PROBABLISTIC LIGHTNING FORECASTS AND FUEL DRYNESS LEVEL FORECASTS IN THE GRAPHICAL FOREAST EDITOR: EXPANDED DOMAIN AND DISTRIBUTION FOR 2009

10.5 PROBABLISTIC LIGHTNING FORECASTS AND FUEL DRYNESS LEVEL FORECASTS IN THE GRAPHICAL FOREAST EDITOR: EXPANDED DOMAIN AND DISTRIBUTION FOR 2009 10.5 PROBABLISTIC LIGHTNING FORECASTS AND FUEL DRYNESS LEVEL FORECASTS IN THE GRAPHICAL FOREAST EDITOR: EXPANDED DOMAIN AND DISTRIBUTION FOR 2009 Chris V. Gibson 1*, and P. D. Bothwell 2, S. Sharples 3,

More information

10. FIELD APPLICATION: 1D SOIL MOISTURE PROFILE ESTIMATION

10. FIELD APPLICATION: 1D SOIL MOISTURE PROFILE ESTIMATION Chapter 1 Field Application: 1D Soil Moisture Profile Estimation Page 1-1 CHAPTER TEN 1. FIELD APPLICATION: 1D SOIL MOISTURE PROFILE ESTIMATION The computationally efficient soil moisture model ABDOMEN,

More information

Convective-scale NWP for Singapore

Convective-scale NWP for Singapore Convective-scale NWP for Singapore Hans Huang and the weather modelling and prediction section MSS, Singapore Dale Barker and the SINGV team Met Office, Exeter, UK ECMWF Symposium on Dynamical Meteorology

More information

Table 1 - Infiltration Rates

Table 1 - Infiltration Rates Stantec Consulting Ltd. 100-300 Hagey Boulevard, Waterloo ON N2L 0A4 November 14, 2017 File: 161413228/10 Attention: Mr. Michael Witmer, BES, MPA, MCIP, RPP City of Guelph 1 Carden Street Guelph ON N1H

More information

Development of High Resolution Gridded Dew Point Data from Regional Networks

Development of High Resolution Gridded Dew Point Data from Regional Networks Development of High Resolution Gridded Dew Point Data from Regional Networks North Central Climate Science Center Open Science Conference May 20, 2015 Ruben Behnke Numerical Terradynamic Simulation Group

More information

ZUMWALT WEATHER AND CLIMATE ANNUAL REPORT ( )

ZUMWALT WEATHER AND CLIMATE ANNUAL REPORT ( ) ZUMWALT WEATHER AND CLIMATE ANNUAL REPORT (26-29) FINAL DRAFT (9 AUGUST 21) J.D. HANSEN 1, R.V. TAYLOR 2, AND V.S. JANSEN 3 INTRODUCTION The Zumwalt Prairie in northeastern Oregon is a unique grassland

More information

SPC Fire Weather Forecast Criteria

SPC Fire Weather Forecast Criteria SPC Fire Weather Forecast Criteria Critical for temperature, wind, and relative humidity: - Sustained winds 20 mph or greater (15 mph Florida) - Minimum relative humidity at or below regional thresholds

More information

Current and future configurations of MOGREPS-UK. Susanna Hagelin EWGLAM/SRNWP, Rome, 4 Oct 2016

Current and future configurations of MOGREPS-UK. Susanna Hagelin EWGLAM/SRNWP, Rome, 4 Oct 2016 Current and future configurations of MOGREPS-UK Susanna Hagelin EWGLAM/SRNWP, Rome, 4 Oct 2016 Contents Current configuration PS38 and package trial results Soil moisture perturbations case study Future

More information

Zachary Holden - US Forest Service Region 1, Missoula MT Alan Swanson University of Montana Dept. of Geography David Affleck University of Montana

Zachary Holden - US Forest Service Region 1, Missoula MT Alan Swanson University of Montana Dept. of Geography David Affleck University of Montana Progress modeling topographic variation in temperature and moisture for inland Northwest forest management Zachary Holden - US Forest Service Region 1, Missoula MT Alan Swanson University of Montana Dept.

More information

Lesson 2C - Weather. Lesson Objectives. Fire Weather

Lesson 2C - Weather. Lesson Objectives. Fire Weather Lesson 2C - Weather 2C-1-S190-EP Lesson Objectives 1. Describe the affect of temperature and relative humidity has on wildland fire behavior. 2. Describe the affect of precipitation on wildland fire behavior.

More information

Drought in Southeast Colorado

Drought in Southeast Colorado Drought in Southeast Colorado Nolan Doesken and Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu 1 Historical Perspective on Drought Tourism

More information

Climatography of the United States No

Climatography of the United States No Climate Division: AK 5 NWS Call Sign: ANC Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 90 Number of s (3) Jan 22.2 9.3 15.8

More information

Applications/Users for Improved S2S Forecasts

Applications/Users for Improved S2S Forecasts Applications/Users for Improved S2S Forecasts Nolan Doesken Colorado Climate Center Colorado State University WSWC Precipitation Forecasting Workshop June 7-9, 2016 San Diego, CA First -- A short background

More information

Investigating Factors that Influence Climate

Investigating Factors that Influence Climate Investigating Factors that Influence Climate Description In this lesson* students investigate the climate of a particular latitude and longitude in North America by collecting real data from My NASA Data

More information

2003 Moisture Outlook

2003 Moisture Outlook 2003 Moisture Outlook Nolan Doesken and Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu Through 1999 Through 1999 Fort Collins Total Water

More information

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data A document based question (DBQ) is an authentic assessment where students interact with content related

More information

2003 Water Year Wrap-Up and Look Ahead

2003 Water Year Wrap-Up and Look Ahead 2003 Water Year Wrap-Up and Look Ahead Nolan Doesken Colorado Climate Center Prepared by Odie Bliss http://ccc.atmos.colostate.edu Colorado Average Annual Precipitation Map South Platte Average Precipitation

More information

Missouri River Basin Water Management Monthly Update

Missouri River Basin Water Management Monthly Update Missouri River Basin Water Management Monthly Update Participating Agencies 255 255 255 237 237 237 0 0 0 217 217 217 163 163 163 200 200 200 131 132 122 239 65 53 80 119 27 National Oceanic and Atmospheric

More information