©2005,2006 Carolina Environmental Program SMOKE Problem Solving  Examining log files  Common problems  Smkreport program  SMOKE support.

Slides:



Advertisements
Similar presentations
PC Encryption installation progress/password screen Includes comments from: Encryption team Sarah Deane Tony Stieber Selected people who took part in the.
Advertisements

Imports…and the Errors they Bring to the Table Michele Borucki CoursEval Implementation & Success Specialist.
_____________________________________________________________________CMAS User Support MCNC - EMC__________________________________________Community Modeling.
HELP GUIDE NEW USER REGISTRATION (SLIDE 2) TAKING A QUIZ (SLIDE 8) REVIEWING A QUIZ (SLIDE 17) GROUP MEMBERSHIP (SLIDE 26) CREATING QUIZZES (SLIDE 31)
SRI International Bioinformatics 1 The consistency Checker, or Overhauling a PGDB By Ron Caspi.
Functions.
Chapter 7. 2 Objectives You should be able to describe: The string Class Character Manipulation Methods Exception Handling Input Data Validation Namespaces.
Submitting Book Chapters via Manuscript Central A Short Guide for Wiley-VCH Authors.
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
Chapter Seven Advanced Shell Programming. 2 Lesson A Developing a Fully Featured Program.
Computer Programming and Basic Software Engineering 4. Basic Software Engineering 1 Writing a Good Program 4. Basic Software Engineering.
Recent Updates to SMOKE B. H. Baek, Alison M. Eyth, Andy Holland Carolina Environmental Program (CEP), UNC-Chapel Hill Marc Houyoux, Rich Mason U.S. EPA.
SE 501 Software Development Processes Dr. Basit Qureshi College of Computer Science and Information Systems Prince Sultan University Lecture for Week 8.
Defining Digital Forensic Examination & Analysis Tools Brian Carrier.
State of Kansas INF50 Excel Voucher Upload Statewide Management, Accounting and Reporting Tool The following Desk Aid instructs users on overall functionality.
Carolina Environmental Program Status of SMOKE Catherine Seppanen Carolina Environmental Program University of North Carolina - Chapel Hill.
1 Emissions Inventory System (EIS) Overview and Exporting Data from the EIS Sally Dombrowski EPA–OAQPS.
8.6 Solving Exponential and Logarithmic Equations Goal: Solve exponential and logarithmic equations. Correct WS 8.5A.
System Development Life Cycle. The Cycle When creating software, hardware, or any kind of product you will go through several stages, we define these.
Discipline, Crime, and Violence August New DCV Application The DCV application and submission process has been revised beginning with the
Launch SpecE8 and React from GSS. You can use the chemical analyses in a GSS data sheet to set up and run SpecE8 and React calculations. Analysis → Launch…
Getting Started: Ansoft HFSS 8.0
Chapter 3 Developing an algorithm. Objectives To introduce methods of analysing a problem and developing a solution To develop simple algorithms using.
FTE Mass Update Process Overview NHS Interface Team.
More Algorithm Design CSIS 1595: Fundamentals of Programming and Problem Solving 1.
1 TEISS Case Project Introduction Melinda Ronca-Battista and Angelique Luedeker ITEP/TAMS Center.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
DORIS MCLEOD AIR QUALITY PLANNER VIRGINIA DEQ 804/ ERTAC Tool Logic and Flowcharts.
Systems Life Cycle. Know the elements of the system that are created Understand the need for thorough testing Be able to describe the different tests.
The consistency Checker, or Overhauling a PGDB By Ron Caspi.
May 7, We manage documents and their changes with versioning and check out/check in procedures.
September Interface Kickoff Sunflower Project Statewide Management and Reporting Tool Update September 02, 2009.
DAQ Data Processing Chain Vasilis Vlachoudis Feb 2015.
Cs413_design04.ppt Design and Software Development Design : to create a functional interface that has high usability Development : an organized approach.
Planning an Installation and d Upgrade. Learning Objectives  To learn how to plan an upgrade and installation.
ASys: Demo Problem to solve ASys (Assessment system) Analisys of the properties Architecture of the system DFD to mark one exam Testing using test cases.
Developing an Algorithm. Simple Program Design, Fourth Edition Chapter 3 2 Objectives In this chapter you will be able to: Introduce methods of analyzing.
Getting to know California High School Instructions for Completing Assignment Mr. Hawshin Study Skills.
Intro to CS ACO 101 Lab Rat. Academic Integrity What does that mean in programming? Log into Blackboard and take the test titled “Applied Computing Course.
© 2006 Cisco Systems, Inc. All rights reserved.1.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Introduction to Testing CSIS 1595: Fundamentals of Programming and Problem Solving 1.
C++ for Engineers and Scientists Second Edition Chapter 7 Completing the Basics.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
TESTING THE NEW SYSTEM Various Approaches to Testing.
How to submit an assignment to Turn It In Log in to Turn It In and select the class Find the assignment to be submitted Click “Submit”
DESIGN TOOLS Flowcharts FLOWCHARTS Flowcharts can be used to indicate the essential procedures that are to be employed to create the solution and generate.
Chapter 9: Completing the Basics. In this chapter, you will learn about: – Exception handling – Exceptions and file checking – The string class – Character.
Concept Security Lesson 8 Objectives: After completing this lesson, the learner will be able to: Log in to the Concept security system. Create a new user.
WRAP SCC Temporal and Speciation Profile Improvement Project Status WRAP Regional Modeling Center Carolina Environmental Program November 4, 2003.
Changing Meta Data and WSDL OPEN Development Conference September 17-19, 2008 Ravi Rajaram IT Development Manager Max Lin Senior Systems Analyst.
Open project in Microsoft Visual Studio → build program in “Release” mode.
Microsoft Excel 2013 Chapter 9 Formula Auditing, Data Validation, and Complex Problem Solving.
 George Polya, a famous mathematician, is known for creating four steps for easy problem solving.  “Trying to solve problems, you have to observe and.
