11. Petrophysical Modeling

Size: px
Start display at page:

Download "11. Petrophysical Modeling"

Transcription

1 11. Petrophysical Modeling 11.1 Deterministic Modeling When the well logs have been scaled up to the resolution of the cells in the 3D grid, the values for each cell along the well trajectory can be interpolated between the wells in the 3D grid. The result is a grid with Property values for each cell. To deterministic modeling, follow the steps: Activate the depth converted grid under the HAH project. Open the Petrophysical Modeling process. Select Use Existing Property and select the Porosity property as the property to be modeled from the drop down menu. Select the Tarbert 1 from the Pull down menu and de-select the Leave Zone Unchanged icon for that zone to create a realization. Select the Moving average as the Method; leave all other settings as default, as shown by Fig Fig. 11.1: Petrophysical Modeling with HAH Final 3D Grid (DC) dialog box Click OK to create the property model and display the model in the 3D Window. Use the Zone Filter to display the appropriate zone. Bring up a Histogram window from the Window menu. Display the Porosity property and use the Zone Filter to look at the modeled zone. Compare the histogram distribution for the well logs, the up-scaled cells and the whole property. See Fig

2 Fig. 11.2: Settings for Porosity of Property models and Petrophysical Modeling displayed in a 3D window Double-click on the porosity property in the Properties folder and check the statistics in the statistics tab. See Fig Fig. 11.3: Settings for 'Porosity [U]' dialog box Statistics tab page 129

3 11.2 Stochastic Modeling Petrel can generate stochastic petrophysical property models based on the Sequential Gaussian Simulation method. This is the most straightforward algorithm for generating realizations of a multivariable Gaussian field. To create stochastic modeling, follow the steps: Creating first model: a. Activate the HAH Final 3D grid (DC) under the HAH project. b. Open the Petrophysical Modeling process. GO to the Use Existing property and select Porosity from the drop-down list. c. Activate the lock icon for the Tarbert 1 zone and de-select the lock for Ness2. d. Select Sequential Gaussian Simulation as the method to use. e. In the Variogram tab, select Exponential Variogram type, 3500 as Major Range, 1500 as Minoer Range, 10 as Vertical Range and 25 degrees as Azimuth. f. Click OK create the property model. See Fig Fig. 11.4: Petrophysical Modeling with HAH Final 3D Grid (DC) dialog box 130

4 Viewing the result: a. Bring up a Histogram window from the Windows menu and select Tile Vertical. b. Use the Zone Filter to display the 3D property model and the Histogram distribution for the well logs, the up-scaled cells and the whole property for zone Ness 2. Changing the model: a. Click on the 3D window to make it active and click on the Open Process Dialog icon on the Function bar. b. Go to the Distribution tab in the Petrophysical Modeling process window. Under Output data range click on Estimate (this will estimate the porosity range from the up-scaled cells within the zone). Specify an output data range (e.g ), as shown bellow. c. Click OK and observe the changes in the model Property Calculator As for the well logs there is a similar calculator associated with the properties. This calculator can be used to create new 3D properties and to do operations between properties. There is a whole range of predefined functions associated with the calculator, such as logical and mathematical functions. It is possible to write nested statements and there is no limit for the length and the complexity of such statements. If a calculation is getting complex then it is possible (and useful) to create macros containing the calculation. The macro can be read from file to do several operations in one go. To property calculator, follow the steps: Creating a new property model: Click Right Click on the Properties folder in the 3D Grid (DC) and select Calculator from the pull down menu. Change the Properties Type to Porosity and type in the white formula field. 131

5 test = Porosity [Press Enter], as shown in Fig Fig. 11.5: Calculator for Properties folder dialog box test = testo.8 [Press Enter], as shown in Fig Fig. 11.6: Calculator for Properties folder dialog box 132

6 See the statistical result by selecting Result in the upper right-hand corner. See Fig Fig. 11.7: Result for Porosity after calculated Display the new test property model in a 3D Window. See Fig Fig. 11.8: The (test) model under Properties folder displayed in a 3 D window 133

