NCAR SUMMER COLLOQUIUM: July 24-Aug.6, 2011 Boulder, Colorado, USA. General Large Area Crop Model (GLAM) TUTORIAL

Size: px
Start display at page:

Download "NCAR SUMMER COLLOQUIUM: July 24-Aug.6, 2011 Boulder, Colorado, USA. General Large Area Crop Model (GLAM) TUTORIAL"

Transcription

1 NCAR SUMMER COLLOQUIUM: July 24-Aug.6, 2011 Boulder, Colorado, USA General Large Area Crop Model (GLAM) TUTORIAL Gizaw Mengistu, Dept. of Physics, Addis Ababa University, Ethiopia This document provides brief information on how to run GLAM crop model and make sensitivity studies to get better knowledge on how the process based crop model works. There are two documents (GLAM Documentation for Release 2 and GLAM model Practice) that are available and can be download from the web site: ' of Institute for Climate and Atmospheric Science, School of Earth and Environment, The University of Leeds, UK. The two documents are also included in the GLAM folder along with this document. The first section of this document gives an overview of the model. It gives brief description of the folder structure, input files and GLAM output files. The second section explains procedure to calibrate and run the model. The remaining sections will guide you how to explore the model and better understand how it works through different sensitivity exercises. Section 1: Overview of GLAM There are different folders that you will find in working directory 'GLAM'. These are 'Reference_setup', 'parameter_selection', 'GPCP_rainfall', 'High_temp_stress', 'rainfall_yield_relation', and 'planting_date' folders. Within these folders, you will find files and subfolders that contain the GLAM model, all the input data and files needed to run the model and some examples for model output in the 'ethio_exampe_output' folder for comparison with your results. The GLAM model All the files ending with a.f90 extension are different subroutines and deriver files that constitute the GLAM crop model. The Input data The input data is contained in the 'inputs' folder and includes: 1. Soil data (inputs/ascii/soil/ 2. Observed and simulated weather data. There are two sets of weather data: GPCP and RegCM4. The two data sets use simulated solar radiation, min and maximum temperatures as simulated by Regional Climate model (RegCM4) while the rainfall comes from the respective sources. The weather data is contained in 'inputs/ascii/wth/' folder. This folder contains RegCM4 simulation when you work from 'Reference_setup', 'parameter_selection', 'High_temp_stress', 'rainfall_yield_relation', and 'planting_date' folders. When you work from 'GPCP_rainfall', folders, you will find GPCP rainfall under column rainfall in the weather files. 3. Observed crop yields in the folder 'inputs/ascii/obs/'.

2 The input files These contain all of the information needed to run the GLAM model. These are: 1. The parameter files (glam-r2-param-swheat-cal-ethio.txt and glam-r2-param-swheat-setethio.txt ) contain all of the settings and parameter values of the model. The two parameter files are the same except the first (glam-r2-param-swheat-cal-ethio.txt) instructs the model to do calibration run based on observed yield whereas the second (glam-r2-param-swheat-setethio.txt) instructs the model to do full model run based on values selected for different parameters in the first run. There are different groups of parameters in parameter files: the parameters in the first group, for example, define which crop model to run, which method of optimization etc; the parameters in the second group are called model management parameters; parameters in the third, fourth, fifth, sixth and seventh group are called spatial management & LAI, soil spatial, drainage & uptake, evaporation and transpiration, biomass and phenology respectively. There are also other groups of parameters including crop specific in the remaining section of the parameter files. 2. The filenames files (filenames-swheat-cal-ethio.txt and filenames-swheat-set-ethio.txt) indicate where to find the input data and where to save the output data. The first is used in the calibration and the second in the full model run. Example model output This is in the 'ethio_exampe_output' sub-folder contained with the main folders: 'Reference_setup', 'parameter_selection', 'GPCP_rainfall', 'High_temp_stress', 'rainfall_yield_relation', and 'planting_date'. This sub-folder may contain: calibration output files such as swheat_ygp _loc.mer, swheat_extc _glo.mer, swheat_albedo _glo.mer, swheat_shf_cte _glo.mer etc. These are the files produced by the calibration run for YGP, EXTC, ALBEDO, SHF_CTE etc parameters. Local optimization (identified by 'loc') produces an optimal value of the chosen parameter for each location listed in the file. For each location, only the optimal value, and associated skill, is given. Global optimization (identified by 'glo') is not location-specific; instead of rows corresponding to different locations, they correspond to different values of the chosen parameter. Whilst local and global calibration output files differ, they do follow a common structure: Latitude identifier (set to -99 in global run) Longitude identifier (set to -99 in global run) Value of the parameter varied Root Mean Square Error (RMSE) Mean absolute error (sum of all Obs-Predicted ) Mean fractional error (sum of all Obs-Predicted /Obs) Correlation coefficient (omitted in global run) Observed minus predicted standard deviation (omitted in global run) Observed minus predicted mean yield (omitted in global run)

3 swheat.out: for every year of the simulation, this file contains information on the simulated crop. The information in this file are: 1. Year 2. Latitude 3. Longitude 4. Planting date 5. Final crop stage (ISTG) 6. Mean root length density by volume 7. LAI 8. Simulated yield 9. Biomass 10. Empty (irrigated fraction; SLA) 11. Harvest index 12. Cumulative rain 13. Solar radiation 14. Total soil water 15. Transpiration 16. ET 17. PET 18. Soil water stress factor 19. ET 20. Runoff 21. Cumulative runoff 22. Potential (root-limited) uptake 23. Cumulative potential uptake 24. Drainage 25. Cumulative drainage 26. Potential (energy-limited) transpiration 27. Cumulative potential transpiration 28. Cumulative evaporation 29. Cumulative potential evaporation 30. Cumulative transpiration 31. Root length density by area 32. Column 28/Column Rainfall 34. Change in soil moisture 35. Absorbed radiation 36. Duration 37. Mean vapour pressure deficit 38. Tot net radiation 39. Total percentage of pods setting (TOTPP) 40. Total percentage of pods setting considering temperature only (TOTPP_HIT) 41. Total percentage of pods setting considering water stress only (TOTPP_WAT) 42. Mean temperature during the crop season (planting to harvest) 43. Observed yield You will use this file from time to time for producing some graphs and for visual inspection when you compare different cases later on.

