CE 385 D. Water Resources Planning and Management. River Basin Simulation Tutorial. Samuel Sandoval Solis, M.S. and.

Size: px
Start display at page:

Download "CE 385 D. Water Resources Planning and Management. River Basin Simulation Tutorial. Samuel Sandoval Solis, M.S. and."

Transcription

1 CE 385 D Water Resources Planning and Management River Basin Simulation Tutorial Samuel Sandoval Solis, M.S. and Daene C. McKinney, Ph.D., PE September, 2009 (Revised January, 2011) CENTER FOR RESEARCH IN WATER RESOURCES 1

2 Contents Overview... 1 Introduction... 1 Part I Modeling the River... 2 Construct the Model... 2 Create a New Area... 2 Set General Parameters... 3 Define the Water Resources System... 4 Run the Model Part II Modeling a Reservoir Define Scenarios Add the Reservoir Create Environmental Flow Requirement for Winter Re- run the Model Part III Modeling a Reservoir Operating Policy... Error! Bookmark not defined. Operation Policy for the Reservoir... Error! Bookmark not defined. Declare the Operation Policy in WEAP... Error! Bookmark not defined. Flow Chart... Error! Bookmark not defined. Variables... Error! Bookmark not defined. Variable Schema... Error! Bookmark not defined. Define New Scenario... Error! Bookmark not defined. Enter the Variable Schema in the Model... Error! Bookmark not defined. Incorporating the Operating Policy Into the Model... Error! Bookmark not defined. Re- running the model... Error! Bookmark not defined. References i

3 Overview The aim of this exercise is to provide guidance on the construction of water resources simulation models using the Water Evaluation And Planning System (WEAP 1 ) software. The document is comprised of steps that will help you to build a simple water resources system model, including: one river, two users (the environment, and an irrigation district) and one reservoir. The example for the system is taken from the textbook of Loucks and Van Beek ( ). Introduction The river system with and without the reservoir is shown in the figures below. River inflows - File: Headflows.csv - 21 Years of Inflows Irrigation District - Variable summer demand: MCM/year - File: Demands.csv System without the reservoir Big Reservoir Capacity: 40 MCM Operation policy: Winter: Release only environmental flows Summer: Release water to Irrigation Dist. Env. Flow Requirements - Winter: 5 MCM/year - Summer: 0 MCM/year Heaflow - Headflows.csv - 21 Years of Inflows - 25 Realizations Irrigation District - Variable demand: MCM/year Demands.csv System with the reservoir Loucks, Daniel P. and Eelco van Beek, Water Resources Systems Planning and Management: An Introduction to Methods, Models and Applications, Chapter 7, Section 9.2 River Basin Simulation pages , UNESCO, Paris,

4 The reservoir winter operation policy is to store as much of the winter s inflow as possible. The summer release policy is to meet each year s projected demand if possible. Further details of the operating policy are given later and in Chapter 7, Section 9.3 of Loucks and Van Beek (2005). Part I Modeling the River 1.1 Construct the Model Create a New Area Open the WEAP program. Select Area and then Create Area from the menu. Name the new area Tutorial_Exercise and Select Initially blank Click OK on the following window. Select an area around Texas. Hint: Use the small window on your left to make a zoom in or out on the world map, use the scroll bars in the right window to locate Texas. Drag a rectangle around the central area of Texas. Click OK. Save your model, select Area, Save menu or press Ctrl+S. Name your model Tutorial_Exercise 3. 3 Tip If you want to back up your model and take it with you to another computer, open the Area menu and select Manage Areas, click on Back up to and select the folder where you want to back up your model (this can be on a removable disk). WEAP models are backed up as zip files. When you want to open your backed up model, open the Area menu and select Manage Areas, click on Restore from and browse to your model s zip file and click on open. This way you will be able to save, backup and restore your models. 2

