The Program pcpstat. User s Manual. Stefan Liersch, Berlin, August 12, 2003

Similar documents
Mi.Data Consumer Portal User Guide for Utility Customers. Software Version 4.2 Document Version 0.1

RClimTool USER MANUAL

Customizing Local Precipitation Data Files for SWAT

Calendar Excel Template User Guide

Sigma State Wisconsin WORKING WITH YOUR EDITOR (for chapter presidents) June Leadership Workshop June 17, 2016

Ontario 2014 Paediatric Specialists Fee Guide Update For ABELDent Versions 3.50 to 12

MeltLab Reporting Text, CSV or Excel

Using the Big 5 Generator 2013/2014

Dr. Barbara Morgan Quantitative Methods

Basics of Stata, Statistics 220 Last modified December 10, 1999.

Data Capture System for Windows. Documentation. TSW Automation, Inc Robertson Ave. Nashville, TN phone: fax:

MCNP6 installation. Creates a Command prompt for running MCNP6

I.A.M. National Pension Fund Remittance Report Software

ClimDex - Version 1.3. User's Guide

My Time Off. Associates Quick-Reference Card. View Leave Balance. Request Time Off. My Time Off. Access My Time Off

Broker ASSESS user s guide

Stat 428 Autumn 2006 Homework 2 Solutions

Upgrading a 1000 Series Printer with MagicLoader

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users)

SJRecorder Instructions

DOWNLOAD OR READ : WEEKLY CALENDAR 2019 PLANNER PDF EBOOK EPUB MOBI

Cognition Cockpit. Version 5.5 Release Notes. January, 2010

Auction Calendar 2017/2018 for Capacity Allocation Mechanism Network Code

Assignment Two Part Two: Calibration for Flow Due April 3

Scheduling and E mailing Reports

The following subjects will be covered:

Getting Started with Command Prompts

DBS Tailoring System

SUBMITTING NJPDES MONITORING REPORT FORMS ONLINE

USING the IEDATA add-in FROM THE SPREADSHEET MENU

Static & Dynamic Groups

Bi monthly calendar 2016 printable free

PCSWMM 2002 RUNOFF Block PAT AVENUE Storm Drainage Design

Chris Simpkins (Georgia Tech) CS 2316 Data Manipulation for Engineers Python Overview 1 / 9

Drinking Water Electronic Lab Reporting (DWELR) User Guide

KS Connect Instructions

Guide to setting up and using your NOW: Pensions payroll bureau microsite

Backing Up (and Restoring) - Version 12

Climate Data Screener and Summarizer, version 3.2

2017 Autosoft, Inc. All rights reserved.

Note: Act Today provide this KB article as a courtesy however accept no responsibility for content or the recipient performing these steps

The Virtual EMS Browse Menu How-To Document

Banking System Upgrade - Frequently Asked Questions (FAQs)

Environment Canada Climate Data Reader

Daily Amortization Utility for Service Contracts GL-1060

AT&T Business Messaging Account Management

MAILMERGE WORD MESSAGES

CSV Import Guide. Public FINAL V

Excel Primer CH141 Fall, 2017

Calendar: Scheduling, invitations, and printing

How to Build Question Reports

CompTIA Security Research Study Trends and Observations on Organizational Security. Carol Balkcom, Product Manager, Security+

WELCOME HEADQUARTERS TO THE NEW GENCO. 700 Cranberry Woods Drive Cranberry Township, PA INSIDE:

City Director Wells Fargo Host Credit Card Manual

IEDATA User/Client Installation Guide

Welcome to the new ORBIT!

WYSE Academic Challenge 2017 Software Changes

Introduction to Scientific Computing with Matlab

Christmas Bird Count (CBC) Data Entry Manual: Instructions on how to complete items in advance of the CBC

BUDGET ADJUSTMENT FORM INSTRUCTIONS (Revised May 2015)

STAT 7000: Experimental Statistics I

Product Manager Toolkit

Alta Mira Specialized Family Services Family Living Daily Entries and Provider Statement

Working with Formulas and Functions

Difference Between Dates Case Study 2002 M. J. Clancy and M. C. Linn

CONFERENCE ROOM SCHEDULER

Scheduling Maintenance Jobs

Making EXCEL Work for YOU!

Obtain Energy Meter Usage Data - CenterPoint

Stream Depletion Factor Model SDF View

Validation and Use of Excel Spreadsheets in Regulated Environments

HP Project and Portfolio Management Center

Perception Gap Who are the financially excluded or underserved across Nigeria?

To be an active partner, always ready to improve by working with others

Ionic Tutorial. For Cross Platform Mobile Software Development

ARM 9 Changes ver to 9.1.5

DXS How-To Guide. How to use electronic signatures in DXS. A guide on how you can use the electronic signature functionality to sign referral forms

Utilising Cygwin, Python & Octave to obtain daily & hourly climate data for multiple months, years, and stations from climate.weather.gc.

UHarvest Slingshot Reports Introduction

