Meander Modeling 101 by Julia Delphia, DWR Northern Region Office

Size: px
Start display at page:

Download "Meander Modeling 101 by Julia Delphia, DWR Northern Region Office"

Transcription

1 Meander Modeling 101 by Julia Delphia, DWR Northern Region Office The following instructions are based upon a demonstration given by the Meander Model creator, Eric Larsen, on May 27, Larsen was using Matlab 2013b and the latest working version of the Meander Model (Meander or 8, not sure) that he had. Other information presented in this document was obtained from reports written by Larsen, from any ongoing communications with him, and from trial and error in trying to figure this out. The science of meander modeling will not be presented in this document. For more information on the science, refer to Eric Larsen s reports. The Meander Model is a work in progress. There are a few bugs, such as the legend on some of the figures is incorrect. Sometimes an error will show up on the Matlab interface, but the Meander Model still runs correctly. As Matlab versions change, sometimes the Meander Model code has to change. If the model code is from a different version of Matlab than you are currently running, the Meander Model may not completely run. If you run into any such issues, notify Eric Larsen. The Meander Model cannot predict the exact location of the river centerline in the future. What it can do is determine the trend of the river meander. File Structure The Meander Model does not run as many typical models do where the program resides in one location and the data and output resides in another location. Larsen copies the Project Folder with all the latest model code along with the any input files to a new folder and makes edits from there. Below is the basic file structure: Project Folder (named by modeler) o 00defaults.dat o Meander code files (filename.m) o Project Subfolder (named by modeler) Data files (other than 00defaults.dat, all other data files are here. Some are user created files and some are model created files) Backup Data Subfolders (Eric uses 01 Flow Data, 02 Channels, and 03 Erosion_fields, but you can use whatever you like as the model does not read data from here) Scenario Output Folders (helpful if named based upon which data files are used) Figure 1. File Structure Presented at Demo (not all files shown) Project Folder and Subfolders Files within Project Folder Files within Project Subfolder Project Subfolder Project Folder 1

2 Data As with any model, the Meander Model needs data. The data required for the model runs are: o 00defaults.dat o Stream Centerline o o Erodibility Surface Flow Parameters Daily flow Average channel width, depth, and slope for the modeled reach Grain Size Threshold and Bankful Flows These will be described in further detail below. Note: All units are in metric. 00defaults.dat The 00defaults.dat file is the only data file located under the main Project Folder. Before running the Meander Model, edit this file as needed with a text editor such as Word Pad. Figure 2 is an example 00defaults.dat file. As can been seen, the first four rows can be used as title information to define the project. The main thing that needs to be set is the Lastpj information. This must be set to the same name as the Project Subfolder. The other variable values can be left as shown below. Figure 2. 00defaults.dat File Project Subfolder Stream Centerline The stream centerline is defined by the 2 year flow event. Using aerial photography and the estimated width of the stream at the 2 year flow, the centerline of the channel is digitized from upstream to downstream for the full length of the reach being modeled. According to Larsen, it is important to digitize carefully as duplicate vertices or segments out of order can cause the program to crash. Ideally, you will have at least two known centerlines digitized of past years that can be used to calibrate the model. Once calibrated, the model can be run into the future for a specified number of years. The stream centerlines are saved as channel1.dat and channel2.dat within the Project Subfolder. The first three rows of the data file contain information to define the centerline (creator, source, coordinate system, etc). Row 4 must contain the year of the centerline. Rows 5 through the end of the file contain the coordinates of the centerline vertices as X, Y or Easting, Northing. The data values are tab delimited. Figure 3 2

3 is a screen capture of the first few rows of a centerline data file. In this example, the coordinates have been rounded to the nearest meter. Figure 3. Portion of a Steam Centerline File Larsen has a script that works in Arcview 3.3 that converts a GIS centerline shapefile into the data file format and prompts for the input of title rows. This script is not a viable option for most people. Following are two suggested methods for getting the centerline into the correct data format. ArcGIS: 1. Convert the line feature to a point feature shapefile or geodatabase feature (Data Management Tools > Features > Feature Vertices to Points). 2. Add X and Y values (Data Management Tools > Features > Add XY Coordinates). This creates and populates fields POINT_X, POINT_Y, and depending on line type, POINT_Z. 3. If a geodatabase feature was created, open the attribute table and export to a dbase table. 4. Open the *.dbf file with excel, edit it to have only the four cells of header data followed by the two columns of X, Y data, and save it to a new file in the correct data format (tab delimited txt file). 5. Rename the file from *.txt to *.dat. AutoCAD Map: 1. Import the shapefile into AutoCAD Map and then List the polyline. 2. Copy the coordinates of the polyline to an excel file, edit it to have only the four cells of header data followed by the two columns of X, Y data, and save it to a new file in the correct data format (tab delimited txt file). 3. Rename the file from *.txt to *.dat. Larsen also saves centerline data files in a backup data subfolder. Any number of centerlines files can be saved in the backup data subfolder. Before running a scenario, copy the desired centerlines to the Project Subfolder 3