5 Set General Parameters By default, the model stars in 2000 with 12 time steps per year, based on calendar years and starting in January. We will use 2 time steps per year for 20 years. Select the General menu, and select Years and Time Steps.,1100 Let s modify the time horizon. In the time horizon box change the Last Year of Scenarios: to In the Time Steps per Year box, click in the pull- down menu icon and select Other, then set 2 time steps per year. Verify that in Time Step Boundary you have selected the Based on calendar month option. Also verify that you have selected Water Year Start at Time Step 1. We are going to consider time step 1 as Winter and time step 2 as Summer in the example. Notice that the winter period is has 182 days and summer has 183 days. 3

6 Save your model by typing Ctrl+S. Define the Water Resources System Enter the River Inflows Now, lets define our water resource. Let s start with the river. Click on the River symbol in the Element window and hold the click as you drag the symbol over to the map. Release the click when you have positioned the cursor over the upper left starting point of the main section of the river. Move the cursor, and you will notice a line being generated from that starting point. When you double click to finish drawing the river, a dialog box appears asking for the name of the river (see below). Name the river "Main River." Click Finish. 4

7 Let s declare the inflows to the river called headflows in WEAP. These are the upstream inflows to major tributaries for the model. These values are stored in the file Headflows.csv. You will notice that this is a CSV file, or a Comma Separated Value file that stores 25 sets of inflows (in m 3 /sec). First, unzip the compressed archive (*.zip file) and copy the file Headflows.csv to the folder C:\Program Files\WEAP21\Tutorial_Exercise on your computer 4. Let s take a look inside the Headflows.csv file, which is shown below: The first column has the years with one row for each of the two seasons of the year, summer followed by winter; then the season number is shown in column B, and finally the 25 flow values in columns C through AA for the separate simulations; each column is a separate realization of the inflows for the 20 year period. To begin with we will focus on the first realization in column C. Now, let s go back to WEAP and enter the data for the river. To enter and edit data for the Main River, either right- click on the Main River and select Edit data and select Headflows. 4 If you are using the latest version of WEAP (January 2011), then the path should be: C:\Documents and Settings\ your user name \My Documents\WEAP Areas\Tutorial_Exercise 5

8 The "Inflows and Outflows" window should be open - if it isn't, click on the Inflows and Outflows button. Click on the "Headflow" tab. Be sure that the input window Data for has Current Accounts [2000] selected. If it doesn t, then select it from the drop down menu. Click on the area just beneath the bar labeled 2000 in the data input window to view a pull- down menu. Select the Expression Builder from the drop- - down menu. 6

9 In the Expression Builder select the Functions tag; scroll down and find, select and drag down into the text field the ReadFromFile expression from the list of built in expressions. Type the following expression in the parentheses: Headflows.csv,1 ; so, the expression should look like 5 : ReadFromFile(Headflows.csv,1) The 1 in this expression refers to the number in the column above the inflows. If you wanted to read the inflows from the second realization of inflows, you would enter 2. Click on Verify. Then a window will appear that says your expression is verified. If the expression is not verified, please check that you have copied the file Headflows.csv into the folder C:\Program Files\WEAP21\Tutorial_Exercise and that the command you have written is correct. 5 Actually, you can just copy this expression from this document and paste it into Expression Builder. 7

10 WEAP is reading the data from the Headflows.csv file in column 1. WEAP reads the year and time step columns, after this it starts counting the column numbers; this is the reason we are declaring column 1 in the expression. Click on Finish. Note that now there is inflow declared for the river. Save your model. 8

11 Enter the Irrigation Demand Data Creating a demand node is similar to the process you used to create a river. Click on the Schematic view (little map icon in upper left- hand corner) and select and pull a Demand Site node symbol over to the map from the Element window, releasing the mouse when you have positioned the node on the right bank of the river (facing downstream). Enter the name of this demand node as Irrigation District. Declare a Demand Priority of 2. Click on Finish. Copy the water demand for the Irrigation District that is stored in the file Demands.csv to the C:\Program Files\WEAP21\Tutorial_Exercise folder 6. This file is reproduced in the figure below (demands in million m 3 per year) 6 If you are using the latest version of WEAP (January 2011), then the path should be: C:\Documents and Settings\ your user name \My Documents\WEAP Areas\Tutorial_Exercise 9