7 11.4 Histogram and Filter Functionality Histogram shows the distribution of values for the selected well logs or for a selected individual property. The histograms are used for checking and comparing input- and model-data. The histogram panels are found under Settings for individual properties as well as for well logs, for individual wells or for all wells. The histogram displays original log values, blocked well values and property values. The histograms are filter-sensitive. To create histogram and filter functionality, follow the steps: Under the Models tab open the Settings window for an individual property (e.g. Porosity) by double-clicking on it. Within the Settings window, open the Histogram tab. Select the zone you want to study. Toggle on/off the boxes for displaying property and well logs (original and upscaled). Play around with the option to change the number of columns and check the interval values in the Legend. Toggle on the Use filter option and open the Settings window for the Properties folder and choose the Filter tab. The Filter gives the option to show only parts of a property model. Choose a filter option, e.g. the Value filter. Observe the changes. See Fig Fig. 11.9: Histogram for the "Porosity" in property folder 134

8 11.5 Calculation of S w The water saturation in the hydrocarbon zone is a function of height above the fluid contact, permeability and porosity. The calculator can be used to make a water saturation property that takes these parameters into account. In this case, we have water saturation in the oil zone that can be expressed by the following equation: Sw = a h K φ b Where: h = height above the OWC K = permeability φ = porosity a = 0.5 b = 0.2 The contact is given by: OWC = meters for all zones and all segments. A permeability property is needed to generate the S w property. A linear expression has been found between porosity and log permeability which can be expressed by: LogPerm = 10.9*Porosity A macro has been written to simplify this calculation and for easy reproduction in case of an update. The macro has been written in a text editor program and saved as a text file with the extension (.mac). All the functions in the macro are listed below each other, just as they would be written as separate functions using the Property Calculator. To create a water saturation (S w ) property, follow the steps: 1. Activate and expand the 3D Grid model in the Models tab, 2. Right click the Properties item as shown in Fig , 135

9 Fig : The Properties item under the 3D Grid model 3. Click the Calculator option. The Calculator for Properties 'Properties' dialog box appears as shown in Fig , Fig : The Calculator for Properties 136