4 and rename them as channel1.dat and channel2.dat. It is also important to delete the file riprap.dat when running scenarios with a new set of channel centerlines. When running a scenario, name the output file to represent which centerline file was used. Erodibility Surface The erodibility surface is a dataset that represents the erodibility potential of the area. It is typically created in GIS by combining a feature class of geology with a feature class of land cover, including revetment, and saving that as a raster dataset. The raster dataset is exported out as an ASCII text file, e0.asc, which is saved to the Project Subfolder. In Larsen s model, the raster dataset has a 30 meter cell size. The e0 values are dimensionless bank erodibility coefficients of the order Figure 4 is a screen capture of the top portion of an erodibility surface ASCII data file. The top 6 rows define the number of rows and columns in the dataset, the coordinate of the lower left corner of the dataset grid, the cell size, and the no data value. Following those 6 rows are the erodibility values. Figure 4. Portion of an Erodibility Surface ASCII Data File Originally, when the Meander Model code was set up, the erodibility data file contained the coefficient e0 the bigger the e0, the more the erosion potential. Later, the model code was changed such the data is now in terms of Fd, which is an inverse of e0, though not strictly 1/e0. Fd can be thought of like a particle size the bigger it is, the less things can erode. So even though the file is called e0.asc, the data values are actually Fd values, not e0 values. 4

5 Creation of Erodibility Surface with GIS To create the erodibility surface in GIS: 1. Obtain or create the geology and land cover feature classes or shapefiles these will typically be polygon features. There may be more than one file needed to define the complete geology and land cover. 2. Clip the feature classes or shapefiles (Analysis Tools > Extract > Clip) to the rectangular area of interest and save as new feature classes or shapefiles in UTM coordinates. 3. Use the data of those feature classes or shapefiles as is or edit the attribute table and add a field(s) that you will need to define erodibility. For instance, using the fields Lithology from geology and VegType from land cover might be enough information for determining erodibility. 4. Create the erodibility polygon feature class or shapefile (Analysis Tools > Overlay > Union). The input features are all the geology and land cover polygon datasets. The output feature class or shapefile will have polygons with both geology and land cover data. 5. Open the attribute table of the erodibility polygon feature class or shapefile and add an erodibility field. This field should be set as an integer field as it will hold values from 9999 to ####. 6. Populate the erodibility field with data based upon the geology and land cover data. In one of Larson s reports, he states that natural vegetation is given one value, agricultural lands are given another value, and constrained areas are given a value of 0. For geology, all areas are assumed erodible except for Qr (Riverbank formation), Qm (Modesto formation) and Qoc (Old channel deposits). Natural vegetation was assigned a value of 250 and agricultural lands were assigned a value of 85. Constrained areas have a value of Calibration is required to determine the final values. When I created an erodibility surface, I first classified the geology and land use with relative erodibility: non, low, moderate, and high. From that, I assigned erodibility values to the relative erodibility: 10000, 2000, 400, and 85, respectively. 7. Create the erodibility raster dataset (Conversion Tools > To Raster > Feature to Raster). Select the erodibility field as the field to use for assigning values to the raster. Set the output cell size (Larsen used 30m). 8. Create the erodibility ASCII file (Conversion Tools > From Raster > Raster to ASCII). The output file name is e0.asc (select asc as file type). Save this file in the Project Subfolder. Larsen also saves erodibility ASCII data files in a backup data subfolder. Any number of erodibility data files can be saved in the backup data subfolder. Before running a scenario, copy the desired erodibility file to the Project Subfolder and rename it as e0.asc. Also refer to the section below on the Erosion E0 Button. When running a scenario, name the output file to represent which erodibility file was used. 5

6 Flow Parameters The Meander Model assumes a rectangular flow channel, and uses Manning s equation for flow in cubic meters per second (cms) as follows: Q cms = (1/n)AR 2/3 S 1/2 Where: Q = flow, in cms n = Manning s roughness coefficient (n value) A = Area = B*H, in square meters R = hydraulics radius = A/P S = slope P = Wetter Perimeter = B+2*H, in meters (Manning s equation is not a function of grain size) The Meander Model uses the input parameters to calculate Manning s n value as shown below: n = (1/u) S 1/2 H 2/3 Where: u = velocity = Q/A, in meters per second Several flow parameters are required for modeling. These values are saved in the data file flow_params.dat. These data can be modified by changing the values within the Meander Model (menu: Parameters > Flow). As in most of the other data files, the first four rows are for title information. Data values start in position 14 of the subsequent lines. Figure 5 is a screen capture of a flow_params.dat file. Figure 5. flow_params.dat File I tried copying a data file with different values to the Project Subfolder and naming it flow_params.dat, but the Meander Model errored out. Does the information entered directly into the Meander Model get used in the model somewhere in addition to what is saved in and used by flow_params.dat? Larsen was not able to provide any explanation for this. Daily Flow The Meander Model can run either a constant daily flow or a variable daily flow hydrograph. The flows are in cubic meters per sec (cms). The constant daily flow is defined as Q in the flow_params.dat file and should represent the 2 year flow event. The variable flow hydrograph data is saved to a *.dat file that can be 6

7 named as desired by the modeler and be located anywhere (Larsen saves them in the 01 Flow Data backup subfolder). The format for the variable hydrograph data is a bit different than other data files in that there are no rows of title information. The file contains two columns of data: 1) date in numerical format and 2) flows in cms. The two columns are separated by a space. If you want to use a variable flow hydrograph in your scenario run, you will be prompted to browse to and select the desired file. Figure 6 is a screen capture of the first few lines of a variable flow hydrograph. Figure 6. Portion of Variable Hydrograph Data File Channel Width, Depth, and Slope The model also needs the reach average channel width and depth in meters, and water surface slope of the modeled reach. These values are relative to the 2 year flow event and are defined as H for Depth and B for Width of channel at floodplain elevation, and S for Slope in the flow_params.dat file (Figure 5 above). Ideally, a hydraulic model of the reach is available from which this data can be determined. The cross sectional area divided by the width of the channel will give the depth of the channel. The width and depth must be hydraulically consistent and can be checked with Manning s equation and adjusted if necessary. Mannings Eq: Q = 1/n A R 2/3 S 1/2 Grain Size Reach average median particle size of bed material in mm. Threshold and Bankfull Flows According to Larsen, FlowThresh is the lower threshold flow and is only used when running variable flow. Bankful flow is typically defined as a 1.5 to 2 year flow event. As discussed above, the centerlines are based on the 2 year flow event. In the Meander Model, Bankfull is the incorrect term this is actually the upper threshold and is never used. It really means overbank flow. 7