12 Go back to WEAP, right click on the Irrigation District demand site and select "Edit data" and "Annual Water Use Rate." Once again open the expression builder and let s read the demands from the file Demands.csv using the ReadFromFile() function. The expression should look like: Click on Verify ReadFromFile(Demands.csv,1) The previous expression should be verified OK. If not, double check that the Demands.csv file was copied to the correct directory (see above) and that the expression was written correctly. Click below the Scale label and select Million because the data uploaded has this unit. 10

13 Now, let s declare the distribution of water for Irrigation District in Summer and Winter. Click on the tab of Sub- yearly Variation Click below 2000 and select Sub- yearly Time- Series Wizard Declare a value of 0% for time step 1 (Winter) and a value of 100% for time step 2 (Summer). Click Finish. 11

14 Now, you need to tell WEAP where the water will come from; this is accomplished by connecting a supply resource to the demand site through a transmission link. Return to the Schematic view and create a Transmission Link from the Main River to the Irrigation District. Do this by dragging the Transmission Link first to a position on the river, releasing the mouse, then pulling the link to Irrigation District and double clicking on this demand node. Select a Supply Preference of 1 for the Transmission Link. Run the Model Let see the first result of our model. Click on Results and Yes. 12

15 Select Demand and then Reliability. Notice that more than 60% of the time the demand for Irrigation District is supplied fully. Click on the Table tab and you will see that the reliability for Irrigation District is 64.3%. 13

16 Go back to the Chart view, and select Demand\Supply Delivered. At the bottom of the screen select All Years, in the middle upper pull down menu All Time Steps and check the option Annual Total. Notice how variable the water demand is for the Irrigation district. Select Table and click on the Stat icon that is in the right tool bar of the screen. Drag the displacement bar to the right in order to see the statistics at the end of the Supply Delivered results. Notice that the average supply delivered is 24.7 MCM/year, and the minimum and maximum values are 11.1 and 45 MCM/year respectively. Now let s see when the deficits happened. Click on the Chart tab, and select Unmet Demand. Notice that the deficits happened in several years, 9 to be precise. 14

17 Click on the Table tab. Notice that the total deficit (Unmet demand) for the Irrigation district in this scenario is MCM (under Sum in the table). Also, notice that the mean deficit is 16.0 MCM and the minimum and maximum deficits are 0 and 32.9 MCM, respectively. Save your model. Part II Modeling a Reservoir Define Scenarios One of the purposes of modeling is to answer What if questions. In this case, we are interested in the question, How will the Irrigation District s operation improve if a 40 million m 3 reservoir is constructed on the river? We are going to define 2 scenarios: 1. Without the reservoir; and 15

18 2. With the reservoir. Go to the Schematic view, open the Area menu and select Manage Scenarios. Select the Reference Scenario and then click on Rename. Rename the Reference Scenario as w/o Reservoir. Click OK. We are going to keep this scenario as a reference for what would happen with no reservoir. Now, lets create another scenario that will consider the creation of a reservoir. Select Current Accounts and then click on Add and name the new scenario with Reservoir. Click OK Click on Close. Save your model. 16

19 Add the Reservoir Let s create a Reservoir upstream from the transmission link to the Irrigation District. Return to the Schematic view and pull a Reservoir node symbol onto the schematic from the Element window, releasing the mouse when you have positioned the node upstream of the transmission link. Enter the name of the reservoir node as Big Reservoir. Unselect the option of Active in Current Accounts. Click on Finish. In this way we continue to have no reservoir in the w/o Reservoir scenario. Now, let s declare the reservoir in the with Reservoir scenario. Right click on the Reservoir icon, select Edit Data and Startup Year Select the with Reservoir scenario in the Data for view. 17

20 Declare the Startup Year to be Now, let s declare the characteristics of the Big Reservoir. Click on the Physical button and declare the storage of the reservoir to be 40 Million m 3 in the Storage Capacity tab. Click on the Operation bottom and enter 40 Million m 3 in the Top of Conservation tab (this will be the active capacity of the reservoir). 18