4 The planting date is in day-of-year where 1 st January refers to 1 and 31 st December refers to day 365. Some figures for comparison with what you will produce. Section 2: Calibrating and Running GLAM The model is currently set up for for calibration run and for full model run for 43 grid cells in Amhara regional state of Ethiopia using RegCM4 and GPCP rainfalls. You can see this information on line 9 of the two parameter files. a) Parameter Selection GLAM can be calibrated for a number of parameters by fixing, e.g. YGP (line 2), EXTC (line 21), SHF_CTE (line 20), ALBEDO (line 34), VPD_CTE (line 51) in the 'glam-r2-param-swheat-calethio.txt' file. To calibrate GLAM for some of this parameters, type 'cd parameter_selection' from GLAM working directory. Once you are in a 'parameter_selection' folder, open file 'glam-r2-param-swheat-cal-ethio.txt' and look for one of these parameters along row (line) number indicated above and enter a number under NVAL column to the number of times you want to run GLAM between the specified MIN and MAX values. Also make appropriate choice for IMERF (third row & fourth column). Enter 0 for local optimization and 1 for global optimization and save the file. Note that GLAM is calibrated for only one parameter at a time. Then type:./ethio_glamcal This will run the model as many times as the number you enter under NVAL column, each time with a different values of the chosen parameter. The values of the parameter which minimizes the RMSE between observed and simulated yields is the value chosen. The file containing this information is found in folder 'parameter_selection/output' as 'swheat_parametername _loc.mer' or 'swheat_parametername _glo.mer' depending on the optimization chosen in the previous step. This could be, for example, 'swheat_ygp _loc.mer' for YGP if IMERF=0. Open this file and compare the results with the corresponding results found in a file with the same name in 'ethio_exampe_output' folder. Repeat the above steps for other parameters this time with IMERF=1. You are now ready to do a full model run. If you have optimized other parameters rather than YGP, replace corresponding values under Value column with new ones in the file 'glam-r2-param-swheat-setethio.txt' and save the file. Then type:./ethio_glamrun This uses the chosen value(s) of YGP either from file produced by calibration run (e.g. 'swheat_ygp _loc.mer') if specified on line 7 of 'filenames-swheat-run-ethio.txt' or the parameter file itself if a single value is chosen for all grids.

5 After this run you should get 'swheat.out' ascii file in the 'parameter_selection/output' folder. Open this file and compare with the one in 'ethio_exampe_output' folder. Again, the two should be similar except for minor differences. To view the simulated and observed yield, open matlab and then open 'GLAM_ANALYSIS.m' from the matlab menu (click file and then click open). Uncomment one of the lines in this file which contains path to 'parameter_selection' folder and then click 'run' icon. You will find a number of pdf figures that can be compared with those files with the same name in 'ethio_exampe_output' folder. How well do the simulated and observed yields agree? Do the model capture the observed spatial and temporal variations? Do you see any particular part of the region which is not well simulated by GLAM? Why? Which years are better than others? Is there any possible explanation? b) GLAM run with preselected parameter values Now, change from 'parameter_selection' folder to 'Reference_setup' folder by typing 'cd../reference_setup/' at the Linux command prompt. Compare the parameter files ('glam-r2-paramswheat-cal-ethio.txt', 'glam-r2-param-swheat-set-ethio.txt') in this folder with the ones you have modified under section (a) above. Are they the same? Now, you carry out the model calibration and full runs by typing the following:./ethio_glamcal./ethio_glamrun and then comment one of the lines in 'GLAM_ANALYSIS.m' file which contains path to 'parameter_selection' folder and uncomment the one which contains path to 'Reference_setup' folder. Click 'run' icon. You will produce a number of pdf figures that can be compared with those files with the same name in your previous exercise. Are the graphs you generated and the ones in previous exercise the same? If there are discrepancies, what do they imply about tuning the model to capture reality? Section 3 High Temperature Stress The model run you have just completed used RegCM4 temperature data. Open the parameter files and check the T critical used in both parameter files (see line 90 ). Open 'swheat.out' in the 'Reference_setup/output' folder and choose year 1995 and find out the planting date for 1995 (column 4) and find out duration of the crop in the same year (column 36) for the first two grids (rows (lines) 1 & 2). You need this information to decide when to increase the average temperature (i.e. (maximum +minimum)/2 ) above the critical temperature. Now, change from 'Reference_setup' folder to 'High_temp_stress' folder by typing 'cd../high_temp_stress/' at the Linux command prompt. Open weather files for the two grids in the year 1995 ( i.e 'inputs/ascii/wth/amha wth' & 'inputs/ascii/wth/amha wth').

6 To do so you can use any text editor. For example you can use 'gedit' and type: gedit inputs/ascii/wth/amha wth at the Linux command prompt. You can now modify AMHA wth by raising the average temperature by a few degree centigrade above the critical temperature to 10 consecutive days after emergence (which is 8 days after planting). This can be done by adding the same number to both minimum and maximum temperatures. Do the same changes to the second grid. Did you note that emergence date for the two grids are different? Run the model without calibrating it (./ethio_glamrun). This is so that the same YGP found in the original run (i.e. in 'Reference_setup/output' folder ) is used again in this run. None of the simulated yields should change except for the year where you have raised the temperature. Comment one of the lines in 'GLAM_ANALYSIS.m' file which contains path to 'Reference_setup' folder and uncomment the one which contains path to 'High_temp_stress' folder. Then click 'run' icon. You have now pdf figures in 'High_temp_stress/output' folder that can be compared with corresponding figures in 'Reference_setup/output' folder produced a while ago. Is there any noticeable differences? Which year and which part of the simulation domain? What do the differences imply? Copy all pdf figures you have just produced to a folder called 'emergence_period' Now restore the original data of the two weather files you have modified by copying from 'Reference_setup' folder as follows. Type: cp../reference_setup/inputs/ascii/wth/amha wth inputs/ascii/wth/. cp../reference_setup/inputs/ascii/wth/amha wth inputs/ascii/wth/. Now edit the two restored input files as before by raising the mean temperature to a few degree above critical temperature for 10 consecutive days near the end of growing season (note that the day of the year that the crop is harvested is equal to: planting date+duration of the crop i.e column 4+column 36). Run the model without calibration so that you use the same YGP (./ethio_glamrun). Once the model run is finished, click 'run' icon on 'GLAM_ANALYSIS.m' file to get new set of pdf figures. You have now pdf figures in 'High_temp_stress/output' folder that can be compared with corresponding figures in 'Reference_setup/out' and 'emergence_period' folders. Is there any noticeable differences? Which year and parts of the simulation domain? What do the differences imply? What do you conclude about the high temperature impacts on crop yield at different times of crop developmental stage?

7 You may follow the above procedure and add temperature at different times of growing season to determine how crop growth responds to high temperature stress at the end of this tutorial class. Section 4 Rainfall and yield relationship a) GPCP Rainfall The model runs you have carried out are based on the RegCM4 rainfall data. Now, you will explore the GPCP dataset that has been put together using information from rain gauges and satellite observations. The solar radiation, minimum and maximum temperatures in the weather files are still from the previous RegCM4 data set. Now, change from 'High_temp_stress' folder to 'GPCP_rainfall' folder by typing 'cd../gpcp_rainfall/' at the Linux command prompt. Calibrate and then make full model run (./ethio_glamcal and./ethio_glamrun). Once the model run is finished, comment one of the lines in 'GLAM_ANALYSIS.m' file which contains path to 'High_temp_stress' folder and uncomment the one which contains path to 'GPCP_rainfall' folder. Then click 'run' icon on 'GLAM_ANALYSIS.m' file to get pdf figures. You have now pdf figures in 'GPCP_rainfall/output' folder that can be compared with corresponding figures in 'Reference_setup/output' folder. You can also make visual inspection of 'swheat.out' files in the two folders. Do you see any changes? What do the differences imply about the two data sets? Do the rainfall spatial temporal distribution affect planting date and crop growth duration? Which one seems to be appropriate? b) Adding extra rainfall to the input data files Now, change from 'GPCP_rainfall' folder to 'rainfall_yield_relation' folder by typing 'cd../rainfall_yield_relation/' at the Linux command prompt. Repeat exercises in Section 3 this time by modifying the rainfall column. Make the changes by adding 10 mm of rainfall to 10 consecutive days near the start of the growing season (i.e 10 days after planting date +8 days). Note that the same grids and year as in section 3 have to be considered. Make sure that 'swheat_ygp _loc.mer' file in 'Reference_setup/output' folder is identical to a file by the same name in 'rainfall_yield_relation/output' folder. Run the model without calibrating it (./ethio_glamrun). This is so that the same YGP found in the original run (in 'Reference_setup/output' folder) is used again in this run. Once the model run is finished, comment one of the lines in 'GLAM_ANALYSIS.m' file which contains path to 'GPCP_rainfall' folder and uncomment the one which contains path to 'rainfall_yield_relation' folder. Then click 'run' icon on 'GLAM_ANALYSIS.m' file to get pdf figures in 'rainfall_yield_relation/output' folder. You have now new pdf figures in 'rainfall_yield_relation/output' folder that can be compared with corresponding figures in 'Reference_setup/output' folder.

8 How does the simulated yield change? Move the pdf figures to 'emergence_period' folder and then restore the original weather data of the two files in the same manner as in section 3. Edit the two input files by adding 10 mm of rainfall to 10 consecutive days near the end of growing season. Run the model without calibration so that you use the same YGP (./ethio_glamrun). Then click 'run' icon on 'GLAM_ANALYSIS.m' file to get new set of pdf figures in 'rainfall_yield_relation/output' folder. How does the simulated yield change? What are the differences between adding rainfall at the beginning and end of growing season? You may follow the above procedure and add rainfall at different times of growing season to determine the optimal time of having more rainfall during growing period at the end of this tutorial class. Section 5 Role of planting date In GLAM, one can specify exact planting date or use 'intelligent planting routine'. In the intelligent planting routine, you can specify the date on which an intelligent sowing window begins. During this sowing window the crop is planted when a particular criterion is met and, if the criterion is never met and the crop is planted at the end of sowing window. There are two different criteria that can be used: I. The crop is planted if the soil water content exceeds half of the soil water holding capacity. II. The crop is planted if more than 1.5 cm of rain falls in one day. If this second criteria is chosen, the crop is also monitored for 20 days after planting and if it suffers from water stress in 10 or more of these days then it is considered failed and is replanted. GLAM is currently set up to start the intelligent sowing window on the ninth of June (this is day-ofyear 160, see line 22, IPDATE) and to plant the crop if the soil water content exceeds half of the soil water holding capacity (see line 24, SWF_THRESH). Now, change from 'rainfall_yield_relation' folder to 'planting_date' folder by typing 'cd../planting_date/' at the Linux command prompt. Change from current day of the year 160 to say 144 i.e. last week of May in both parameter files. Calibrate and make full run (./ethio_glamcal and./ethio_glamrun). Once the model run is finished, comment one of the lines in 'GLAM_ANALYSIS.m' file which contains path to 'rainfall_yield_relation' folder and uncomment the one which contains path to 'planting_date' folder. Then click 'run' icon on 'GLAM_ANALYSIS.m' file to get pdf figures in 'planting_date/output' folder. You have now pdf figures that can be compared with corresponding figures in 'Reference_setup/output' folder.

9 The switch for deciding which criteria is used to determine when the crop is planted is also in the parameter files. Scroll down to line 181 where you will see that ISPARE2 is currently set to -1. To use the second option, change this value to +1. Copy pdf figures from 'planting_date/output' folder to 'ISPARE2-1' folder. Calibrate and make full run (./ethio_glamcal and./ethio_glamrun). Click 'run' icon on 'GLAM_ANALYSIS.m' file to get new set of pdf figures in 'planting_date/output' folder which overwrite the previous figures. You can compare these figures with corresponding figures in 'Reference_setup/output' and 'ISPARE2-1' folders. Does changing the start of sowing window have impact on simulated yields? Does it affect some years more than others? Does it affect some places than others? Why do you think this is so? Which planting routine gives the best simulated yields? This is just a brief introduction to what you can do with GLAM model! It is at your disposal to explore further. GOOD LUCK!!!

2. Using the Hybrid-Maize Model

2. Using the Hybrid-Maize Model 2. Using the Hybrid-Maize Model 2.1. Installation System requirements: Free disk space: depending on weather data included. Full installation amounts to about 18.5 MB, including 6.8 MB of weather data

More information

WARM Modelling Solution. Reference documentation

WARM Modelling Solution. Reference documentation WARM Modelling Solution Reference documentation Release Issue Date 1 2 September 2013 Copyright European Union, 1995 2013 Reproduction is authorised, provided the source is acknowledged, save where otherwise

More information

User Guide for ORYZA v3 (Windows edition)

User Guide for ORYZA v3 (Windows edition) User Guide for ORYZA v3 (Windows edition) Table of Contents Part 1. Overview of ORYZA v3 Interface for Windows... 1 Part 2. Load input files, simulate, and view simulation results... 3 2.1. Load control

More information

Valley. Scheduling. Client User Manual _ Valmont Industries, Inc., Valley, NE USA. All rights reserved.

Valley. Scheduling. Client User Manual _ Valmont Industries, Inc., Valley, NE USA. All rights reserved. Valley Scheduling Client User Manual 09805_0 09 Valmont Industries, Inc., Valley, NE 6806 USA. All rights reserved. www.valleyirrigation.com Valley Scheduling This page was left blank intentionally Table

More information

Model (version-zalf)

Model (version-zalf) Designing User Interface for Biome-BGC BGC Model (version-zalf) H.M. Mehedi Hasan This project was funded by: Investition in Ihre Zukunft Gefördert durch das Ministerium für Arbeit, Soziales, Frauen und

More information

MODFLOW Model Calibration

MODFLOW Model Calibration GMS 7.0 TUTORIALS MODFLOW Model Calibration 1 Introduction An important part of any groundwater modeling exercise is the model calibration process. In order for a groundwater model to be used in any type

More information

Build a MODRAT model by defining a hydrologic schematic

Build a MODRAT model by defining a hydrologic schematic v. 11.0 WMS 11.0 Tutorial Build a MODRAT model by defining a hydrologic schematic Objectives Learn how to define a basic MODRAT model using the hydrologic schematic tree in WMS by building a tree and defining

More information

EF5 Overview. University of Oklahoma/HyDROS Module 1.3

EF5 Overview. University of Oklahoma/HyDROS Module 1.3 EF5 Overview University of Oklahoma/HyDROS Module 1.3 Outline Day 1 WELCOME INTRODUCTION TO HYDROLOGICAL MODELS EF5 OVERVIEW Features of EF5 Model structure Control file options Warm-up and model states

More information

Hydrologic modelling at a continuous permafrost site using MESH. S. Pohl, P. Marsh, and S. Endrizzi

Hydrologic modelling at a continuous permafrost site using MESH. S. Pohl, P. Marsh, and S. Endrizzi Hydrologic modelling at a continuous permafrost site using MESH S. Pohl, P. Marsh, and S. Endrizzi Purpose of Study Test the latest version of MESH at a continuous permafrost site Model performance will

More information

NASA-OU CREST 1.6c README

NASA-OU CREST 1.6c README NASA-OU CREST 1.6c README 27 May 2010 (Draft version) Table of Contents 1. A BRIEF DESCRIPTION OF THE MODEL 3 2. COMPILING ON LINUX 5 2.1 USING IFORT COMPILER 5 2.2 USING GFORTRAN COMPILER 5 3. COMPILING

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

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

RainMachine User Manual. RainMachine The Forecast Sprinkler. USER MANUAL v. 1.5

RainMachine User Manual. RainMachine The Forecast Sprinkler. USER MANUAL v. 1.5 RainMachine The Forecast Sprinkler USER MANUAL v. 1.5 1 1. INSTALLATION 1.1. Fastening unit 1.2. Electrical 1.3. Power up 1.4. Setup 2. HOW IT WORKS 2.1. Base Watering Duration 2.2. Protecting your plants

More information

Appendix 3 Description on Excel files accompanying WaNuLCAS model

Appendix 3 Description on Excel files accompanying WaNuLCAS model Appendix 3 Description on Excel files accompanying WaNuLCAS model The WaNuLCAS model is accompanied by 2 excel file; Wanulcas.xls and TreeParameterization.xls. Wanulcas.xls contains input parameters and

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

This document will cover some of the key features available only in SMS Advanced, including:

This document will cover some of the key features available only in SMS Advanced, including: Key Differences between SMS Basic and SMS Advanced SMS Advanced includes all of the same functionality as the SMS Basic Software as well as adding numerous tools that provide management solutions for multiple

More information

A Comparative Performance Study of Diffuse Fraction Models Based on Data from Vienna, Austria

A Comparative Performance Study of Diffuse Fraction Models Based on Data from Vienna, Austria Proceedings of the 2 nd ICAUD International Conference in Architecture and Urban Design Epoka University, Tirana, Albania, 08-10 May 2014 Paper No. 200 A Comparative Performance Study of Diffuse Fraction

More information

Glossary access code alarm anemometer auto limits base screen central control mode Gloss

Glossary access code alarm anemometer auto limits base screen central control mode Gloss access code A user assigned 3 digit code used to restrict unauthorized usage (reprogramming/control) of the controller. alarm An irrigation related "event" reported by the controller which requires operator

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

SES 123 Global and Regional Energy Lab Procedures

SES 123 Global and Regional Energy Lab Procedures SES 123 Global and Regional Energy Lab Procedures Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

CPIB SUMMER SCHOOL 2011: INTRODUCTION TO BIOLOGICAL MODELLING

CPIB SUMMER SCHOOL 2011: INTRODUCTION TO BIOLOGICAL MODELLING CPIB SUMMER SCHOOL 2011: INTRODUCTION TO BIOLOGICAL MODELLING 1 Getting started Practical 4: Spatial Models in MATLAB Nick Monk Matlab files for this practical (Mfiles, with suffix.m ) can be found at:

More information

GIS: Raster Analysis

GIS: Raster Analysis GIS: Raster Analysis Ts (K) High : 311 Low : 299 500 Meters Albedo G / Rn High : 0.35 High : 0.50 Low : 0.03 Low : 0.10 1 Raster analysis: Outline Raster analysis applications Map algebra Local functions

More information

v Water Distribution System Modeling Working with WMS Tutorials Building a Hydraulic Model Using Shapefiles Prerequisite Tutorials None

v Water Distribution System Modeling Working with WMS Tutorials Building a Hydraulic Model Using Shapefiles Prerequisite Tutorials None v. 10.1 WMS 10.1 Tutorial Water Distribution System Modeling Working with EPANET Building a Hydraulic Model Using Shapefiles Objectives Open shapefiles containing the geometry and attributes of EPANET

More information

A. Incorrect! This would be the negative of the range. B. Correct! The range is the maximum data value minus the minimum data value.

A. Incorrect! This would be the negative of the range. B. Correct! The range is the maximum data value minus the minimum data value. AP Statistics - Problem Drill 05: Measures of Variation No. 1 of 10 1. The range is calculated as. (A) The minimum data value minus the maximum data value. (B) The maximum data value minus the minimum

More information

MATHEMATICS CONCEPTS TAUGHT IN THE SCIENCE EXPLORER, FOCUS ON EARTH SCIENCE TEXTBOOK

MATHEMATICS CONCEPTS TAUGHT IN THE SCIENCE EXPLORER, FOCUS ON EARTH SCIENCE TEXTBOOK California, Mathematics Concepts Found in Science Explorer, Focus on Earth Science Textbook (Grade 6) 1 11 Describe the layers of the Earth 2 p. 59-61 Draw a circle with a specified radius or diameter

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

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

More information

v MODFLOW Managing Transient Data GMS 10.3 Tutorial Creating transient MODFLOW models with time-varying inputs

v MODFLOW Managing Transient Data GMS 10.3 Tutorial Creating transient MODFLOW models with time-varying inputs v. 10.3 GMS 10.3 Tutorial Creating transient MODFLOW models with time-varying inputs Objectives GMS provides a powerful suite of tools for inputting and managing transient data. These tools allow all data

More information

User Guide for the WegenerNet Data Portal

User Guide for the WegenerNet Data Portal User Guide for the WegenerNet Data Portal (v9/18feb2010) The WegenerNet Data Portal provides access to measurement data from the climate stations as well as detailed information about the project. Quality-checked

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

SOLWEIG1D. User Manual - Version 2015a. Date: Fredrik Lindberg Göteborg Urban Climate Group, University of Gothenburg

SOLWEIG1D. User Manual - Version 2015a. Date: Fredrik Lindberg Göteborg Urban Climate Group, University of Gothenburg Göteborg Urban Climate Group Department of Earth Sciences University of Gothenburg SOLWEIG1D User Manual - Version 2015a Date: 2015 06 17 Fredrik Lindberg Göteborg Urban Climate Group, University of Gothenburg

More information

AquaCrop-GIS Version 2.1

AquaCrop-GIS Version 2.1 2015 AquaCrop-GIS Version 2.1 REFERENCE MANUAL July 2015 Ignacio J. Lorite, Margarita Garcia-Vila and Elias Fereres Disclaimer The designations employed and the presentation of material in this information

More information

Assignment Two Part Two: Calibration for Flow Due April 3

Assignment Two Part Two: Calibration for Flow Due April 3 Assignment Two Part Two: Calibration for Flow Due April 3 The objective of part 2 of this project is to calibrate the tutorial SWAT model developed in part 1 for flow. Re-Running Part 1 The precipitation

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data EXERCISE Using Excel for Graphical Analysis of Data Introduction In several upcoming experiments, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

Quick Start Guide. RainWise CC-2000 Edition. Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide. RainWise CC-2000 Edition. Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide RainWise CC-2000 Edition Visit our Website to Register Your Copy (weatherview32.com) Insert the WV32 installation CD in an available drive, or run the downloaded install file wvsetup80.exe.

More information

CS 109 C/C ++ Programming for Engineers w. MatLab Summer 2012 Homework Assignment 4 Functions Involving Barycentric Coordinates and Files

CS 109 C/C ++ Programming for Engineers w. MatLab Summer 2012 Homework Assignment 4 Functions Involving Barycentric Coordinates and Files CS 109 C/C ++ Programming for Engineers w. MatLab Summer 2012 Homework Assignment 4 Functions Involving Barycentric Coordinates and Files Due: Wednesday July 11th by 8:00 a.m., via Blackboard. Optional

More information

MaizeMan User Manual

MaizeMan User Manual MaizeMan User Manual Version 1.3 August 2003 By R.J.G. White, E. Humphreys, E. Xevi, D.C. Godwin and D.J. Smith CSIRO Land and Water, Griffith Technical Report 51/02, August 2003 CSIRO LAND and WATER 2

More information

Accelerated Life Testing Module Accelerated Life Testing - Overview

Accelerated Life Testing Module Accelerated Life Testing - Overview Accelerated Life Testing Module Accelerated Life Testing - Overview The Accelerated Life Testing (ALT) module of AWB provides the functionality to analyze accelerated failure data and predict reliability

More information

CHRIS Proba Workshop 2005 II