8 Running the Meander Model As stated above, the Meander Model was created with and runs in Matlab. Therefore, in order to run the Meander Model, first the user must run Matlab and have some basic familiarity with its interface (Figure 7). Below is the list of steps required to run the Meander Model. 1. Start Matlab 2. Browse to the Project Folder may need to add it to the Matlab path 3. Type meander at >> prompt and hit enter Figure 7. Matlab Window 2 3 If the programs runs successfully, two windows will pop up: Meander Tool (Figure 8) and Figure 1 (Figure 9). These are described in greater detail below. If the program does not run successfully, try to figure out what the problem might be based upon the error code. If you can t figure it out, contact Eric Larsen. According to Larsen, there are only a few places where the user typically makes changes to the program settings or data in the Meander Tool window. These are in shown in Bold in Figure 8 and are discussed in greater detail in the section below. The other values can typically be left at the default values and are not discussed. 8

9 Figure 8. Meander Tool Window and List of Menu Details and Buttons Menu Bar File Open New Project Save Output As Save Calibration As Save Curvature As Reload Meander Quit Options Display Defaults Parameters Computational Hydraulic Flow Smoothing Adjust Cf Erosion Algorithm Factors Cutoff Parameters Bend Parameters Write E0 (aka e0) Dates File Tools Plot E0 Field Calculate Sinuosity Compute Area Between Centerlines Write Script to Text File Buttons Adjust Parameters Erosion (E0) Make edits to e0 files Bank Height Riprap Eric Larson says this is buggy and to not use it. Set Calibration Area Run Model Calibration Prediction (grayed out) Scenario Run a scenario 9

10 Figure 9. Meander Model Figure 1 10

11 Meander Tool Commonly Changed Values This section shows the input windows of the commonly used tools along with some explanation. Set Display Options Defines what will display on Figure 3 of Scenario Run Maximum E0 = Maximum erodibility value that will display Maximum Relative Elevation = Pause time (seconds) = Check boxes to turn on display of data Set Defaults Defines default project and prediction year length Check boxes to enable cutoff routine and options 11

12 Set Computational Parameters These items can typically be left at the default values. If there are problems running the model, try unchecking Calculate Uf. Set Flow Parameters Input the values to define the flow parameters. Clicking OK saves to flow_params.dat. Discharge = Q Depth = H Width = B Slope = S Grain Size = Ds Flow threshold = lower flow threshold only used for variable flow Bankfull = Incorrect term really is overbank flow and is not used. 12

13 Adjust Cf Coefficient of Friction Eric Larsen suggests starting with a value of 1 and maybe double it or half it for calculations and calibration. Sinuosity Calculation Tool Adjust the beginning and end sliders to the desired location and click on the Calculate button to calculate the sinuosity of the reach. 13

14 Erosion E0 Button This section shows the input window of the Erosion E0 button along with some explanation. Refer to the Erodibility Surface Section above for an explanation about the E0 relationship to Fd. Using this tool can be a quick way to change Fd values when doing calibration. Erosion (E0) Erosion Resistance (Fd) Adjusting Tool Note: As the user moves the mouse cursor over the figure, the Easting, Northing, E0, and Fd values are indicated. This tool lets the user change the erosion resistance value by either clicking the Select All button or by drawing a polygon around an area and then entering the Fd value and clicking the Set Fd button. To draw a polygon around the area where the Fd will be changed, simply move the mouse cursor to the desired area, click the left mouse button and draw point to point. Finish the polygon by clicking the Close Poly button. There are also some buttons for modifying the Fd values Add, Multiply, and Reclassify from old to new. Clicking the Save button will save the data back to the e0.dat file. Clicking the Save As button will allow the user to save to a filename of their choice, typically to the backup folder. Clicking the Load From ASCII button allows the user to read in E0 data from the backup folder. Scenario Button To run the actual Meander Model, click the Scenario button. Clicking the Scenario button will prompt the user with the following: Which channel would you like to start from? Select Channel 1 or Channel 2 button. Start year is: ####. What year to predict to? Defaults to 50 years from start channel, but can be changed. 14

15 Specify Output Folder for Scenario. This will create a folder under the Project Subfolder with the given name. If running multiple scenarios, it is helpful to name the scenario folders to represent the data being used. Input variable hydrograph? Select Yes or No button. At this point, Figure 3 appears on the screen and displays the centerlines for each year of the analysis. Note: the legend is incorrect in this version of the meander model that I am running. It takes a little while to run, maybe a couple minutes or so. The Scenario Folder contains shape files and other output data files for every year of the model run. The shape files are by year in this format YEAR_bends.shp. Calibration Button Manual or Automated Automated 15

16 Just select avel, accepted these values, no variable hydro, it asked variable hydro a couple times then error. Calibration Calibration is the process of adjusting the input variables until the outcome closely matches a known event. In the case of the Meander Model, calibration is done from a known centerline to a centerline. For instance, if the user has digitized centerlines for 1952 and 1976, the user can run a scenario from channel 1 (1952) for 24 years and then can compare the output 1976_bends.shp to the 1976 centerline. Prediction Once the model is calibrated, then future predictions can be run. As stated at the beginning, the Meander Model cannot predict the exact location of the river centerline in the future, but it can determine the trend of the river meander. Cutoff Simulation 16