21 Under the Operation button, select the Top of Inactive tab and enter 0 Million m 3. Save your model. Create Environmental Flow Requirement for Winter Go to the Schematic view and select a Flow Requirement and place it on the river downstream of the diversion to the irrigation district. Declare a demand priority of 1. 19

22 Right click on the flow requirement node and select Edit Data Minimum Flow Requirement. Enter the Expression Builder and enter the following command: If( TS=1, , 0 ) This will require the flow to be m3/sec passing the Environmental Flow Node in Time Step 1 of every year. Re- run the Model Click on Results. Say Yes for recalculating the results. 20

23 Look at the results. Select Demand, Supply Delivered and notice that more water was delivered in the with Reservoir scenario than w/o Reservoir. In fact, the mean supply delivered increased from 24.7 to 37.3 Million m 3 /year. Be sure to select All Year at the bottom, and All Scenarios to the right hand side. Select Reliability and note the difference: 64.3% ( w/o reservoir scenario) versus 85.7% ( reservoir scenario). Go to Demand, Unmet Demand and All Years (at the bottom) and notice that for the with Reservoir scenario, the deficits decreased compared to w/o Reservoir scenario. In fact, the mean and the maximum deficit decreased from 16.0 to 3.4 MCM/year and from 32.9 to 15.9 MCM respectively. Save your model, Ctrl+S. 21

24 You can also explore several other interesting aspects of the simulation, such as reservoir storage and flow through the environmental flow requirement node. References Loucks D. P. and E. Van Beek (2005). Water Resources Systems Planning and Management. Page 213. UNESCO 22

1. Below is an example 1D river reach model built in HEC-RAS and displayed in the HEC-RAS user interface:

1. Below is an example 1D river reach model built in HEC-RAS and displayed in the HEC-RAS user interface: How Do I Import HEC-RAS Cross-Section Data? Flood Modeller allows you to read in cross sections defined in HEC-RAS models, automatically converting them to Flood Modeller 1D cross sections. The procedure

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

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018 Map Direct Lite Quick Start Guide: Map Layers 5/14/2018 Contents Quick Start Guide: Map Layers... 1 Map Layers in Map Direct Lite.... 3 What is a Basemap Layer?... 4 Change the Basemap Using the Basemap

More information

Geographical mapping of data

Geographical mapping of data BioNumerics Tutorial: Geographical mapping of data 1 Aim In many research projects, especially epidemiological, biological data is closely linked to geographical data. Geographical information provided

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

Getting started with Hydra Modeller

Getting started with Hydra Modeller Getting started with Hydra Modeller Download Installation Hydra Modeller Basics Logging in Installing a template Building a network manually Importing a pre-defined network Setting GIS Layers Managing

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

Basic Software Maintenance. Ham Station Ultra Software Package

Basic Software Maintenance. Ham Station Ultra Software Package 1 Carl Skip Glover, Jr. K1SPG Custom Software & Hardware Solutions 4 Valley of Industry Boscawen, NH 03303 (603) 369-7015 Email: pctech.skip@gmail.com Email: k1spg@arrl.net Basic Software Maintenance Ham

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Creating a Website in Schoolwires Technology Integration Center

Creating a Website in Schoolwires Technology Integration Center Creating a Website in Schoolwires Technology Integration Center Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Accessing Site Manager... 2 Section Workspace Overview...

More information

SRH-2D Additional Boundary Conditions

SRH-2D Additional Boundary Conditions v. 12.2 SMS 12.2 Tutorial SRH-2D Additional Boundary Conditions Objectives Learn techniques for using various additional boundary conditions with the Sedimentation and River Hydraulics Two-Dimensional

More information

Hydrologic Modeling using HEC-HMS

Hydrologic Modeling using HEC-HMS Hydrologic Modeling using HEC-HMS CE 412/512 Spring 2017 Introduction The intent of this exercise is to introduce you to the structure and some of the functions of the HEC-Hydrologic Modeling System (HEC-HMS),