Mecklenburg County Public Schools. Employee Self Serve Manual: For Employee Use

Getting Started How to Create a New User Account

Bird Solar Model Source Creator

HSA Contribution Guide. How to set up and send employer-directed HSA contributions

Xpress-pay Administration Guide

NovaTime ~ Employee Training Aid

Logging On. From the link below, you will be able to access your eaccount.

STREAMLYNE INITIAL GUIDE FOR PRINCIPAL INVESTIGATOR / STUDENT

Chapter 2 The SAS Environment

IMMDongleGenerator / IMMDongleGeneratorLight

DOWNLOAD OR READ : THREE YEAR PLANNER AXLE PDF EBOOK EPUB MOBI

Reading and manipulating files

Introduction to SAS. Cristina Murray-Krezan Research Assistant Professor of Internal Medicine Biostatistician, CTSC

CSc Introduc/on to Compu/ng. Lecture 17 Edgardo Molina Fall 2011 City College of New York

Zip Code Load Process Workbook. Office of Information and Instructional Technology

Today s Experts. Mastering Dates Using SEQUEL 1. Technical Consultant. Technical Consultant

Computer Grade 5. Unit: 1, 2 & 3 Total Periods 38 Lab 10 Months: April and May

4. Backlink Analysis Check backlinks What Else? Analyze historical data... 29

METHODS EXERCISES GuessNumber and Sample run SumAll Sample Run

CCC ONE Appraisal Platform

Transcription:

The Program pcpstat User s Manual Stefan Liersch, Berlin, August 12, 2003 stliersch@freenet.de Introduction The program pcpstat.exe calculates statistical parameters of daily precipitation data used by the weather generator of the SWAT model (userwgn.dbf). Some of the parameters listed in table 1 below can be calculated without difficulty, for example by using an application like MICROSOFT EXCEL. However, you might spend a lot of time calculating the parameters PR_W1 and PR_W2. Table 1: Statistical Parameters of Precipitation used by SWAT PCPMM(mon) = average or mean total monthly precipitation PCPSTD(mon) = standard deviation for daily precipitation in month PCPSKW(mon) = skew coefficient for daily precipitation in month PR_W1(mon) = probability of a wet day following a dry day PR_W2(mon) = probability of a wet day following a wet day PCPD(mon) = average number of days of precipitation in month The Input File The input file storing the amount of daily precipitation data must be an ASCII text file with one column (figure 1). The period of precipitation measurement must start on January 1 st and must end on December 31 st. In other words, the first precipitation value in the input file must have the value of January 1 st and the last value one of December 31 st. Even though there is no limit to the number of years employed, one s calculations must be based on the entire year. If there are missing data in your measurements, you need to fill these days with NoData values (this must be a number). The program will ask you about this value and will replace NoData entries with the mean value of the entire period. Figure 1: Example of a Precipitation Input File - 1 -

Creating the Input File Precipitation data files are usually text files. One column stores the date and another one the precipitation value. Open the file with an application like MICROSOFT EXCEL. If necessary reduce the period on top and bottom so that it starts on January 1 st and ends on December 31 st. Subsequently, delete the column date, so that is only one column with the amount of daily precipitation data left. Save the file as a text file (filename.txt). If you create the input file with any other application or manipulate the file later with a text editor, make sure that the last line (the line following the last December 31 st value) is a blank line! If there is no blank line or if there are more than one blank line at the end of the file, the program will interrupt with the message End of file during read or it will generate wrong output data, respectively. Running the Program pcpstat.exe Copy the program and the precipitation input file into the same directory. Double click the pcpstat.exe or start the program from a DOS prompt see figure 2 below. You will be asked about the name of the input and output file. The name of the input file is the name of the file with the precipitation data. Don t forget to add the file extension! As regards, the output file you can choose any name. Next you will be asked to enter the first year of the period. This information is used to calculate if a year is a leap year or not. Simply type in the first year of the period (four numbers) and press <RETURN>. Thereafter, the program requires a NoData value. Should your precipitation file lack NoData values, you may type in a number that does not yet exist, for example 999. Figure 2: Program pcpstat.exe - 2 -

After the calculations are finished, the output file, see figure 3 below will automatically be saved in the same directory as the program itself. Furthermore, there will be created two additional files totalpcp.sta and mean_pcp.sta. The file totalpcp.sta, see figure 4 contains a table of total monthly precipitation of each year of the entire period of precipitation measurement. The file mean_pcp.sta contains a table of average daily precipitation values of each month and each year of the entire period. Figure 3: Example of an Output File - 3 -

Figure 4: Example of the File totalpcp.sta - 4 -

Note Be aware of the fact that if you provide the program with wrong information you will end up with wrong output data. If the input file does not exist or if you type in a letter instead of a number, the program will produce an error message. In most cases, however, you will not be able to read this message because the program-window closes rather quickly. In case you are interested in the source code or should you encounter any kind of difficulties while using the program, please send an email to: stliersch@freenet.de. - 5 -