17 References Larsen, E. W. and S. E. Greco, Modeling Channel Management Impacts on River Migration: A Case Study of Woodson Bridge State Recreation Area, Sacramento River, California, USA, Environmental Management Vol. 30, No. 2, pp , Larsen, E. W., Sacramento River Ecological Flows Study: Meander Migration Modeling Final Report, Prepared for The Nature Conservancy, October Larsen, E. W., Modeling Meander Migration for Assessing Impacts and Benefits of Channel Management Scenarios, Middle Sacramento River, California, Prepared for US Army Corps of Engineers, Draft January

v Prerequisite Tutorials GSSHA Modeling Basics Stream Flow GSSHA WMS Basics Creating Feature Objects and Mapping their Attributes to the 2D Grid

v Prerequisite Tutorials GSSHA Modeling Basics Stream Flow GSSHA WMS Basics Creating Feature Objects and Mapping their Attributes to the 2D Grid v. 10.1 WMS 10.1 Tutorial GSSHA Modeling Basics Developing a GSSHA Model Using the Hydrologic Modeling Wizard in WMS Learn how to setup a basic GSSHA model using the hydrologic modeling wizard Objectives

More information

RVR MEANDER USER S MANUAL

RVR MEANDER USER S MANUAL RVR MEANDER USER S MANUAL ArcGIS VERSION Roberto Fernández 1, Davide Motta 2, Jorge D. Abad 3, Eddy J. Langendoen 4, Nils Oberg 5, Marcelo H. Garcia 6 August 29, 2011 ABSTRACT This document illustrates

More information

RVR MEANDER USER S MANUAL

RVR MEANDER USER S MANUAL RVR MEANDER USER S MANUAL ArcGIS VERSION Davide Motta 1, Roberto Fernández 2, Jorge D. Abad 3, Eddy J. Langendoen 4, Nils Oberg 5, Marcelo H. Garcia 6 May 2011 ABSTRACT This document illustrates how to

More information

This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional (SRH-2D) simulation. Requirements

This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional (SRH-2D) simulation. Requirements v. 13.0 SMS 13.0 Tutorial Objectives This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional () simulation. Prerequisites SMS Overview tutorial Requirements Model Map Module

More information

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS.

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS. CE 412/512, Spring 2017 HW9: Introduction to HEC-RAS and Floodplain Mapping Due: end of class, print and hand in. HEC-RAS is a Hydrologic Modeling System that is designed to describe the physical properties

More information

Objectives This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional (SRH-2D) simulation.

Objectives This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional (SRH-2D) simulation. v. 12.1 SMS 12.1 Tutorial Objectives This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional () simulation. Prerequisites SMS Overview tutorial Requirements Model Map Module

More information

Linear Routing: Floodrouting. HEC-RAS Introduction. Brays Bayou. Uniform Open Channel Flow. v = 1 n R2/3. S S.I. units

Linear Routing: Floodrouting. HEC-RAS Introduction. Brays Bayou. Uniform Open Channel Flow. v = 1 n R2/3. S S.I. units Linear Routing: Floodrouting HEC-RAS Introduction Shirley Clark Penn State Harrisburg Robert Pitt University of Alabama April 26, 2004 Two (2) types of floodrouting of a hydrograph Linear Muskingum Reservoir

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

v. 9.1 WMS 9.1 Tutorial Watershed Modeling HEC-1 Interface Learn how to setup a basic HEC-1 model using WMS

v. 9.1 WMS 9.1 Tutorial Watershed Modeling HEC-1 Interface Learn how to setup a basic HEC-1 model using WMS v. 9.1 WMS 9.1 Tutorial Learn how to setup a basic HEC-1 model using WMS Objectives Build a basic HEC-1 model from scratch using a DEM, land use, and soil data. Compute the geometric and hydrologic parameters

More information

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Richard Knox CE 394K Fall 2011 Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Objective: The objective of this term project is to use ArcGIS to evaluate

More information

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS v. 10.1 WMS 10.1 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS Objectives Learn how to build cross sections, stream centerlines, and

More information

WMS 9.0 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS

WMS 9.0 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS v. 9.0 WMS 9.0 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS Objectives Learn how to build cross sections, stream centerlines, and bank

More information

Stream network delineation and scaling issues with high resolution data

Stream network delineation and scaling issues with high resolution data Stream network delineation and scaling issues with high resolution data Roman DiBiase, Arizona State University, May 1, 2008 Abstract: In this tutorial, we will go through the process of extracting a stream

More information

RVR MEANDER TUTORIALS

RVR MEANDER TUTORIALS RVR MEANDER TUTORIALS ArcGIS VERSION Roberto Fernández 1, Davide Motta 2, Jorge D. Abad 3, Eddy J. Langendoen 4, Nils Oberg 5, Marcelo H. Garcia 6 August 29, 2011 ABSTRACT This document includes tutorials

More information

Hydraulics and Floodplain Modeling Modeling with the Hydraulic Toolbox

Hydraulics and Floodplain Modeling Modeling with the Hydraulic Toolbox v. 9.1 WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Modeling with the Hydraulic Toolbox Learn how to design inlet grates, detention basins, channels, and riprap using the FHWA Hydraulic Toolbox

More information

v SMS Tutorials SRH-2D Prerequisites Requirements SRH-2D Model Map Module Mesh Module Data files Time

v SMS Tutorials SRH-2D Prerequisites Requirements SRH-2D Model Map Module Mesh Module Data files Time v. 11.2 SMS 11.2 Tutorial Objectives This tutorial shows how to build a Sedimentation and River Hydraulics Two-Dimensional () simulation using SMS version 11.2 or later. Prerequisites SMS Overview tutorial

