Computer Assignment #4
Assigned: 09 Feb 2004
Due: 16 Feb 2004

For this assignment, we will be investigating the differences in hand analysis and computer generated analysis. We will be using two GEMPAK programs: sfcntr and gdcntr.

One of the issues regarding the analysis of real data is that the data is irregularly spaced. Most graphing routines like to have data in a regularly spaced grid. One method of for making the transition is to use the Barnes Objective Analysis. Take a look at the link and read through what GEMPAK does and what are the meanings to gamma and npass.

 

New parameters for sfcntr.

CINT
LINE
MAP
NPASS
CNTRPRM

data used is the standard surface data file


New parameters for gdcntr

CINT CONTUR LINE MAP CTYPE GFUNC

data used is the surface grided data

Tasks

  1. Analyze the map handed out in class for pressure using 4 mb intervals. Use 1000 mb as your base level contour. Be honest and do this portion of the assignment first.
  2. Plot a surface analysis map for 12Z 26-Jan-2004 using the Gempak routine sfcntr. Contour the mean sea level pressure for using an interval of 4 mb. Experiment with various values of npass and filter.
  3. Now plot the same analysis using the Gempak routine gdcntr.


    Questions:
    1. Briefly discuss the advantages and/or disadvantages of using computer generated analysis.
      • Is there an advantage of using more passes of the Barnes scheme?
      • Would turning off the filter help improve the analysis?
      • What scales would be better served by a hand or computer generated analysis?
    2. What, if any, difference is there in using sfcntr and gdcntr?
      • What, if anything, do you know about the data sets you are using?
      • Does one program have more advantages than the other?
      • Does one program cover more cases than the other?
      • What is missing from the plot when using gdcntr? What procedure (program) would one need to implement in order to make comparable plot to using sfcntr?

Hints: