Skip to content

Files

Latest commit

25cf4e4 · Jun 15, 2020

History

History
This branch is 1899 commits ahead of, 1888 commits behind JAAravequia/GSI:master.

util

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 30, 2019
May 28, 2020
Jan 28, 2019
Jul 7, 2011
May 9, 2019
Oct 2, 2019
Feb 19, 2020
Nov 27, 2017
Jun 15, 2020
May 13, 2014
Jun 14, 2016
Oct 2, 2019
Nov 1, 2011
Nov 1, 2019
Jun 29, 2017
Jul 5, 2017
Sep 29, 2011
Oct 30, 2019
May 28, 2020
Sep 22, 2017
Jun 12, 2020
Apr 3, 2019
Sep 9, 2014
Nov 20, 2012
Oct 2, 2019
Apr 3, 2019
Oct 2, 2019
May 28, 2020
Mar 5, 2018
Oct 2, 2019
Dec 15, 2017
Sep 22, 2017
Nov 6, 2018
This directory contains a number of utilities that may be used to analyse the 
performance of the GDAS.  Please add your favorite routines to this!

The util/ directory is split into Radiance_Utilities/ which primarily display 
information in the radiance diagnostic files (diag_*) and the 
Analysis_Utilities/ which are used to display the analysis, surface and 
forecast fields .

At the next level in the directory structure, there are subdirectories 
describing the programming language used e.g.,  Fortran, IDL, GRads, NCAR.

The next level contains the individual packages. 

Currently, the contents are:

Radiance_Utilities/Fortran/RadDiag_Stats:   
             This is a package that reads in the radiance diag files for a
             given instrument for multiple cycles and outputs statistics in
             netCDF format for future display.  For each channel statistics 
             may be produced as a function of time, scan angle, and 
             latitude/longitude (2D) as well as the aggregated stats. 

Radiance_Monitor/data_extract:
             Scripts and source code used to extract radiance monitoring
             data from diagnostic files and save into small binary files.
             These binary files can be processed by the scripts in the
             image_gen directory to produce radiance monitoring graphics.
             See the src directory for a script to build all the necessary
             executables for the Radiance Monitor package.  Can process both
             GDAS (global) and NDAS (regional) data sources.

                /image_gen:
             Shell and GrADS scripts, and source code needed to generate images
             using the binary data files produced by the data_extract scripts
             and programs (see above).  Can only process GDAS (global) data at
             present.

Radiance_Utilities/IDL/RadDiag_Stats: 
             Contains routine to plot the netCDF files produced above

Radiance_Utilities/IDL/Diag_Reader: 
             Reads in radiance diag files directly into IDL structures.  Good
             for more detailed investigation of radiances on an ob-by-ob basis.

Radiance_Utilities/diag2grads:
             Reads radiance diag files for a given instrument and outputs a
             GrADS binary data file and control file

Analysis_Utilities/GrADS:
             Scripts for displaying analysis fields in GrADS.  Currently
             contains diffvarsloop.gs and diffvarsloop4.gs which display
             differences in analysis or forecast fields and differences of
             those differences.

Radiance_bias_correction_Utilities:
             Utilities for converting bias correction files to the new format, 
             since the modified bias correction scheme requires changes to the 
             satbias_in and satbias_angle files.

global_angupdate:
             Updates the angle dependent part of the radiance bias correction

Radar_Monitor/radialwind:
             Identifies which radars do and do not have radial wind observations
             as well as radars that have missing data.