More information

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations,

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, readings, and hands on GIS lab exercises. Following the last

More information

Introducion to Hydrologic Engineering Centers River Analysis System (HEC- RAS) Neena Isaac Scientist D CWPRS, Pune -24

Introducion to Hydrologic Engineering Centers River Analysis System (HEC- RAS) Neena Isaac Scientist D CWPRS, Pune -24 Introducion to Hydrologic Engineering Centers River Analysis System (HEC- RAS) Neena Isaac Scientist D CWPRS, Pune -24 One dimensional river models (1-D models) Assumptions Flow is one dimensional Streamline

More information

Appendix E. HEC-RAS and HEC-Ecosystem Functions Models

Appendix E. HEC-RAS and HEC-Ecosystem Functions Models Appendix E HEC-RAS and HEC-Ecosystem Functions Models 1 Appendix E: Modeled Reaches for the Connecticut River Watershed application of HEC-RAS Separate from the report for the Decision Support System of

More information

SMS v D Summary Table. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives

SMS v D Summary Table. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives SMS v. 12.3 SRH-2D Tutorial Objectives Learn the process of making a summary table to compare the 2D hydraulic model results with 1D hydraulic model results. This tutorial introduces a method of presenting

More information

v Map Module Operations SMS Tutorials Prerequisites Requirements Time Objectives

v Map Module Operations SMS Tutorials Prerequisites Requirements Time Objectives v. 12.3 SMS 12.3 Tutorial Objectives This tutorial describes the fundamental tools in the Map module of the SMS. This tutorial provides information that is useful when constructing any type of geometric

More information

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives v. 11.2 SMS 11.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

v SMS 11.1 Tutorial Overview Time minutes

v SMS 11.1 Tutorial Overview Time minutes v. 11.1 SMS 11.1 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. It is suggested that this tutorial

More information

Cross Sections, Profiles, and Rating Curves. Viewing Results From The River System Schematic. Viewing Data Contained in an HEC-DSS File

Cross Sections, Profiles, and Rating Curves. Viewing Results From The River System Schematic. Viewing Data Contained in an HEC-DSS File C H A P T E R 9 Viewing Results After the model has finished the steady or unsteady flow computations the user can begin to view the output. Output is available in a graphical and tabular format. The current

More information

v TUFLOW 1D/2D SMS 11.2 Tutorial Time minutes Prerequisites TUFLOW 2D Tutorial

v TUFLOW 1D/2D SMS 11.2 Tutorial Time minutes Prerequisites TUFLOW 2D Tutorial v. 11.2 SMS 11.2 Tutorial Objectives This tutorial describes the generation of a 1D TUFLOW project using the SMS interface. It is strongly recommended that the TUFLOW 2D tutorial be completed before doing

More information

WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools

WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools v. 9.1 WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools Objectives Experiment with the various floodplain delineation options

More information

Using HEC-RAS and HEC-GeoRAS for River Modeling Adapted by E. Maurer, using an exercise by V. Merwade, Purdue Univ.

Using HEC-RAS and HEC-GeoRAS for River Modeling Adapted by E. Maurer, using an exercise by V. Merwade, Purdue Univ. Introduction Using HEC-RAS and HEC-GeoRAS for River Modeling Adapted by E. Maurer, using an exercise by V. Merwade, Purdue Univ. This tutorial uses the output from HEC_GeoRAS from a prior exercise as input

More information

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain v. 8.4 WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain Objectives Setup a conceptual model of stream centerlines

More information

HEC-RAS 3.0 January, 2001 Release Notes

HEC-RAS 3.0 January, 2001 Release Notes HEC-RAS 3.0 January, 2001 Release Notes A new version of HEC-RAS (3.0) has been released with significant new features over the previous version (2.21). Version 3.0 includes unsteady flow routing capabilities,

More information

TUFLOW 1D/2D SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Background Data

TUFLOW 1D/2D SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Background Data SURFACE WATER MODELING SYSTEM TUFLOW 1D/2D 1 Introduction This tutorial describes the generation of a 1D TUFLOW project using the SMS interface. It is recommended that the TUFLOW 2D tutorial be done before

More information

GIS OPERATION MANUAL

GIS OPERATION MANUAL GIS OPERATION MANUAL 1. Computer System Description Hardware Make Compaq Presario 5004 CPU AMD Athlon 1.1 Ghz Main Memory 640MB CD-ROM 52 X CD-RW 8 X HD 57GB Monitor 19 inch Video Adapter 16 Mb Nvidia

More information

Objectives This tutorial will introduce how to prepare and run a basic ADH model using the SMS interface.

Objectives This tutorial will introduce how to prepare and run a basic ADH model using the SMS interface. v. 12.1 SMS 12.1 Tutorial Objectives This tutorial will introduce how to prepare and run a basic ADH model using the SMS interface. Prerequisites Overview Tutorial Requirements ADH Mesh Module Scatter

More information

2018 Jacobs

2018 Jacobs How to import EACSD cross-sections Flood Modeller allows you to import cross sections defined in EACSD survey files, automatically validating and converting them to Flood Modeller 1D cross sections. The

More information

v TUFLOW-2D Hydrodynamics SMS Tutorials Time minutes Prerequisites Overview Tutorial

v TUFLOW-2D Hydrodynamics SMS Tutorials Time minutes Prerequisites Overview Tutorial v. 12.2 SMS 12.2 Tutorial TUFLOW-2D Hydrodynamics Objectives This tutorial describes the generation of a TUFLOW project using the SMS interface. This project utilizes only the two dimensional flow calculation

More information

HEC-RAS. A Tutorial (Model Development of a Small Flume)

HEC-RAS. A Tutorial (Model Development of a Small Flume) HEC-RAS A Tutorial (Model Development of a Small Flume) HEC-RAS Hydraulic Engineering Center:River Analysis System 1-D step backwater model Utilizes energy equation to compute water surface elevation for

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 9.1 WMS 9.1 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

User s guide (version 1) ST:REAM Model (SEPA version) and Datasets

User s guide (version 1) ST:REAM Model (SEPA version) and Datasets User s guide (version 1) ST:REAM Model (SEPA version) and Datasets A- What do we need? 1) To run the model: Excel 2003 or later. 2) If you are planning to use the pre-elaborated Scotland Dataset you will

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Exercise Topic: HEC GeoRAS Post-Processing Objectives: This tutorial is designed to walk you

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira Prepared by Lora Baumgartner

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira Prepared by Lora Baumgartner George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner Exercise Topic: Getting started with HEC GeoRAS Objective: Create

More information

Rapid Floodplain Delineation. Presented by: Leo R. Kreymborg 1, P.E. David T. Williams 2, Ph.D., P.E. Iwan H. Thomas 3, E.I.T.

Rapid Floodplain Delineation. Presented by: Leo R. Kreymborg 1, P.E. David T. Williams 2, Ph.D., P.E. Iwan H. Thomas 3, E.I.T. 007 ASCE Rapid Floodplain Delineation Presented by: Leo R. Kreymborg 1, P.E. David T. Williams, Ph.D., P.E. Iwan H. Thomas 3, E.I.T. 1 Project Manager, PBS&J, 975 Sky Park Court, Suite 00, San Diego, CA

More information

Exercise 4: Import Tabular GPS Data and Digitizing

Exercise 4: Import Tabular GPS Data and Digitizing Exercise 4: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

More information

WMS 10.0 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS

WMS 10.0 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS v. 10.0 WMS 10.0 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS Objectives Define a conceptual schematic of the roadway, invert, and downstream

More information

Exercise 5: Import Tabular GPS Data and Digitizing

Exercise 5: Import Tabular GPS Data and Digitizing Exercise 5: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

v SMS 11.1 Tutorial SRH-2D Prerequisites None Time minutes Requirements Map Module Mesh Module Scatter Module Generic Model SRH-2D

v SMS 11.1 Tutorial SRH-2D Prerequisites None Time minutes Requirements Map Module Mesh Module Scatter Module Generic Model SRH-2D v. 11.1 SMS 11.1 Tutorial SRH-2D Objectives This lesson will teach you how to prepare an unstructured mesh, run the SRH-2D numerical engine and view the results all within SMS. You will start by reading

More information

WMS 9.1 Tutorial GSSHA Modeling Basics Stream Flow Integrate stream flow with your GSSHA overland flow model

WMS 9.1 Tutorial GSSHA Modeling Basics Stream Flow Integrate stream flow with your GSSHA overland flow model v. 9.1 WMS 9.1 Tutorial Integrate stream flow with your GSSHA overland flow model Objectives Learn how to add hydraulic channel routing to your GSSHA model and how to define channel properties. Learn how

More information

Watershed Modeling Using Online Spatial Data to Create an HEC-HMS Model

Watershed Modeling Using Online Spatial Data to Create an HEC-HMS Model v. 10.1 WMS 10.1 Tutorial Watershed Modeling Using Online Spatial Data to Create an HEC-HMS Model Learn how to setup an HEC-HMS model using WMS online spatial data Objectives This tutorial shows how to

More information

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain v. 10.1 WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain Objectives Setup a conceptual model of stream centerlines

More information

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4 Data Assembly, Part II GIS Cyberinfrastructure Module Day 4 Objectives Continuation of effective troubleshooting Create shapefiles for analysis with buffers, union, and dissolve functions Calculate polygon

More information

RVR MEANDER - USER S MANUAL STAND-ALONE VERSION

RVR MEANDER - USER S MANUAL STAND-ALONE VERSION RVR MEANDER - USER S MANUAL STAND-ALONE VERSION Davide Motta 1, Roberto Fernandez 2, Jorge D. Abad 3, Eddy J. Langendoen 4, Nils O. Oberg 5, Marcelo H. Garcia 6 Abstract This document illustrates how to

More information

AUTOMATING MANNING S N COEFFICIENT VALUE ASSIGNMENTS FOR HYDRAULIC MODELING

AUTOMATING MANNING S N COEFFICIENT VALUE ASSIGNMENTS FOR HYDRAULIC MODELING Imagery Source: Bing Maps via ESRI AUTOMATING MANNING S N COEFFICIENT VALUE ASSIGNMENTS FOR HYDRAULIC MODELING Kyle Gallagher, GISP Black & Veatch Special Projects Corp. Project Overview USACE Tulsa District

More information

SMS v SRH-2D Tutorials Obstructions. Prerequisites. Requirements. Time. Objectives

SMS v SRH-2D Tutorials Obstructions. Prerequisites. Requirements. Time. Objectives SMS v. 12.3 SRH-2D Tutorials Obstructions Objectives This tutorial demonstrates the process of creating and defining in-stream obstructions within an SRH-2D model. The SRH-2D Simulations tutorial should

More information

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

Watershed Modeling HEC-HMS Interface

Watershed Modeling HEC-HMS Interface v. 10.1 WMS 10.1 Tutorial Learn how to set up a basic HEC-HMS model using WMS Objectives Build a basic HEC-HMS model from scratch using a DEM, land use, and soil data. Compute the geometric and hydrologic

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

More information

Metrics assessments Toolset name : METRICS