CHRIS Proba Workshop 2005 II CHRIS Proba Workshop 25 Analyses of hyperspectral and directional data for agricultural monitoring using the canopy reflectance model SLC Progress in the Upper Rhine Valley and Baasdorf test-sites Dr.

More information

Load Conformance Limiter Enhancement

Load Conformance Limiter Enhancement TECHNICAL BULLETIN December 28, 2016 www.caiso.com 250 Outcropping Way, Folsom, CA 95630 916.351.4400 TECHNICAL BULLETIN Revision History Date Version Description Author December 28, 2016 1.0 Draft Proposal

More information

v MODFLOW Transient Calibration Calibrating transient MODFLOW models GMS Tutorials Time minutes

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

More information

v. 9.2 GMS 9.2 Tutorial MODFLOW Managing Transient Data Creating transient MODFLOW models with time-varying inputs Prerequisite Tutorials

v. 9.2 GMS 9.2 Tutorial MODFLOW Managing Transient Data Creating transient MODFLOW models with time-varying inputs Prerequisite Tutorials v. 9.2 GMS 9.2 Tutorial Creating transient MODFLOW models with time-varying inputs Objectives GMS provides a powerful suite of tools for inputting and managing transient data. These tools allow all data

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

v GMS 10.0 Tutorial MODFLOW Transient Calibration Calibrating transient MODFLOW models

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

More information

BIOL 458 BIOMETRY Lab 10 - Multiple Regression

BIOL 458 BIOMETRY Lab 10 - Multiple Regression BIOL 458 BIOMETRY Lab 0 - Multiple Regression Many problems in biology science involve the analysis of multivariate data sets. For data sets in which there is a single continuous dependent variable, but

More information

Prof. Vidya Manian Dept. of Electrical l and Comptuer Engineering. INEL6007(Spring 2010) ECE, UPRM

Prof. Vidya Manian Dept. of Electrical l and Comptuer Engineering. INEL6007(Spring 2010) ECE, UPRM Inel 6007 Introduction to Remote Sensing Chapter 5 Spectral Transforms Prof. Vidya Manian Dept. of Electrical l and Comptuer Engineering Chapter 5-1 MSI Representation Image Space: Spatial information

More information

Cell based GIS. Introduction to rasters

Cell based GIS. Introduction to rasters Week 9 Cell based GIS Introduction to rasters topics of the week Spatial Problems Modeling Raster basics Application functions Analysis environment, the mask Application functions Spatial Analyst in ArcGIS

More information

MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models

MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models v. 10.2 GMS 10.2 Tutorial Tools for calibrating transient MODFLOW models Objectives Learn how to setup a transient simulation, import transient observation data, and use PEST to calibrate the model. Prerequisite

More information

Projections for use in the Merced River basin

Projections for use in the Merced River basin Instructions to download Downscaled CMIP3 and CMIP5 Climate and Hydrology Projections for use in the Merced River basin Go to the Downscaled CMIP3 and CMIP5 Climate and Hydrology Projections website. 1.

More information

Estimation of Evapotranspiration Over South Florida Using Remote Sensing Data. Shafiqul Islam Le Jiang Elfatih Eltahir

Estimation of Evapotranspiration Over South Florida Using Remote Sensing Data. Shafiqul Islam Le Jiang Elfatih Eltahir Estimation of Evapotranspiration Over South Florida Using Remote Sensing Data Shafiqul Islam Le Jiang Elfatih Eltahir Outline Introduction Proposed methodology Step-by by-step procedure Demonstration of

More information

SES 123 Global and Regional Energy Lab Worksheet

SES 123 Global and Regional Energy Lab Worksheet SES 123 Global and Regional Energy Lab Worksheet Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

GMS 8.0 Tutorial MODFLOW Managing Transient Data Creating transient MODFLOW models with time-varying inputs

GMS 8.0 Tutorial MODFLOW Managing Transient Data Creating transient MODFLOW models with time-varying inputs v. 8.0 GMS 8.0 Tutorial Creating transient MODFLOW models with time-varying inputs Objectives GMS provides a powerful suite of tools for inputting and managing transient data. These tools allow all data

More information

Importance of Crop model parameters identification. Cluster Computing for SWAP Crop Model Parameter Identification using RS.

Importance of Crop model parameters identification. Cluster Computing for SWAP Crop Model Parameter Identification using RS. Cluster Computing for SWAP Crop Model Parameter Identification using RS HONDA Kiyoshi Md. Shamim Akhter Yann Chemin Putchong Uthayopas Importance of Crop model parameters identification Agriculture Activity

More information

MGO Tutorial: Plume Management

MGO Tutorial: Plume Management MGO Tutorial: Plume Management Introduction Pumping well optimization technology is used to determine the ideal pumping well locations, and ideal pumping rates at these locations, in order to minimize

More information

SECTION 1. System Overview Getting Started

SECTION 1. System Overview Getting Started SECTION 1 System Overview Getting Started Section 1 Page 1 Operator s Manual Devices of System The central computer uses the Cirrus /Nimbus II/Stratus II Software in the Microsoft Windows environment.

More information

RainMachine Touch - User Manual

RainMachine Touch - User Manual RainMachine Touch - User Manual Package Contents... 3 Wiring Diagram... 4 Hardware Installation... 5 First Time Setup... 6 Operation... 7 Creating first program... 7 Zones... 9 Dashboard... 10 How it works...

More information

Observation Coverage SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening the Data

Observation Coverage SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening the Data SURFACE WATER MODELING SYSTEM Observation Coverage 1 Introduction An important part of any computer model is the verification of results. Surface water modeling is no exception. Before using a surface

More information

v Observations SMS Tutorials Prerequisites Requirements Time Objectives

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

More information

Cluster Computing for SWAP Crop Model Parameter Identification using RS

Cluster Computing for SWAP Crop Model Parameter Identification using RS Cluster Computing for SWAP Crop Model Parameter Identification using RS HONDA Kiyoshi Md. Shamim Akhter Yann Chemin Putchong Uthayopas Importance of Crop model parameters identification Agriculture Activity

