An introduction to CDO, NCL and PRECIS utilities

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 1 Introduction to Perl and CGI.
Advertisements

Module 1: Introduction to SQL Server Reporting Services.
The NCAR Command Language (NCL) and the NetCDF Data Format Research Tools Presentation Matthew Janiga 10/30/2012.
RAMADDA for Big Climate Data Don Murray NOAA/ESRL/PSD and CU-CIRES Boulder/Denver Big Data Meetup - June 18, 2014.
John Dennis Dave Brown Kevin Paul Sheri Mickelson
DT211/3 Internet Application Development Active Server Pages & IIS Web server.
© Crown copyright Met Office SRNWP Interoperability Workshop, ECMWF, January 2008 SRNWP Interoperability Terry Davies Met Office.
Collaboration on Climate change Research for Bangladesh.
NCAS Unified Model Introduction Part 4a: UM tools and facilities University of Reading, 3-5 December 2014.
Matt Masson| Senior Program Manager
Collections Management Museums Reporting in KE EMu.
Copyright 2012, University Corporation for Atmospheric Research, all rights reserved Verifying Ensembles & Probability Fcsts with MET Ensemble Stat Tool.
EARTH SCIENCE MARKUP LANGUAGE “Define Once Use Anywhere” INFORMATION TECHNOLOGY AND SYSTEMS CENTER UNIVERSITY OF ALABAMA IN HUNTSVILLE.
Introduction to the WRF Modeling System Wei Wang NCAR/MMM.
© Crown copyright Met Office Introduction to IDV PRECIS Reading Workshop, August 2009.
CENT 305 Information Systems Security Linux Introduction.
Introduction to Hands On Training in CORDEX South Asia Data Analysis
Introduction to Hands On Training in CORDEX South Asia Data Analysis
Software.
Custom Reporting in Blackboard Learn. What happens between clicking run and getting the report? Connect to a data source Where is the information?
Kuala Lumpur, Malaysia, 8th-11th November 2012
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…
Nick Draper 05/11/2008 Mantid Manipulation and Analysis Toolkit for ISIS data.
WRF Domain Wizard The WRF Preprocessing System GUI Jeff S Smith Paula McCaslin and Mark Govett AMS 2008 Presentation.
© Crown copyright Met Office An Introduction to Linux, PP utilities, CDO and NCL Bangkok Workshop, 26 th February– 1 st March 2013.
Data Discovery and Access to The International Surface Pressure Databank (ISPD) 1 Thomas Cram Gilbert P. Compo* Doug Schuster Chesley McColl* Steven Worley.
Sciamachy features and usage with respect to end-users The typical fate of retrieval people dealing with large datasets… C. Frankenberg, SRON team, IUP.
If you use it, cite it.
EARTH SCIENCE MARKUP LANGUAGE Tutorial on how to write an ESML Description File (for ESML Schema v3.0) “Define Once Use Anywhere” INFORMATION TECHNOLOGY.
Application Software System Software.
Data Storage System, Model Output and Analysis Tools PRECIS Workshop Tanzania Meteorological Agency 29 th June – 3 rd July 2015.
Mantid Manipulation and Analysis Toolkit for ISIS data.
Post Processing Tools Sylvia Murphy National Center for Atmospheric Research.
Part 6: UM tools and facilities
SCD User Briefing NCL and PyNGL Visualization for the Geosciences Don Middleton with presentation material developed by Luca Cinquini, Mary Haley, Fred.
Introduction to the WRF Modeling System
SCD Research Data Archives; Availability Through the CDP About 500 distinct datasets, 12 TB Diverse in type, size, and format Serving 900 different investigators.
© Crown copyright Met Office PRECIS Hands-on Demo with IDV PRECIS Reading Workshop, August 2009.
Welcome to the PRECIS training workshop
Cal/Val for physics MED-MFC internal meeting CMCC-INGV-SOCIB Lecce E. Clementi, INGV.
Mantid Manipulation and Analysis Toolkit for Instrument data.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Mesoscale Modeling Jon Schrage Summer WRF-“Weather Research and Forecasting” Developed by: – National Center for Atmospheric Research (NCAR) – the.
Chapter 28. Copyright 2003, Paradigm Publishing Inc. CHAPTER 28 BACKNEXTEND 28-2 LINKS TO OBJECTIVES Table Calculations Table Properties Fields in a Table.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
Presentation On Computer Hardware & Software. What is Hardware? Hardware is a general term for the physical objects of technology. It may also mean the.
Testing of Objective Analysis of Precipitation Structures (Snowbands) using the NCAR Developmental Testbed Center (DTC) Model Evaluation Tools (MET) Software.
1 Programming and problem solving in C, Maxima, and Excel.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Verify WRF Forecast using MET
Introduction to Metview
The Use of AMET and Automated Scripts for Model Evaluation
Computer 4 JEOPARDY Bobbie, Sandy, Trudy.
PRECIS Reading Workshop, August 2009
RCM workshop, Meteo Rwanda, Kigali
Guide To UNIX Using Linux Third Edition
Analysis and reporting
Introduction to ZBOSS Embedded Systems Software Training Center
National Scientific Library at Tbilisi State University
PRECIS Reading Workshop, August 2009
PRECIS Hands-on Demo with IDV
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
NetCDF and Scientific Data Standard
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
National Center for Atmospheric Research
Quick Access to HDF and HDFEOS data with NCL
Tour of NCL Website Modified by R. Grotjahn
Pps Download Center ©
Presentation transcript:

An introduction to CDO, NCL and PRECIS utilities Kuala Lumpur, Malaysia, 8th – 11th November 2012 An introduction to CDO, NCL and PRECIS utilities © Crown copyright Met Office

What are they? CDO, NCL and PRECIS utilities are tools for data analysis and visualisation. Different tool are useful for different activities e.g. CDO and PRECIS tools for analysis and NCL for visualisation. In the worksheets these tools are used together to process, analyse and visualise PRECIS output. © Crown copyright Met Office

PRECIS utilities Designed for use with PRECIS output (which is in Met Office PP format.) Can be used with Linux and Windows. Can be typed directly into the command line, or scripted. Extensive range of different utilities available, see http://www.metoffice.gov.uk/precis/tutorials For example – calculate the JJA mean: ppstats –H “mon>=6 and mon<=8” –o jja.mean.pp –t mean infile.pp © Crown copyright Met Office

CDO – Climate Data Operators (1) Developed by the Max Planck Institute for use with GRIB 1/2, netCDF 3/4, SERVICE, EXTRA and IEG data. Designed specifically for climate and NWP data analysis, there are more than 600 operators available. Can be run on Linux, Windows, MasOS and others. As with PP utilities can be typed directly into the command line, or scripted. For example – calculate the JJA mean: cdo timmean –selmon,6/8 infile.nc jja.mean.nc © Crown copyright Met Office

CDO – Climate Data Operators (2) Free to download and documentation and support forums can be found at https://code.zmaw.de/projects/cdo © Crown copyright Met Office

NCL – NCAR Command Language (1) Developed by NCAR (Nation Center for Atmospheric Research) for use with GRIB 1/2, netCDF 3/4, shape files and ascii data. Free interpreted language designed for scientific data processing and visualization. Can be run on Linux, Windows, MasOS and others. Can be typed directly into the NCL command line (very time consuming), or scripted. Produces plots of publishable quality. © Crown copyright Met Office

NCL – NCAR Command Language (2) Extensive documentation and hundreds of example scripts and plots at http://www.ncl.ucar.edu/index.shtml © Crown copyright Met Office

NCL – NCAR Command Language (3) Looks more complex than it is. © Crown copyright Met Office

Using tools together The worksheets combine all three of these tools to post process and analysis PRECIS data. Use PP utilities to remove rim and convert from PP to netCDF format. Use CDO to analyse the netCDF data. Use NCL to visualise (and process) the data. © Crown copyright Met Office

Worksheets 1 – File locations and pre-processing (into to Linux and using PP utilities.) 2a- Introduction to using CDO for analysis and NCL for visualisation (validation.) 2b- Creating future climate scenarios and analysing change (using CDO and NCL.) 3- Thresholds and extremes analysis (using CDO and NCL.) © Crown copyright Met Office

Questions © Crown copyright Met Office