Metrics assessments Toolset name : METRICS User guide for FluvialCorridor toolbox Metrics assessments Toolset name : METRICS Tool s names : Elevation and slope Morphometry Watershed Width Contact length Discontinuities How to cite : Roux, C., Alber,

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Videos that show how to copy/paste data

More information

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction Introduction This document describes how to take the data collected with the total station for the campus topographic map project and

More information

Spatial Hydrologic Modeling HEC-HMS Distributed Parameter Modeling with the MODClark Transform

Spatial Hydrologic Modeling HEC-HMS Distributed Parameter Modeling with the MODClark Transform v. 9.0 WMS 9.0 Tutorial Spatial Hydrologic Modeling HEC-HMS Distributed Parameter Modeling with the MODClark Transform Setup a basic distributed MODClark model using the WMS interface Objectives In this

More information

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

GEO 465/565 Lab 6: Modeling Landslide Susceptibility 1 GEO 465/565 Lab 6: Modeling Landslide Susceptibility This lab will give you more practice in understanding and building a GIS analysis model. Recall from class lecture that a GIS analysis model is a

More information

Importing GPS points and Hyperlinking images.

Importing GPS points and Hyperlinking images. Geol 3050 GIS for Geologists Exercise 15 Exercise 15 Making a Virtual Fieldtrip: Importing GPS points and Hyperlinking images. Due: Thursday, March 22. Goal: A) Get familiar with importing GPS points and

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground.

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image rectification is the process of using your georeferencing

More information

Converting AutoCAD Map 2002 Projects to ArcGIS

Converting AutoCAD Map 2002 Projects to ArcGIS Introduction This document outlines the procedures necessary for converting an AutoCAD Map drawing containing topologies to ArcGIS version 9.x and higher. This includes the export of polygon and network

More information

SMS v Simulations. SRH-2D Tutorial. Time. Requirements. Prerequisites. Objectives

SMS v Simulations. SRH-2D Tutorial. Time. Requirements. Prerequisites. Objectives SMS v. 12.1 SRH-2D Tutorial Objectives This tutorial will demonstrate the process of creating a new SRH-2D simulation from an existing simulation. This workflow is very useful when adding new features

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis Exercise 5. Height above Nearest Drainage Flood Inundation Analysis GIS in Water Resources, Fall 2016 Prepared by David G Tarboton Purpose The purpose of this exercise is to illustrate the use of TauDEM

More information

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis Exercise 5. Height above Nearest Drainage Flood Inundation Analysis GIS in Water Resources, Fall 2018 Prepared by David G Tarboton Purpose The purpose of this exercise is to learn how to calculation the

More information

SWATMOD-Prep: Interface for Preparing SWAT- MODFLOW Simulations

SWATMOD-Prep: Interface for Preparing SWAT- MODFLOW Simulations SWATMOD-Prep: Interface for Preparing SWAT- MODFLOW Simulations Written: June 2016 User s Manual Developers Hendrik Rathjens, Purdue University Katrin Bieger, Blackland Research & Extension Center, Texas

More information

SMS v Obstructions. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives

SMS v Obstructions. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives SMS v. 12.1 SRH-2D Tutorial Objectives This tutorial demonstrates the process of creating and defining in-stream obstructions within an SRH-2D model. The SRH-2D Simulations tutorial should have been completed

More information

ARC HYDRO GROUNDWATER TUTORIALS

ARC HYDRO GROUNDWATER TUTORIALS ARC HYDRO GROUNDWATER TUTORIALS details to cross sections Arc Hydro Groundwater (AHGW) is a geodatabase design for representing groundwater datasets within ArcGIS. The data model helps to archive, display,

More information

MODFLOW STR Package The MODFLOW Stream (STR) Package Interface in GMS

MODFLOW STR Package The MODFLOW Stream (STR) Package Interface in GMS v. 10.1 GMS 10.1 Tutorial The MODFLOW Stream (STR) Package Interface in GMS Objectives Learn how to create a model containing STR-type streams. Create a conceptual model of the streams using arcs and orient

More information

Data Import and Quality Control in Geochemistry for ArcGIS

Data Import and Quality Control in Geochemistry for ArcGIS Data Import and Quality Control in Geochemistry for ArcGIS This Data Import and Quality Control in Geochemistry for ArcGIS How-To Guide will demonstrate how to create a new geochemistry project, import

More information

Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2

Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2 Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2 This instruction set applies to calculating allele frequency from point data of DNA analysis results within ArcView 3.2. To calculate the

More information

Automating Hydraulic Analysis v 1.0.

Automating Hydraulic Analysis v 1.0. 2011 Automating Hydraulic Analysis v 1.0. Basic tutorial and introduction Automating Hydraulic Analysis (AHYDRA) is a freeware application that automates some specific features of HEC RAS or other hydraulic

More information

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford Lidar and GIS: Applications and Examples Dan Hedges Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density Creating raster DEMs and DSMs Data area

More information

HEC-GeoRAS GIS Tools for Support of HEC-RAS using ArcGIS

HEC-GeoRAS GIS Tools for Support of HEC-RAS using ArcGIS US Army Corps of Engineers Hydrologic Engineering Center HEC-GeoRAS GIS Tools for Support of HEC-RAS using ArcGIS User's Manual Version 4.2 September 2009 Approved for Public Release. Distribution Unlimited.

More information

PRACTICAL UNIT 1 exercise task

PRACTICAL UNIT 1 exercise task Practical Unit 1 1 1 PRACTICAL UNIT 1 exercise task Developing a hydraulic model with HEC RAS using schematic river geometry data In the course of practical unit 1 we prepare the input for the execution

More information

HEC-RAS 5.0 Training New Zealand Workshop Guide

HEC-RAS 5.0 Training New Zealand Workshop Guide HEC-RAS 5.0 Training New Zealand Workshop Guide Prepared by: Krey Price Surface Water Solutions 57 Bromfield Drive Kelmscott WA 6111 Australia Tel. +61 400 367 542 e-mail: info@surfacewater.biz website:

More information

YRERFS GIS WORKFLOW AND MODELING PROCESS

YRERFS GIS WORKFLOW AND MODELING PROCESS YRERFS GIS WORKFLOW AND MODELING PROCESS Presenter Name Presenter Title SPK Sacramento 7/12/2017 US Army Corps of Engineers YRERFS Juvenile Steelhead Habitat Determination Original Data Sets tree_object_classification

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

v TUFLOW FV SMS 13.0 Tutorial Requirements Time Prerequisites Objectives

v TUFLOW FV SMS 13.0 Tutorial Requirements Time Prerequisites Objectives v. 13.0 SMS 13.0 Tutorial Objectives This tutorial demonstrates creating a simple model of a short section of river using the SMS TUFLOW FV interface. A mesh for an inbank area of a river will be built,

More information

Using GIS to Site Minimal Excavation Helicopter Landings

Using GIS to Site Minimal Excavation Helicopter Landings Using GIS to Site Minimal Excavation Helicopter Landings The objective of this analysis is to develop a suitability map for aid in locating helicopter landings in mountainous terrain. The tutorial uses

More information

Peter Polito Dr. Helper GIS/GPS Final Project

Peter Polito Dr. Helper GIS/GPS Final Project Peter Polito Dr. Helper GIS/GPS Final Project Processing LiDAR data to extract hydraulic radii of the Colorado River downstream of Max Starcke Dam, near Marble Falls, TX I. Problem Formulation Part of

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

More information

iric Software Changing River Science River2D Tutorials

iric Software Changing River Science River2D Tutorials iric Software Changing River Science River2D Tutorials iric Software Changing River Science Confluence of the Colorado River, Blue River and Indian Creek, Colorado, USA 1 TUTORIAL 1: RIVER2D STEADY SOLUTION

More information

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects.

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects. v. 10.0 GMS 10.0 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS

More information

v Observations SMS Tutorials Prerequisites Requirements Time Objectives

v Observations SMS Tutorials Prerequisites Requirements Time Objectives v. 13.0 SMS 13.0 Tutorial Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with measured field

More information

Conservation Applications of LiDAR. Terrain Analysis. Workshop Exercises

Conservation Applications of LiDAR. Terrain Analysis. Workshop Exercises Conservation Applications of LiDAR Terrain Analysis Workshop Exercises 2012 These exercises are part of the Conservation Applications of LiDAR project a series of hands on workshops designed to help Minnesota

More information

ISIS Free & ISIS Professional Quick Start Guide

ISIS Free & ISIS Professional Quick Start Guide ISIS Free & ISIS Professional Cost effective, integrated modelling solutions Think saving, think ISIS, think Halcrow This quick start guide enables first time users to quickly understand how to use ISIS

More information

Carlson GIS for Surveyors

Carlson GIS for Surveyors Professional Land Surveyors of Ohio 2016 Annual Conference -- Dayton Ohio Carlson GIS for Surveyors Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing business

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

v GMS 10.0 Tutorial MODFLOW Transient Calibration Calibrating transient MODFLOW models

v GMS 10.0 Tutorial MODFLOW Transient Calibration Calibrating transient MODFLOW models v. 10.0 GMS 10.0 Tutorial MODFLOW Transient Calibration Calibrating transient MODFLOW models Objectives GMS provides a powerful suite of tools for inputting and managing transient data. These tools allow

More information

Part 6b: The effect of scale on raster calculations mean local relief and slope

Part 6b: The effect of scale on raster calculations mean local relief and slope Part 6b: The effect of scale on raster calculations mean local relief and slope Due: Be done with this section by class on Monday 10 Oct. Tasks: Calculate slope for three rasters and produce a decent looking

More information

Numerical Hydraulics

Numerical Hydraulics ETHZ, Fall 2017 Numerical Hydraulics Assignment 3 Comparison of two numerical solutions of river flow: use of Finite Elements (HEC-RAS) and Finite Volumes (BASEMENT) 1 Introduction In the course, two different

More information

This tutorial introduces the HEC-RAS model and how it can be used to generate files for use with the HEC-RAS software.

This tutorial introduces the HEC-RAS model and how it can be used to generate files for use with the HEC-RAS software. v. 12.3 SMS 12.3 Tutorial Objectives This tutorial introduces the model and how it can be used to generate files for use with the software. Prerequisites Overview Tutorial Requirements 5.0 Mesh Module

More information

QUICK START GUIDE. SOLO Forest

QUICK START GUIDE. SOLO Forest QUICK START GUIDE SOLO Forest Software Installation 1. For PC installation, run the.msi file. 2. For Mobile device installation, copy the.cab file onto the device 3. Run the.cab file Starting the Program

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

Delineating the Stream Network and Watersheds of the Guadalupe Basin Delineating the Stream Network and Watersheds of the Guadalupe Basin Francisco Olivera Department of Civil Engineering Texas A&M University Srikanth Koka Department of Civil Engineering Texas A&M University

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

SMS v Culvert Structures with HY-8. Prerequisites. Requirements. Time. Objectives

SMS v Culvert Structures with HY-8. Prerequisites. Requirements. Time. Objectives SMS v. 12.1 SRH-2D Tutorial Culvert Structures with HY-8 Objectives This tutorial demonstrates the process of modeling culverts in SRH-2D coupled with the Federal Highway Administrations HY-8 culvert analysis

More information