More information

Electrical System Functional Definition

Electrical System Functional Definition Electrical System Functional Definition Preface What's New? Getting Started Basic Tasks Advanced Tasks Workbench Description Customizing Glossary Index Dassault Systèmes 1994-2000. All rights reserved.

More information

Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative. ScienceBase and Data Basin User Guide

Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative. ScienceBase and Data Basin User Guide Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative ScienceBase and Data Basin User Guide Data delivery for the Gulf Hypoxia Initiative is carried out through the use of two websites: ScienceBase

More information

Supersonic Flow Over a Wedge

Supersonic Flow Over a Wedge SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 2 Supersonic Flow Over a Wedge Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification A uniform supersonic stream encounters a wedge

More information

Stream Depletion Factor Model SDF View

Stream Depletion Factor Model SDF View Stream Depletion Factor Model SDF View User Manual - Version 1.2 Developed for the South Platte Advisory Committee by the Integrated Decision Support Group (IDS) at Colorado State University User Manual

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Getting started guide for MEGS_Log 3.3

Getting started guide for MEGS_Log 3.3 Getting started guide for MEGS_Log 3.3 Contents If you are a Prolog version 2.1 or version 3 user... 2 If you are a Prolog version 4.x user... 4 If you are a CSV file user... 5 Basic editing operations...

More information

K-MODSIM DSS EXERCISE. 17 November Dr. Jin Hee Lee (KICT) Dr. Jaewon Kang (KOWACO) Mr. Seung Yup Rieu (KOWACO)

K-MODSIM DSS EXERCISE. 17 November Dr. Jin Hee Lee (KICT) Dr. Jaewon Kang (KOWACO) Mr. Seung Yup Rieu (KOWACO) The 3 rd NARBO Training Workshop K-MODSIM DSS EXERCISE 17 November 2005 Dr. Jin Hee Lee (KICT) Dr. Jaewon Kang (KOWACO) Mr. Seung Yup Rieu (KOWACO) Getting Started Installation Microsoft.NET framework

More information

Tutorial 3 - Performing a Change-Point Analysis in Excel

Tutorial 3 - Performing a Change-Point Analysis in Excel Tutorial 3 - Performing a Change-Point Analysis in Excel Introduction This tutorial teaches you how to perform a change-point analysis while using Microsoft Excel. The Change-Point Analyzer Add-In allows

More information

Since you can designate as many symbols as needed as baseline symbols it s possible to show multiple baselines with unique symbology.

Since you can designate as many symbols as needed as baseline symbols it s possible to show multiple baselines with unique symbology. In this lesson you will learn how to: Tutorials Lesson 17 - Work with a Baseline Set up the symbols and bars used to display a baseline using the Baseline Setup Wizard. Insert a baseline. Highlight, lock

More information

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

XPS1 Automated Multi-Sample Run Procedure

XPS1 Automated Multi-Sample Run Procedure XPS1 Automated Multi-Sample Run Procedure Follow the XPS Operating Procedure to load samples into the SAC chamber. Once the samples are in the SAC chamber, the following procedure can be used to automate

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Water Distribution System Modeling EPANET. Import an existing water distribution model and modify link and node parameters within WMS

Water Distribution System Modeling EPANET. Import an existing water distribution model and modify link and node parameters within WMS v. 10.1 WMS 10.1 Tutorial Water Distribution System Modeling EPANET Hydraulic Model Import an existing water distribution model and modify link and node parameters within WMS Objectives View an existing

More information

User Manual. Backup Utility for MiniStation MiniStation. v 2.0