More information

WMS 10.0 Tutorial Watershed Modeling MODRAT Interface Schematic Build a MODRAT model by defining a hydrologic schematic

WMS 10.0 Tutorial Watershed Modeling MODRAT Interface Schematic Build a MODRAT model by defining a hydrologic schematic v. 10.0 WMS 10.0 Tutorial Watershed Modeling MODRAT Interface Schematic Build a MODRAT model by defining a hydrologic schematic Objectives This tutorial shows users how to define a basic MODRAT model using

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of

More information

China UK, WRDMAP Integrated Water Resources Management Document Series

China UK, WRDMAP Integrated Water Resources Management Document Series 1. WRA China UK, WRDMAP Integrated Water Resources Management Document Series 2. IWRM 3. Demand Management Manual 2.5: Using the Standardised Precipitation Index (SPI) to Assess Drought Condition May 2010

More information

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel Breeding Guide Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel www.phenome-netwoks.com Contents PHENOME ONE - INTRODUCTION... 3 THE PHENOME ONE LAYOUT... 4 THE JOBS ICON...

More information

DEVELOPMENT OF A TOOL FOR OFFSHORE WIND RESOURCE ASSESSMENT FOR WIND INDUSTRY

DEVELOPMENT OF A TOOL FOR OFFSHORE WIND RESOURCE ASSESSMENT FOR WIND INDUSTRY DEVELOPMENT OF A TOOL FOR OFFSHORE WIND RESOURCE ASSESSMENT FOR WIND INDUSTRY Alberto Rabaneda Dr. Matthew Stickland University of Strathclyde Mechanical and Aerospace Engineering Department Wind resource

More information

Data Analysis Guidelines

Data Analysis Guidelines Data Analysis Guidelines DESCRIPTIVE STATISTICS Standard Deviation Standard deviation is a calculated value that describes the variation (or spread) of values in a data set. It is calculated using a formula

More information

Pure Component Data Editing

Pure Component Data Editing Pure Component Data Editing Editing / Modifying DDB Pure Component Data DDBSP - Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.:

More information

Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model

Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model v. 10.0 WMS 10.0 Tutorial Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model Learn how to setup a MODClark model using distributed rainfall data Objectives Read an existing

More information

STORMPAC USER GUIDE. Version 4.2

STORMPAC USER GUIDE. Version 4.2 STORMPAC USER GUIDE Version 4.2 WRc is an Independent Centre of Excellence for Innovation and Growth. We bring a shared purpose of discovering and delivering new and exciting solutions that enable our

More information

CONSTELLATION Field Controller Operation Manual

CONSTELLATION Field Controller Operation Manual FIELD CONTROL SYSTEMS CONSTELLATION OPERATION MANUAL CONSTELLATION Field Controller Operation Manual Firmware Version 6.00 Document Title CONSTELLATION FIELD CONTROLLER OPERATION MANUAL FIRMWARE VERSION

More information

Frequently Asked Questions about MMP

Frequently Asked Questions about MMP Frequently Asked Questions about MMP 1. What software does MMP require to run? MMP runs under Windows 98, Windows 98 SE, Windows Me, Windows NT 4.0, Windows 2000, Windows XP and Windows Vista. No other

More information

Distributed rainfall runoff model: 1K DHM event. Demonstration and Project

Distributed rainfall runoff model: 1K DHM event. Demonstration and Project CE74.55 Modeling of Water Resources Systems February 26 th and 27 th, 2011 Distributed rainfall runoff model: 1K DHM event Demonstration and Project Yasuto TACHIKAWA Dept. of Civil and Earth Resources

More information

SMS Basic and Advanced Version x Release Notes. Contents:

SMS Basic and Advanced Version x Release Notes. Contents: English SMS Basic and Advanced Version 15.20.000x Release Notes Contents: 1. Minimum System Requirements 2. Installing the Software 3. Upgrading from v14.5 to v15.2 4. New Features 5. Bug Fixes 6. General

More information

STORMS 2010 v

STORMS 2010 v JFSA Ref. No.: 0008-10 / Jan 2011 STORMS 2010 v. 3.0.0 January, 2011 J.F. Sabourin and Associates Inc. STORMS 2010 V. 3.0.0 HELP MANUAL Page i DISCLAIMER J.F. Sabourin and Associates Inc. makes no warranty

More information

WMS 8.4 Tutorial Watershed Modeling MODRAT Interface Schematic Build a MODRAT model by defining a hydrologic schematic

WMS 8.4 Tutorial Watershed Modeling MODRAT Interface Schematic Build a MODRAT model by defining a hydrologic schematic v. 8.4 WMS 8.4 Tutorial Watershed Modeling MODRAT Interface Schematic Build a MODRAT model by defining a hydrologic schematic Objectives This tutorial shows you how to define a basic MODRAT model using

More information

Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM. Document M Revision 1.0 April dbm. 32A Spruce Street Oakland, NJ 07436

Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM. Document M Revision 1.0 April dbm. 32A Spruce Street Oakland, NJ 07436 Technical Manual SATGEN II SATELLITE DATA GENERATION PROGRAM Document M2001322 Revision 1.0 April 2011 dbm 32A Spruce Street Oakland, NJ 07436 Phone 201-677-0008 FAX 201-667-9444 1 Table of Contents Contents

More information

A/D Converter. Sampling. Figure 1.1: Block Diagram of a DSP System

A/D Converter. Sampling. Figure 1.1: Block Diagram of a DSP System CHAPTER 1 INTRODUCTION Digital signal processing (DSP) technology has expanded at a rapid rate to include such diverse applications as CDs, DVDs, MP3 players, ipods, digital cameras, digital light processing

More information

WP6 Pilot operation and evaluation. Authors: Dragutin Protic, Milan Kilibarda, Branislav Bajat, Ivan Aleksic, Zisis Tsiropoulos, Stelios Kotsopoulos