Carolina Environmental Program Status of SMOKE Catherine Seppanen Carolina Environmental Program University of North Carolina - Chapel Hill.
Scenario use cases Szymon Mueller PSNC. Agenda 1.General description of experiment use case. 2.Detailed description of use cases: 1.Preparation for observation.
Finance Business Solutions – User Support & Training
Mail Merge for Lotus Notes and Excel User Guide
Mail Merge for Lotus Notes and Excel User Guide
SAS Programming Introduction to SAS.
AOL Customer Services For Instant Help Give a Ring on: Fix AOL Error 66 Dcvs.
7.5 Exponential and Logarithmic Equations
Agenda Test next Week! SI or no SI? File Update Techniques – Review.
Managing Rosters Screener Training Module Module 5
1. Open Visual Studio 2008.
Claire Osgood November 2017
ECE 103 Engineering Programming Chapter 56 Runtime Errors
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
CHAPTER 6 Testing and Debugging.
Presentation transcript:

©2005,2006 Carolina Environmental Program SMOKE Problem Solving  Examining log files  Common problems  Smkreport program  SMOKE support

©2005,2006 Carolina Environmental Program Examining Log Files  Every program outputs a log file  Check for normal completion of program  Fix any errors –Check file formats –Confirm locations of files –Internal errors are not usually fixable by the user  Check any warnings –May not be a problem, but need to confirm

©2005,2006 Carolina Environmental Program Common Problems (1)  Problem: Program is reporting that an output file cannot be opened  Solution: –Check that the directory listed in the log file is valid and exists –Delete the existing output file listed in the log file and rerun; the I/O API library will not overwrite files with different header information than the new file

©2005,2006 Carolina Environmental Program Common Problems (2)  Problem: Output file is not in the expected location after the program finishes  Solution: –Check that the program completed successfully –Check the log file to find out the logical file name of the output file –Ensure that the logical file name is defined in the Assigns file or scripts

©2005,2006 Carolina Environmental Program Common Problems (3)  Problem: Program is ending because an input file is not available  Solution: –Check the log file to learn the logical file name of the input file –Ensure that the logical file name is defined in the Assigns file or scripts –Check that the directory and file name of the input file is correct –If the input file is generated by another program, make sure that program completed successfully

©2005,2006 Carolina Environmental Program Smkreport  Can compare emissions at each stage of processing and with inventory totals  Output files can be imported into spreadsheet programs for further analysis –For example, regression plots  Able to select and group inventory sources –By road class, SCC, source characteristics, etc.

©2005,2006 Carolina Environmental Program SMOKE Support  User’s Manual  CMAS Help Desk (  Support contract  Emissions modeling list