User Manual. Backup Utility for MiniStation MiniStation.   v 2.0 User Manual Backup Utility for MiniStation MiniStation www.buffalotech.com v 2.0 MiniStation Utility Installation Install the Backup Utility by running the EasySetup Wizard from the MiniStation CD (This

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

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

To begin the new school year, please follow the steps below:

To begin the new school year, please follow the steps below: Scholastic Enterprise Edition Beginning a New School Year To begin the new school year, please follow the steps below: I. Backing Up the Database Any database that contains regularly updated information

More information

OPENING A LEADS.TXT FILE IN EXCEL 2010

OPENING A LEADS.TXT FILE IN EXCEL 2010 From the project manager to a team of administrative, programming, and technical specialists, ATS believes in a team approach that brings together all of the necessary elements pre-conference and onsite

More information

Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company.

Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company. Guide for Teachers Updated September 2013 Houghton Mifflin Harcourt Publishing Company. All rights reserved. Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing

More information

Tutorial. COPYRIGHT 2014 IGE+XAO. All rights reserved TUTORIAL. Your first steps with SEE Electrical Expert. The specialist of electrical software

Tutorial. COPYRIGHT 2014 IGE+XAO. All rights reserved TUTORIAL. Your first steps with SEE Electrical Expert. The specialist of electrical software TUTORIAL Your first steps with SEE Electrical Expert The specialist of electrical software Page 2 A.1. Conventions used in this tutorial TABLE OF CONTENTS A OVERVIEW... 5 A.1. CONVENTIONS USED IN THIS

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

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

Using the Computer & Managing Files Part 2

Using the Computer & Managing Files Part 2 Using the Computer & Managing Files Part 2 Using the Computer & Managing Files...65 Example 1 File compression, or zipping...66 Exercise 1 Download and install software...66 Exercise 2 Understand file

More information

IMS Client Operation Guide Version V1.1 Date

IMS Client Operation Guide Version V1.1 Date Version V1.1 Date 2015-10-20 About This Document About This Document About This User Manual Please note the following points before using this user manual: This user manual is intended for persons who

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

Tutorials. Lesson 3 Work with Text

Tutorials. Lesson 3 Work with Text In this lesson you will learn how to: Add a border and shadow to the title. Add a block of freeform text. Customize freeform text. Tutorials Display dates with symbols. Annotate a symbol using symbol text.

More information

File Cabinet Manager

File Cabinet Manager Tool Box File Cabinet Manager Java File Cabinet Manager Password Protection Website Statistics Image Tool Image Tool - Resize Image Tool - Crop Image Tool - Transparent Form Processor Manager Form Processor

More information

The installation provides enhancements to earlier systems and fixes reported errors.

The installation provides enhancements to earlier systems and fixes reported errors. RandomWare Update Installation: Version 4.01.018 The installation provides enhancements to earlier systems and fixes reported errors. Contents 1. Installation from Disc... 2 2. Installation from Download...

More information

Design Flow Highlights

Design Flow Highlights Design Flow Highlights Components Selection turboconfigurator Output Documentation Special Functionality Library Control System Schematic Capture Transfer 3D Models Export and Import designs (Important

More information

button in the lower-left corner of the panel if you have further questions throughout this tutorial.

button in the lower-left corner of the panel if you have further questions throughout this tutorial. Mosaic Tutorial: Simple Workflow This tutorial demonstrates how to use the Seamless Mosaic tool to mosaic six overlapping digital aerial scenes. You will learn about displaying footprints and image data

More information

Getting to Know ModelBuilder

Getting to Know ModelBuilder Getting to Know ModelBuilder Offered by Shane Bradt through the UNH Cooperative Extension Geospatial Technologies Training Center Developed by Sandy Prisloe and Cary Chadwick at the Geospatial Technology

More information

Secure MaxMarkup

Secure MaxMarkup Secure MaxMarkup 4.0 MaxMarkup contains many enhancements over the MaxTakeoff and Secure MaxReader levels of MaxView, such as enhanced document viewing, enhanced markup and annotation tools, layers and

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

SolidWorks Flow Simulation 2014

SolidWorks Flow Simulation 2014 An Introduction to SolidWorks Flow Simulation 2014 John E. Matsson, Ph.D. SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

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

LINAX Series Videographic Recorders

LINAX Series Videographic Recorders User Guide 154534_8 LINAX Series Videographic Recorders DataManager Software Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 'Safety Requirements for Electrical

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

IGSS 13 Configuration Workshop - Exercises

IGSS 13 Configuration Workshop - Exercises IGSS 13 Configuration Workshop - Exercises Contents IGSS 13 Configuration Workshop - Exercises... 1 Exercise 1: Working as an Operator in IGSS... 2 Exercise 2: Creating a new IGSS Project... 28 Exercise

More information

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map *You will need a computer with ESRI ArcGIS Desktop version 9.3 or higher installed* Data Download 1. Save the zipped folder with

More information

visitisleofman.com Extranet User Guide - Taste

visitisleofman.com Extranet User Guide - Taste visitisleofman.com Extranet User Guide - Taste 1.0 VisitIsleofMan.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details

More information

Rubis (NUM) Tutorial #1

Rubis (NUM) Tutorial #1 Rubis (NUM) Tutorial #1 1. Introduction This example is an introduction to the basic features of Rubis. The exercise is by no means intended to reproduce a realistic scenario. It is assumed that the user

More information

Tutorial Hydrodynamics in sewers

Tutorial Hydrodynamics in sewers Tutorial Hydrodynamics in sewers September 2007 3.9230.00 Tutorial Hydrodynamics in sewers September 2007 Tutorial Hydrodynamics in sewers 3.9230.00 September 2007 Contents 1 Tutorial Hydrodynamics in

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

LEGENDplex Data Analysis Software Version 8 User Guide

LEGENDplex Data Analysis Software Version 8 User Guide LEGENDplex Data Analysis Software Version 8 User Guide Introduction Welcome to the user s guide for Version 8 of the LEGENDplex data analysis software for Windows based computers 1. This tutorial will

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC180A DIGITAL SYSTEMS I Winter 2015

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC180A DIGITAL SYSTEMS I Winter 2015 UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering EEC180A DIGITAL SYSTEMS I Winter 2015 LAB 1: Introduction to Quartus II Schematic Capture and ModelSim Simulation This

More information

TopPoint User's Guide

TopPoint User's Guide TopPoint User's Guide LT2152/ 2000 Gilson, Inc. All rights reserved August 2000 Table of Contents 1 Introduction 2 Operation 3 Troubleshooting Steps to Using TopPoint... 1-2 Accessing Online Help... 1-3...

More information

Designing SQL Server 2012 Analysis Services Cubes using Samsclub_Star Dataset

Designing SQL Server 2012 Analysis Services Cubes using Samsclub_Star Dataset Designing SQL Server 2012 Analysis Services Cubes using Samsclub_Star Dataset Updated May 18, 2012 Edited by G. Davis (RMU) February 16, 2016 Using Microsoft s Business Intelligence Suite to Design Cubes

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

#SEU Welcome! Solid Edge University 2016

#SEU Welcome! Solid Edge University 2016 #SEU 2016 Welcome! Solid Edge University 2016 Realize innovation. Assembly Occurrence Properties Mark Thompson Global Technical Business Development Senior Application Engineer Realize innovation. Table

More information

Electrical System Functional Definition

Electrical System Functional Definition Electrical System Functional Definition Overview Conventions What's New? Getting Started Creating a New System Creating Equipment Creating Connectors Creating a Signal Connecting Saving Your System User

More information

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide TUTORIAL SESSION 2014 Technical Group Hoda Najafi & Sunita Bhide SETUP PROCEDURE Start the Altium Designer Software. (Figure 1) Ensure that the Files and Projects tabs are located somewhere on the screen.

More information

Customizing the Altium Designer Resources

Customizing the Altium Designer Resources Customizing the Altium Designer Resources Summary This tutorial describes how to customize your Altium Designer resources, such as commands, menus, toolbars and shortcut keys. This tutorial describes how

More information

Tutorial Second Level

Tutorial Second Level AutoCAD 2018 Tutorial Second Level 3D Modeling Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn

More information

SERVICE MANU SER VICE MANU

SERVICE MANU SER VICE MANU SERVICE MANUAL H ow t o U s e Table of Contents 1. 2. 3. 4. 5. 6. Launching the Service Manual Setting up the Service Manual icon Shutting down the Service Manual Basic controls Basic controls of Acrobat

More information

3. IMPORTANT: When prompted, accept the default Installation directory.

3. IMPORTANT: When prompted, accept the default Installation directory. Installing ProView 4.0.1 on your PC 1. Insert the ProView 4.0.1 CD-ROM into your CD-ROM Drive. The Install Shield Wizard should run automatically. If it does not, click Start then Run. Enter D:\setup.exe

More information

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

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

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Centricity 2.0 Section Editor Help Card

Centricity 2.0 Section Editor Help Card Centricity 2.0 Section Editor Help Card Accessing Section Workspace In order to edit your section, you must first be assigned Section Editor privileges. This is done by the Director of your Site, Subsite,

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Using the Drag-and-Drop Report Builder

Using the Drag-and-Drop Report Builder Using the Drag-and-Drop Report Builder Salesforce, Spring 16 @salesforcedocs Last updated: January 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

TROVIS-VIEW 4 Software TROVIS Operating Instructions EB 6661 EN. Electronics from SAMSON

TROVIS-VIEW 4 Software TROVIS Operating Instructions EB 6661 EN. Electronics from SAMSON TROVIS-VIEW 4 Software TROVIS 6661 Operating Instructions Electronics from SAMSON EB 6661 EN Edition January 2015 Definition of signal words DANGER! Hazardous situations which, if not avoided, will result

More information

Severe Weather Safety PSA

Severe Weather Safety PSA Contents Add Text 2 Format Text 3 Add Stickers 4 Resize Stickers 8 Change the Color of the Canvas 9 Name the Project 12 Add a Page 12 Practice Adding and Formatting Text 13 Use the Paint Brush Tool 14

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6 1.0 New visitisleofman.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details Page 7 4.2 Description Page 9 4.3 Media

More information

GO! Finder V1.4. User Manual

GO! Finder V1.4. User Manual GO! Finder V1.4 User Manual 1 Tables of Contents GO! Finder Introduction-------------------------------------------------------------------------------------1 System Requirements ---------------------------------------------------------------------------------------2

More information

Import and preprocessing of raw spectrum data

Import and preprocessing of raw spectrum data BioNumerics Tutorial: Import and preprocessing of raw spectrum data 1 Aim Comprehensive tools for the import of spectrum data, both raw spectrum data as processed spectrum data are incorporated into BioNumerics.

More information

WMS 8.4 Tutorial Watershed Modeling MODRAT Interface (GISbased) Delineate a watershed and build a MODRAT model

WMS 8.4 Tutorial Watershed Modeling MODRAT Interface (GISbased) Delineate a watershed and build a MODRAT model v. 8.4 WMS 8.4 Tutorial Watershed Modeling MODRAT Interface (GISbased) Delineate a watershed and build a MODRAT model Objectives Delineate a watershed from a DEM and derive many of the MODRAT input parameters

More information

Preview New Features of Office 2007 Programs

Preview New Features of Office 2007 Programs Preview New Features of Office 2007 Programs With new software, you expect some increased functionality. This lesson is a subjective review of new features that the trainers of Software Training Services

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

Successmaker Student and Teacher Imports

Successmaker Student and Teacher Imports Successmaker 2011 Student and Teacher Imports First Get teacher names to Import Go to: http://dev1.escambia.k12.fl.usescambia Click on List All the Records in the Employee Database Group Choose Instructional

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

Using Open Workbench Version 1.1

Using Open Workbench Version 1.1 Version 1.1 Second Edition Title and Publication Number Title: Edition: Second Edition Printed: May 4, 2005 Copyright Copyright 1998-2005 Niku Corporation and third parties. All rights reserved. Trademarks

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES GET TO KNOW FLEXPRO IN ONLY 15 MINUTES Data Analysis and Presentation Software GET TO KNOW FLEXPRO IN ONLY 15 MINUTES This tutorial provides you with a brief overview of the structure of FlexPro and the

More information