10 4. Check the "From file:" check box, 5. Click the browse button ( ) and select the macro file to be used. The macro file is called 'sw_formula.mac' and it is stored under the directory called 'Other Data', which is found together with the other demo data. See Fig This macro file contains the formulas to be used for calculating properties. These formulas are given as macros written in text format. You may change the formulas to suit your needs. For example, the formulas in the 'sw_formula.mac' macro file are written as: LogPerm=10.9*Porosity-0.48 Perm=Pow(10,LogPerm) Temp=(Above_Contact)*SQRT(Perm/Porosity) Sw=0.5*Pow(Temp,-0.2) Sw=IF(Sw>1,1,Sw Fig : The file sw_formula.mac under the 'Other Data' folder 6. Make sure to select "Seismic (default)" from the "Attach new to template" drop down box, 7. Press the Run button. Notice that all formulas will appear in the history window at the top. See Fig , 137

11 Fig : The Calculator for Properties after running the calculations 8. Four new properties will be created, called LogPerm, Perm, Temp and S w. They will all be attached to the template that was selected next to Type in the property calculator "Seismic (default)". Fig : The S w property displayed in a 3D window 138

12 9. Familiarize yourself to using this functionality in Petrel by using different templates. For example, change the templates for the S w and Perm properties by opening the Settings window for each of them, go to the Info tab, and change to another template from the pull down list and watch the results. See Fig Fig : Settings for S w 139

12. Defining Fluid Contacts

12. Defining Fluid Contacts 12. Defining Fluid Contacts 12.1 Creating a New Contact Set After having built a Petrel 3D grid and prior to running the volume calculation, the various contacts should be defined in the Make Contacts

More information

Fig. 1.1: Petrel Workflow Tools

Fig. 1.1: Petrel Workflow Tools 1. Introduction In this project, a 3D geological (static) model of a sample petroleum reservoir will be built. All steps will be shown in detail with screen shots of the necessary figures. The software

More information

Appropriate algorithm method for Petrophysical properties to construct 3D modeling for Mishrif formation in Amara oil field Jawad K.

Appropriate algorithm method for Petrophysical properties to construct 3D modeling for Mishrif formation in Amara oil field Jawad K. Appropriate algorithm method for Petrophysical properties to construct 3D modeling for Mishrif formation in Amara oil field Jawad K. Radhy AlBahadily Department of geology, college of science, Baghdad

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

7. Vertical Layering

7. Vertical Layering 7.1 Make Horizons 7. Vertical Layering The vertical layering process consists of 4 steps: 1. Make Horizons: Insert the input surfaces into the 3D Grid. The inputs can be surfaces from seismic or well tops,

More information

TerraStation II v7 Training

TerraStation II v7 Training WORKED EXAMPLE Loading and using Core Analysis Data Core Analysis Data is frequently not available at exact well increments. In order to retain the exact depth at which this data is sampled, it needs to

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Well Sections in Petrel 2010 Geologists who use Petrel to create and use Well Sections have noticed a significant change in this area between Petrel

More information

High Resolution Geomodeling, Ranking and Flow Simulation at SAGD Pad Scale

High Resolution Geomodeling, Ranking and Flow Simulation at SAGD Pad Scale High Resolution Geomodeling, Ranking and Flow Simulation at SAGD Pad Scale Chad T. Neufeld, Clayton V. Deutsch, C. Palmgren and T. B. Boyle Increasing computer power and improved reservoir simulation software

More information

Geostatistics 2D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

Geostatistics 2D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction Two-dimensional geostatistics (interpolation) can be performed in GMS using the 2D Scatter Point module. The module is used to interpolate from sets of 2D scatter points

More information

3. Input Data Editing

3. Input Data Editing 3. Input Data Editing There are few editing steps that must be completed before a 3D geological model is created. The steps include: 1. Creating Reservoir Boundary 2. Creating 3D Surfaces 3. Editing the

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

, to the right of the File that is being loaded is clicked the Header information is displayed.

, to the right of the File that is being loaded is clicked the Header information is displayed. UTAPWeLS and Thin Bed Resistivity measurements in a carbonate field example. The purpose of this presentation is to demonstrate how UTAPWeLS is used to analyze resistivity data from a field dataset of

More information

Lesson 5 - Creating Prescription Maps. Exercise 5-1

Lesson 5 - Creating Prescription Maps. Exercise 5-1 Lesson 5 - Creating Prescription Maps Exercise 5-1 Objective: Create a phosphorus prescription map based on the University of Nebraska-Lincoln recommendations. 1. File-Open Project_5-0.map. The required

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Well Path Design Part II This TIPS&TRICKS is the second of a three part series intended to aid the geoscientist working in Petrel and tasked with providing

More information

A Geostatistical and Flow Simulation Study on a Real Training Image

A Geostatistical and Flow Simulation Study on a Real Training Image A Geostatistical and Flow Simulation Study on a Real Training Image Weishan Ren (wren@ualberta.ca) Department of Civil & Environmental Engineering, University of Alberta Abstract A 12 cm by 18 cm slab

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM E&P SOLUTIONS Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Petrel Studio Part 1 The Petrel Studio was new to Petrel 2011, was augmented with new features in Petrel 2012 and contains a variety of

More information

v MODPATH GMS 10.3 Tutorial The MODPATH Interface in GMS Prerequisite Tutorials MODFLOW Conceptual Model Approach I

v MODPATH GMS 10.3 Tutorial The MODPATH Interface in GMS Prerequisite Tutorials MODFLOW Conceptual Model Approach I v. 10.3 GMS 10.3 Tutorial The Interface in GMS Objectives Setup a simulation in GMS and view the results. Learn about assigning porosity, creating starting locations, displaying pathlines in different

More information

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard v. 9.1 WMS 9.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Read a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Making Yield Contour Maps Using John Deere Data

Making Yield Contour Maps Using John Deere Data Making Yield Contour Maps Using John Deere Data Exporting the Yield Data Using JDOffice 1. Data Format On Hard Drive 2. Start program JD Office. a. From the PC Card menu on the left of the screen choose

More information

Geostatistical Reservoir Characterization of McMurray Formation by 2-D Modeling

Geostatistical Reservoir Characterization of McMurray Formation by 2-D Modeling Geostatistical Reservoir Characterization of McMurray Formation by 2-D Modeling Weishan Ren, Oy Leuangthong and Clayton V. Deutsch Department of Civil & Environmental Engineering, University of Alberta

More information

GeoFrame Basic Petrophysical Interpretation Using PetroViewPlus

GeoFrame Basic Petrophysical Interpretation Using PetroViewPlus GeoFrame Basic Petrophysical Interpretation Using PetroViewPlus Training and Exercise Guide GeoFrame 4 September 20, 2001 1 Contents About This Course Chapter 1 PetroViewPlus Workflow Learning Objectives

More information

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

INTViewer Tutorial Cube Tutorial

INTViewer Tutorial Cube Tutorial INTViewer Tutorial Cube Tutorial This tutorial shows how to use INTViewer to display a seismic cube stored in a Seismic file. Windows created will include INLINE, XLINE, Time Slice and an arbitrary traverse,

More information

TPG4160 Reservoir simulation, Building a reservoir model

TPG4160 Reservoir simulation, Building a reservoir model TPG4160 Reservoir simulation, Building a reservoir model Per Arne Slotte Week 8 2018 Overview Plan for the lectures The main goal for these lectures is to present the main concepts of reservoir models

More information

Tutorial 7. Water Table and Bedrock Surface

Tutorial 7. Water Table and Bedrock Surface Tutorial 7 Water Table and Bedrock Surface Table of Contents Objective. 1 Step-by-Step Procedure... 2 Section 1 Data Input. 2 Step 1: Open Adaptive Groundwater Input (.agw) File. 2 Step 2: Assign Material

More information

Table of Contents. Contents

Table of Contents. Contents Spring 2008 R.A. Table of Contents Contents What s new in Word 2007... 3 1- Word2007 Interface... 3 2- XML Files... 3 3- SmartArt... 3 4- Draw Tables... 4 5- Contextual spelling... 4 6- Citations... 4

More information

Combine Yield Data From Combine to Contour Map Ag Leader

Combine Yield Data From Combine to Contour Map Ag Leader Combine Yield Data From Combine to Contour Map Ag Leader Exporting the Yield Data Using SMS Program 1. Data format On Hard Drive. 2. Start program SMS Basic. a. In the File menu choose Open. b. Click on

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Well Path Design Part I This TIPS&TRICKS is the first of a three part series intended to aid the geoscientist working in Petrel and tasked with providing

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

v TUFLOW FV SMS 12.2 Tutorial Time Requirements Prerequisites Objectives

v TUFLOW FV SMS 12.2 Tutorial Time Requirements Prerequisites Objectives SMS 12.2 Tutorial v. 12.2 Objectives is an engine for performing 2D and 3D hydrodynamic simulations. The model solves the Non-linear Shallow Water Equations (NLSWE) on a flexible mesh using a finite-volume

More information

v. 9.0 GMS 9.0 Tutorial MODPATH The MODPATH Interface in GMS Prerequisite Tutorials None Time minutes

v. 9.0 GMS 9.0 Tutorial MODPATH The MODPATH Interface in GMS Prerequisite Tutorials None Time minutes v. 9.0 GMS 9.0 Tutorial The Interface in GMS Objectives Setup a simulation in GMS and view the results. Learn about assigning porosity, creating starting locations, different ways to display pathlines,

More information

Variogram Inversion and Uncertainty Using Dynamic Data. Simultaneouos Inversion with Variogram Updating

Variogram Inversion and Uncertainty Using Dynamic Data. Simultaneouos Inversion with Variogram Updating Variogram Inversion and Uncertainty Using Dynamic Data Z. A. Reza (zreza@ualberta.ca) and C. V. Deutsch (cdeutsch@civil.ualberta.ca) Department of Civil & Environmental Engineering, University of Alberta

More information

v STWAVE Analysis SMS 11.2 Tutorial Requirements Map Module STWAVE Cartesian Grid Module Scatter Module Prerequisites Time minutes

v STWAVE Analysis SMS 11.2 Tutorial Requirements Map Module STWAVE Cartesian Grid Module Scatter Module Prerequisites Time minutes v. 11.2 SMS 11.2 Tutorial Objectives This workshop gives a brief introduction to the STWAVE modules. Data from the Shinnecock Inlet, Long Island, New York, have been set up as an example. This example

More information

Best Practices for Using the Rich Text Editor

Best Practices for Using the Rich Text Editor Best Practices for Using the Rich Text Editor Overview Many pages in ilearn contain large text entry boxes along with many icons and pull down lists (located above the actual text entry area). These icons

More information

Geostatistics on Unstructured Grids: Application to Teapot Dome

Geostatistics on Unstructured Grids: Application to Teapot Dome Geostatistics on Unstructured Grids: Application to Teapot Dome John G. Manchuk This work demonstrates some of the developments made in using geostatistical techniques to populate unstructured grids with

More information

Software that Works the Way Petrophysicists Do

Software that Works the Way Petrophysicists Do Software that Works the Way Petrophysicists Do Collaborative, Efficient, Flexible, Analytical Finding pay is perhaps the most exciting moment for a petrophysicist. After lots of hard work gathering, loading,

More information

Text box. Command button. 1. Click the tool for the control you choose to draw in this case, the text box.

Text box. Command button. 1. Click the tool for the control you choose to draw in this case, the text box. Visual Basic Concepts Hello, Visual Basic See Also There are three main steps to creating an application in Visual Basic: 1. Create the interface. 2. Set properties. 3. Write code. To see how this is done,

More information

Contributing Lists in Activity Center

Contributing Lists in Activity Center Contributing Lists in Activity Center Overview This tour details the use of Lists in Activity Center, including: 1. Selecting Contributing Lists for Student Input 2. Configuration Options for Contributing

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 11.0 WMS 11.0 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

TOF-Watch SX Monitor

TOF-Watch SX Monitor TOF-Watch SX Monitor User manual Version 1.2 Organon (Ireland) Ltd. Drynam Road Swords Co. Dublin Ireland Contents General information... 3 Getting started... 3 File Window... 7 File Menu... 10 File Open

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

Tutorial 1: Standard usage

Tutorial 1: Standard usage Introduction This tutorial details the following steps: importing an existing data set, editing the data, saving the project, running and monitoring simulation, viewing results vectors, and creating reports.

More information

Best Practices for Using the Rich Text Editor

Best Practices for Using the Rich Text Editor Best Practices for Using the Rich Text Editor Overview Many pages in Sakai contain large text-entry boxes along with many icons and pull-down lists (located above the actual text entry area). These icons

More information

Tutorial 3: Constructing a PEBI simulation grid

Tutorial 3: Constructing a PEBI simulation grid Objective The aim of this section is to demonstrate how a PEBI simulation grid can be constructed using the Unstructured Gridder option in ECLIPSE Office. The primary purpose of this tutorial is to familiarize

More information

IntuiLink for Basic (Agilent E3600 series) DC Power Supplies

IntuiLink for Basic (Agilent E3600 series) DC Power Supplies IntuiLink for Basic (Agilent E3600 series) DC Power Supplies Agilent IntuiLink for Agilent E3600-Series DC power supplies offers the following capabilities: - Make a variety of measurements and insert

More information

V-100 AUTHORING TOOL. Essential guidelines to help you author scenarios. Version Author: Richard Kennedy Brent Barcena

V-100 AUTHORING TOOL. Essential guidelines to help you author scenarios. Version Author: Richard Kennedy Brent Barcena Essential guidelines to help you author scenarios. Version 1.0-0613 Author: Richard Kennedy Brent Barcena 2013 by VirTra Inc. All Rights Reserved. VirTra, the VirTra logo are either registered trademarks

More information

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Excel 2007 Office Fluent user interface The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Ribbon consists of tabs that are organized around

More information

ECMWF New Users Metview Tutorial

ECMWF New Users Metview Tutorial ECMWF New Users Metview Tutorial Author: Date: URL: Iain Russell 06-Mar-2014 08:43 https://software.ecmwf.int/wiki/display/metv/ecmwf+new+users+metview+tutorial 1 of 12 Table of Contents 1 Preparation

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM E&P SOLUTIONS Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Cropped & Flattened Volumes in *Petrel Geophysicists who use D volumes often want to work on a smaller part of the volume or they want

More information

v Cartesian Grid Generation SMS 12.3 Tutorial Prerequisites Requirements Time Objectives

v Cartesian Grid Generation SMS 12.3 Tutorial Prerequisites Requirements Time Objectives v. 12.3 SMS 12.3 Tutorial Objectives This tutorial gives a brief introduction to generating a Cartesian Grid in SMS. Prerequisites Overview Tutorial Map Module Tutorial Requirements Map Module Cartesian

More information

NCSS 2004/2007 Orientation

NCSS 2004/2007 Orientation NSS 2004/2007 Orientation November 2006 TO: RE: Students enrolled in UB Real Estate Division courses NSS 2004/2007 Orientation Several Real Estate Division courses require the use of statistical software.

More information

The HTML Editor in icollege

The HTML Editor in icollege icollege The HTML Editor in icollege Instructional Technology Services Abstract: This handout provides detailed information about the HTML Editor in icollege. The HTML Editor allows you to create HTML

More information

Getting Started with DADiSP

Getting Started with DADiSP Section 1: Welcome to DADiSP Getting Started with DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets

More information

Once you have entered your Google and password, you can click the Sign In button to continue.

Once you have entered your Google  and password, you can click the Sign In button to continue. Slide 1 Welcome to the Creating and Uploading with Google Docs Tutorial. Google Docs allows you to create documents, spreadsheets, presentations, draw pictures, create forms, and much more directly within

More information

1 MAPLE EXCEL MACRO TECH NOTE JOEL HYING

1 MAPLE EXCEL MACRO TECH NOTE JOEL HYING 1 MAPLE EXCEL MACRO TECH NOTE Purpose : To explain how to view historical trend data in Microsoft Excel recorded from the Maple Silver Series touchscreen. The Maple touchscreen records the historical data

More information

Adobe EXAM - 9A Adobe Illustrator CS5 ACE Exam. Buy Full Product.

Adobe EXAM - 9A Adobe Illustrator CS5 ACE Exam. Buy Full Product. Adobe EXAM - 9A0-144 Adobe Illustrator CS5 ACE Exam Buy Full Product http://www.examskey.com/9a0-144.html Examskey Adobe 9A0-144 exam demo product is here for you to test the quality of the product. This

More information

Starting a Local Recording. Local Recording

Starting a Local Recording. Local Recording Local Recording To enable the Local Recording feature for your own use: 1. Sign into the Zoom web portal and click My Meeting Settings (if you are an account administrator) or Meeting Settings (if you

More information

v SRH-2D Post-Processing SMS 12.3 Tutorial Prerequisites Requirements Time Objectives

v SRH-2D Post-Processing SMS 12.3 Tutorial Prerequisites Requirements Time Objectives v. 12.3 SMS 12.3 Tutorial SRH-2D Post-Processing Objectives This tutorial illustrates some techniques for manipulating the solution generated by the Sedimentation and River Hydraulics Two-Dimensional (SRH-2D)

More information

Tutorial 1: Downloading elevation data

Tutorial 1: Downloading elevation data Tutorial 1: Downloading elevation data Objectives In this exercise you will learn how to acquire elevation data from the website OpenTopography.org, project the dataset into a UTM coordinate system, and

More information

Exchange Address Book Order

Exchange Address Book Order Exchange Address Book Order From your Outlook Ribbon, locate the Address Book Click on Tools, Options 3 options are available, as shown below, select Custom to arrange the order of your address books.

More information

Creating Interactive Workbooks Using MS Excel Sarah Mabrouk, Framingham State College

Creating Interactive Workbooks Using MS Excel Sarah Mabrouk, Framingham State College Creating Interactive Workbooks Using MS Excel Sarah Mabrouk, Framingham State College Overview: MS Excel provides powerful calculation, statistical, graphing, and general data analysis and organizational

More information

Guideline for a Sonic Studio Model

Guideline for a Sonic Studio Model Sonic Studio Model Pg.1 Guideline for a Sonic Studio Model A model will be constructed to demonstrate a how to demonstrate how to use Sonic Studio in UTAPWeLS. The model will be created to represent soft

More information

NMCnet User Manual. Table of Contents

NMCnet User Manual. Table of Contents NMCnet Table of Contents NMCnet Basic Requirements... 3 nstallation NMC Net Communication Program... 4 Network Setup... 5 Local Network... 5 Modem Network... 7 Modem Communication Setting... 7 Demo Network...

More information

2D Geostatistical Modeling and Volume Estimation of an Important Part of Western Onland Oil Field, India.

2D Geostatistical Modeling and Volume Estimation of an Important Part of Western Onland Oil Field, India. and Volume Estimation of an Important Part of Western Onland Oil Field, India Summary Satyajit Mondal*, Liendon Ziete, and B.S.Bisht ( GEOPIC, ONGC) M.A.Z.Mallik (E&D, Directorate, ONGC) Email: mondal_satyajit@ongc.co.in

More information

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis Tutorial 7 Finite Element Groundwater Seepage Steady state seepage analysis Groundwater analysis mode Slope stability analysis Introduction Within the Slide program, Slide has the capability to carry out

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

Tools Menu (Frequently Used Features)

Tools Menu (Frequently Used Features) Tools Menu (Frequently Used Features) Exit VoxelCalc Shop for features Show VoxelCalc User Guide (right click on oither icons shows user guide for that function) Region of Interest (ROI) tool with beam

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

A Geomodeling workflow used to model a complex carbonate reservoir with limited well control : modeling facies zones like fluid zones.

A Geomodeling workflow used to model a complex carbonate reservoir with limited well control : modeling facies zones like fluid zones. A Geomodeling workflow used to model a complex carbonate reservoir with limited well control : modeling facies zones like fluid zones. Thomas Jerome (RPS), Ke Lovan (WesternZagros) and Suzanne Gentile

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

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1 From the menus choose: Graphs Chart Builder... 20/11/2009 12:06:00 PM Page 1 The Chart Builder dialog box is an interactive window that allows you to preview how a chart will look while you build it. 20/11/2009

More information

How to load rescue and create model Trainings Rock Flow Dynamics

How to load rescue and create model Trainings Rock Flow Dynamics How to load rescue and create model Trainings 2015 Rock Flow Dynamics tnavigator Model Designer 2 Static and dynamic model in one GUI Change static model and run hydrodynamic model in one window. Edit

More information

Report Generator for DPOPWR

Report Generator for DPOPWR Online Help Report Generator for DPOPWR Adapted from the Report Generator for DPOPWR Online Help www.tektronix.com Copyright Tektroni x. All rights reserved. Licensed software products are owned by Tektronix

More information

403 Poyntz Avenue, Suite B Manhattan, KS PetraSim Example Manual

403 Poyntz Avenue, Suite B Manhattan, KS PetraSim Example Manual 403 Poyntz Avenue, Suite B Manhattan, KS 66502-6081 1.785.770.8511 www.thunderheadeng.com PetraSim Example Manual July 2007 TMVOC Example Guide Table of Contents 1.... 1 Description... 1 Specify the Simulator

More information

v SMS 11.2 Tutorial ADCIRC Analysis Prerequisites Overview Tutorial Time minutes

v SMS 11.2 Tutorial ADCIRC Analysis Prerequisites Overview Tutorial Time minutes v. 11.2 SMS 11.2 Tutorial ADCIRC Analysis Objectives This lesson reviews how to prepare a mesh for analysis and run a solution for ADCIRC. It will cover preparation of the necessary input files for the

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

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

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

Creating True Scale Map Books with AutoCAD Map 3D 2009

Creating True Scale Map Books with AutoCAD Map 3D 2009 Creating True Scale Map Books with AutoCAD Map 3D 2009 The Map Book function has been a Part of Map 3D since the early days of ADE. In the last several releases the functionality has become very robust

More information

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data.

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data. v. 12.3 SMS 12.3 Tutorial Objectives Learn how to import, manipulate, and view solution data. Prerequisites None Requirements GIS Module Map Module Time 30 60 minutes Page 1 of 16 Aquaveo 2017 1 Introduction...

More information

DataPro Quick Start Guide

DataPro Quick Start Guide DataPro Quick Start Guide Introduction The DataPro application provides the user with the ability to download and analyze data acquired using the ULTRA-LITE PRO range of Auto Meter products. Please see

More information

MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot

MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot MODULATING A POLYCHROMATIC IMAGE BY ONE PLOTTED AGAINST LIGHTNESS: PROGRAM hlplot Multiattribute display of dip magnitude modulating dip azimuth Program hlplot AASPI provides two ways to blend a polychromatic

More information

GMS 10.3 Tutorial MODFLOW Stochastic Modeling, Indicator

GMS 10.3 Tutorial MODFLOW Stochastic Modeling, Indicator v. 10.3 GMS 10.3 Tutorial MODFLOW Stochastic Modeling, Indicator Simulations Use T-PROGS to create multiple material sets and run MODFLOW stochastically Objectives This tutorial teaches how to use the

More information

Geostatistics on Stratigraphic Grid

Geostatistics on Stratigraphic Grid Geostatistics on Stratigraphic Grid Antoine Bertoncello 1, Jef Caers 1, Pierre Biver 2 and Guillaume Caumon 3. 1 ERE department / Stanford University, Stanford CA USA; 2 Total CSTJF, Pau France; 3 CRPG-CNRS

More information

Comprehensive Geostatistical Technology on PC Platform

Comprehensive Geostatistical Technology on PC Platform Comprehensive Geostatistical Technology on PC Platform C. Stevenson (cstevens@correlations.com) 505-838-1910 Correlations Company 112 Manzanares St. Socorro, NM 87801 Abstract Geostatistics has attracted

More information

To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max.

To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max. Job No: 01 Duration: 8H Job Title: User interface overview Objective: To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max. Students should be

More information

Lesson 6: Traffic Analysis Module (TAM)

Lesson 6: Traffic Analysis Module (TAM) Go back to: Table of Contents Go to the next lesson Overview : Traffic Analysis Module (TAM) The Traffic Analysis Module (TAM) may be used to evaluate the operational effects of existing and projected

More information

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation.

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation. Tangents In this tutorial we are going to take a look at how tangents can affect an animation. One of the 12 Principles of Animation is called Slow In and Slow Out. This refers to the spacing of the in

More information

RT3D Instantaneous Aerobic Degradation

RT3D Instantaneous Aerobic Degradation GMS TUTORIALS RT3D Instantaneous Aerobic Degradation This tutorial illustrates the steps involved in performing a reactive transport simulation using the RT3D model. Several types of contaminant reactions

More information

Marketer's Guide. User guide for marketing analysts and business users

Marketer's Guide. User guide for marketing analysts and business users Marketer's Guide Rev: 18 November 2014 Email Campaign Manager 2.2 for Sitecore CMS 7.5 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

v mod-path3du A particle tracking program for MODFLOW-USG GMS Tutorials Time minutes Prerequisite Tutorials MODPATH

v mod-path3du A particle tracking program for MODFLOW-USG GMS Tutorials Time minutes Prerequisite Tutorials MODPATH v. 10.4 GMS 10.4 Tutorial A particle tracking program for MODFLOW-USG Objectives Become familiar with GMS's interface for. Prerequisite Tutorials MODPATH Required Components MODFLOW-USG MP3DU Time 15 30

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

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

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

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Training Content Key Terms... 1 How to Run a Report... 2 How to View a Dashboard... 5 How to Modify & Customize Reports... 6

Training Content Key Terms... 1 How to Run a Report... 2 How to View a Dashboard... 5 How to Modify & Customize Reports... 6 Salesforce Reporting Tools Technical Assistance email: support@salesforce.asu.edu Salesforce: http://asu.my.salesforce.com Training Content Key Terms... 1 How to Run a Report... 2 How to View a Dashboard...

More information

SMART Recorder. Record. Pause. Stop

SMART Recorder. Record. Pause. Stop SMART Recorder The recorder is used to record actions that are done on the interactive screen. If a microphone is attached to the computer, narration can be recorded. After the recording has been created,

More information

Feedback on application for candidacy part II and consultant report templates Excel application

Feedback on application for candidacy part II and consultant report templates Excel application Feedback on application for candidacy part II and consultant report templates Excel application Instructions for readers, consultants and IB staff July 2011 Page 1 International Baccalaureate Organization

More information