WP6 Pilot operation and evaluation. Authors: Dragutin Protic, Milan Kilibarda, Branislav Bajat, Ivan Aleksic, Zisis Tsiropoulos, Stelios Kotsopoulos D6.2: 1 st APOLLO TRAINING MATERIAL WP6 Pilot operation and evaluation Authors: Dragutin Protic, Milan Kilibarda, Branislav Bajat, Ivan Aleksic, Zisis Tsiropoulos, Stelios Kotsopoulos This project has

More information

Pure Data Editing. Editing/Modifying DDB Pure Component Data. DDBSP - Dortmund Data Bank Software Package

Pure Data Editing. Editing/Modifying DDB Pure Component Data. DDBSP - Dortmund Data Bank Software Package Pure Data Editing Editing/Modifying DDB Pure Component Data DDBSP - Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.: +49 441

More information

Irrigation System Controllers Introduction

Irrigation System Controllers Introduction Irrigation System Controllers Introduction By Fedro S. Zazueta, Allen G. Smajstrla and Gary A. Clark Reprinted with permission from the University of Florida, Institute of Food and Agricultural Sciences.

More information

Sensor Technology. Summer School: Advanced Microsystems Technologies for Sensor Applications

Sensor Technology. Summer School: Advanced Microsystems Technologies for Sensor Applications Sensor Technology Summer School: Universidade Federal do Rio Grande do Sul (UFRGS) Porto Alegre, Brazil July 12 th 31 st, 2009 1 Outline of the Lecture: Philosophy of Sensing Instrumentation and Systems

More information

Watershed Modeling Rational Method Interface. Learn how to model urban areas using WMS' rational method interface

Watershed Modeling Rational Method Interface. Learn how to model urban areas using WMS' rational method interface v. 10.1 WMS 10.1 Tutorial Learn how to model urban areas using WMS' rational method interface Objectives Learn how to model urban areas using the Rational method, including how to compute rainfall intensity,

More information

STORMPAC Version 4.1. User Guide

STORMPAC Version 4.1. User Guide STORMPAC Version 4.1 User Guide STORMPAC USER GUIDE VERSION 4.1 Copyright WRc plc 2009 The content of this manual, and the accompanying software, are the copyright of WRc plc and all rights are reserved.

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

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

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

Using the Yield Editor

Using the Yield Editor Using the Yield Editor I.F.A.R.M. offers the means to edit / adjust raw yield values using specific industry filters. 1. Yield Editor: Click on the Data Tab. A. The functions of the Data Tab will display.

More information

Soil Trace Element Model (Single Layer) Documentation

Soil Trace Element Model (Single Layer) Documentation Soil Trace Element Model (Single Layer) Documentation Written by Weiping Chen, Edited by Xuan Wu Model Structure The model was used to evaluate the long-term behavior of trace elements (TE) in cropland

More information

Solar Radiation Data Modeling with a Novel Surface Fitting Approach

Solar Radiation Data Modeling with a Novel Surface Fitting Approach Solar Radiation Data Modeling with a Novel Surface Fitting Approach F. Onur Hocao glu, Ömer Nezih Gerek, Mehmet Kurban Anadolu University, Dept. of Electrical and Electronics Eng., Eskisehir, Turkey {fohocaoglu,ongerek,mkurban}

More information

Using SAS to Fit AmeriFlux Data to Ecosystem Seasonality Models

Using SAS to Fit AmeriFlux Data to Ecosystem Seasonality Models Paper 2462-2018 Using SAS to Fit AmeriFlux Data to Ecosystem Seasonality Models Tracy Song-Brink, North Carolina State University ABSTRACT In ecosystem science research, we have several models to define

More information

WaterWare Release 6.0:

WaterWare Release 6.0: WaterWare Release 6.0: A web-based, distributed basin scale water resources management information and multi-criteria decision support system Basic Functionality...2 Modes of operation...3 Technical implementation...3

More information

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document This part contains an instruction, task or a skill which you need to sow evidence of being able to do Once you have completed a task and shown evidence of it write the date underneath the task instruction

More information

ClimDex - Version 1.3. User's Guide

ClimDex - Version 1.3. User's Guide ClimDex - Version 1.3 User's Guide June, 2001 TABLE OF CONTENTS I. Introduction II. III. IV. Quality Control Homogeneity Testing Calculate Indices V. Region Analysis Appendix A: List of Climate Indices

More information

SARE Farmer Grant $14,951 Interim Results

SARE Farmer Grant $14,951 Interim Results SARE Farmer Grant 2012 - $14,951 Interim Results Title: Evaluation of Inexpensive, Wireless Sensor Networks for Managing Small Vegetable Farms November 30, 2012 1 Project Farm Goals Databasics Use wireless

More information

Spatial Distributions of Precipitation Events from Regional Climate Models

Spatial Distributions of Precipitation Events from Regional Climate Models Spatial Distributions of Precipitation Events from Regional Climate Models N. Lenssen September 2, 2010 1 Scientific Reason The Institute of Mathematics Applied to Geosciences (IMAGe) and the National

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

Available Map Views & Dash View Screen

Available Map Views & Dash View Screen Singulation: Displays meter performance. Identifies the percentage of seeds properly singulated by your meters. Contributing factors to this value include: Speed, Good Ride, Seed Size, Seed Shape, Meter

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Data Manipulation with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 1.0 TUT 130 UNIVERSITY OF

More information

MGO Tutorial - Dewatering Scenario

MGO Tutorial - Dewatering Scenario MGO Tutorial - Dewatering Scenario Introduction 1.0.1 Background Pumping well optimization technology is used to determine the ideal pumping well locations, and ideal pumping rates at these locations,

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

Smart Garden Hub. User Guide. Revision 2.7, April

Smart Garden Hub. User Guide. Revision 2.7, April Smart Garden Hub User Guide Revision 2.7, April 2015 www.greeniq.co 1. Your GreenIQ Smart Garden Hub 1.1. Welcome Thank you for purchasing the GreenIQ Smart Garden Hub. The GreenIQ Smart Garden Hub allows

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information