Data Quality Reports for Session: 180833 User: kinga1 Completed: 10/28/2016


TABLE OF CONTENTS

DQR IDSubjectData Streams Affected Data Quality Metric
D060209.2SGP/RUC/X1 - Subsetting RUC-40sgpallruc40isobX1.c1Does not affect quality
D060209.3SGP/RUC/X1 - Subsetting RUC-40sgpallruc40isobX1.c1Does not affect quality


DQRID : D060209.2
Start DateStart TimeEnd DateEnd Time Data Quality Metric
12/05/1998000004/16/20022359Does not affect quality
Subject:
SGP/RUC/X1 - Subsetting RUC-40
DataStreams:sgpallruc40isobX1.c1
Description:
Users who would like access to subsetted RUC-40 data products similar to those products 
currently available for RUC-20 can use NCO utilities to create subsets from the 
"sgpallruc40" data products.  Below is one method that can be used. This is also mentioned in the 
FAQ on the ARM RUC description page at: http://www.arm.gov/xds/static/ruc.stm
--------------------------------------------------------------

Question: How can I create subsetted RUC 40 data similar to the RUC 20 data currently 
available at the Archive?

Currently, the RUC 40 netCDF data available at the archive are the full area, hourly files 
(sgpallruc40isobX1.c1 and sgpallruc40hybrX1.c1). Using the netCDF Operator (NCO) 
utilities, it is easy to produce subsetted, daily files similar to the RUC 20 subsets available 
(sgpruc20hybrX1.c1 and sgpruc20isobX1.c1).

The NCO utilities can be found at http://nco.sourceforge.net/
Using the ncks (NCO "kitchen sink") command, you can subset the ruc data as follows:

ncks -d nx,, -d ny,,  

Note: xmin,xmax,ymin,ymax are index ranges.

For example to subset around the SGP site use the following index values
for latitudes 34.209 to 38.928 and longitudes -99.798 to -95.
xmin = 71
xmax = 82
ymin = 40
ymax = 53


ncks -d nx,71,82 -d ny,40,53 sgpallruc40isobX1.c1.20000314.130000.cdf 
sgpruc40isobX1.c1.subset.cdf

Here is a sample C-Shell script for subsetting the ruc40 and using the NCO command ncrcat 
to concatenate the hourly subsetted files into a ruc 40 subsetted daily file similar to 
the sgpruc20isobX1.c1 files.

#!/bin/csh
# This script subsets the RUC 40 isobaric files
# and then concatenates hourly files into 1 daily file
# usage: subset_ruc40.csh 
#   where yyyymmdd is the date of the files to subset
#   and concatenate. Ex. 20000314 (yyyy=2000,mm=03, dd=14)
# Example: subset_ruc40.csh 20000314
# xmin,xmax,ymin,ymax are indices for
# lat = 34.209, 38.928, lon = -99.798, -95
set xmin = 71
set xmax = 82
set ymin = 40
set ymax = 53
set date = $1
foreach file (sgpallruc40isob*$date*)
  ncks -d nx,${xmin},${xmax} -d ny,${ymin},${ymax} $file $file.sub
end
ncrcat -h sgpallruc40isob*$date*sub sgpruc40isobX1.c1.$date.000000.cdf
rm *.sub
exit

For more information on the NCO commands ncks and ncrcat see:
http://nco.sourceforge.net/nco.html#ncks-netCDF-Kitchen-Sink
http://nco.sourceforge.net/nco.html#ncrcat-netCDF-Record-Concatenator

Also other commands for subsetting and analysis of netCDF data can be found at 
http://www.arm.gov/data/tools.stm
Measurements:sgpallruc40isobX1.c1:
  • pressurefrztop
  • Rain, categorical, freezing, from RUC model(catfreezerain)
  • Temperature, dew point, at 2 m, from RUC model(tempdewpt2m)
  • Rain, rate, at surface, from RUC model(preciprate)
  • Water equivalent snow depth(snowdepth)
  • Pressure, associated geometric height, on isobaric grid, from RUC model(heightgpp)
  • forecast_period
  • Pressure, surface, rate of change over 3-hr, from RUC model(pressuretend)
  • altimeter
  • snowdepthwatereq
  • Pressure, at ground level, from RUC model(pressuresrf)
  • stormrelhelicity
  • CAPE, Convective available potential energy(cape)
  • rhfrz
  • Temperature, lifted index, from RUC model(indexlifted)
  • base_time
  • windvm
  • Cloud, height, base, from RUC model(heightcldbase)
  • Wind speed, W-toE component, at 10 meters, from RUC model(windu10m)
  • Wind speed, S-to-N component, on isobaric grid, from RUC model(windvp)
  • Temperature, potential, at 2m, from RUC model(temppot2m)
  • Snow, categorical, from RUC model(catsnow)
  • precipresolvedacc
  • precipresolved3hr
  • tempeqpot
  • runoffsubsrf
  • Pressure, atmospheric, at tropopause, from RUC model(pressuretrop)
  • Temperature, atmospheric, at 2 meters, from RUC model(temp2m)
  • Moisture, soil availability, from RUC model(moistsoilavail)
  • temppottrop
  • Cloud, height, top, from RUC model(heightcldtop)
  • pressurefrz
  • stormmotionu
  • Wind speed, vertical, in pressure coordinates, on isobaric grid, RUC model(velocitywp)
  • stormmotionv
  • heightgpfrztop
  • Energy, convective inhibition, from RUC model(cinhib)
  • windgustspeed
  • velocitywm
  • precipsubgrid3hr
  • time_offset
  • Snow, accumulated over 3-hr, from RUC model(snowaccum)
  • heightpbl
  • precipsubgridacc
  • Wind speed, W-to-E component, on isobaric grid, from RUC model(windup)
  • Ice, pellets, categorical, from RUC model(caticepellets)
  • runoffsrfacc
  • tempdewptdep2m
  • pressurewindmax
  • longitude
  • heightgpfrz
  • Optical depth, visibility, from RUC model(visibility)
  • Humidity, relative, at 2m, from RUC model(rh2m)
  • Cloud, height, top, convective, from RUC model(heightcldtopconv)
  • Rain, categorical, from RUC model(catrain)
  • windvtrop
  • windum
  • Column precip water vapor(pwv)
  • altitude
  • heightequillevel
  • rhm
  • windvwindmax
  • pressurepgrid
  • Temperature, atmospheric, on isobaric grid, from RUC model(tempp)
  • tempm
  • Humidity, relative, on isobaric grid, from RUC model(rhp)
  • latitude
  • winduwindmax
  • pressuremgrid
  • Pressure, atmospheric, at mean sea level, from RUC model(pressuremsl)
  • heightsrf
  • windutrop
  • Humidity, specific, at 2m, from RUC model(sh2m)
  • rhfrztop
  • Wind speed, S-to-N component, at 10 meters, from RUC model(windv10m)
  • pressuretempeqpotmax
  • Temperature, best lifted index, from RUC model(indexliftedbest)


Back To Table of Contents

DQRID : D060209.3
Start DateStart TimeEnd DateEnd Time Data Quality Metric
04/20/1998000004/16/20022359Does not affect quality
Subject:
SGP/RUC/X1 - Subsetting RUC-40
DataStreams:sgpallruc40isobX1.c1
Description:
As per ECR-00405, some users would to have access to subsetted RUC-40 data products 
similar to those products currently available for RUC-20.
Measurements:sgpallruc40isobX1.c1:
  • pressurefrztop
  • Rain, categorical, freezing, from RUC model(catfreezerain)
  • Temperature, dew point, at 2 m, from RUC model(tempdewpt2m)
  • Rain, rate, at surface, from RUC model(preciprate)
  • Water equivalent snow depth(snowdepth)
  • Pressure, associated geometric height, on isobaric grid, from RUC model(heightgpp)
  • forecast_period
  • Pressure, surface, rate of change over 3-hr, from RUC model(pressuretend)
  • altimeter
  • snowdepthwatereq
  • Pressure, at ground level, from RUC model(pressuresrf)
  • stormrelhelicity
  • CAPE, Convective available potential energy(cape)
  • rhfrz
  • Temperature, lifted index, from RUC model(indexlifted)
  • base_time
  • windvm
  • Cloud, height, base, from RUC model(heightcldbase)
  • Wind speed, W-toE component, at 10 meters, from RUC model(windu10m)
  • Wind speed, S-to-N component, on isobaric grid, from RUC model(windvp)
  • Temperature, potential, at 2m, from RUC model(temppot2m)
  • Snow, categorical, from RUC model(catsnow)
  • precipresolvedacc
  • precipresolved3hr
  • tempeqpot
  • runoffsubsrf
  • Pressure, atmospheric, at tropopause, from RUC model(pressuretrop)
  • Temperature, atmospheric, at 2 meters, from RUC model(temp2m)
  • Moisture, soil availability, from RUC model(moistsoilavail)
  • temppottrop
  • Cloud, height, top, from RUC model(heightcldtop)
  • pressurefrz
  • stormmotionu
  • Wind speed, vertical, in pressure coordinates, on isobaric grid, RUC model(velocitywp)
  • stormmotionv
  • heightgpfrztop
  • Energy, convective inhibition, from RUC model(cinhib)
  • windgustspeed
  • velocitywm
  • precipsubgrid3hr
  • time_offset
  • Snow, accumulated over 3-hr, from RUC model(snowaccum)
  • heightpbl
  • precipsubgridacc
  • Wind speed, W-to-E component, on isobaric grid, from RUC model(windup)
  • Ice, pellets, categorical, from RUC model(caticepellets)
  • runoffsrfacc
  • tempdewptdep2m
  • pressurewindmax
  • longitude
  • heightgpfrz
  • Optical depth, visibility, from RUC model(visibility)
  • Humidity, relative, at 2m, from RUC model(rh2m)
  • Cloud, height, top, convective, from RUC model(heightcldtopconv)
  • Rain, categorical, from RUC model(catrain)
  • windvtrop
  • windum
  • Column precip water vapor(pwv)
  • altitude
  • heightequillevel
  • rhm
  • windvwindmax
  • pressurepgrid
  • Temperature, atmospheric, on isobaric grid, from RUC model(tempp)
  • tempm
  • Humidity, relative, on isobaric grid, from RUC model(rhp)
  • latitude
  • winduwindmax
  • pressuremgrid
  • Pressure, atmospheric, at mean sea level, from RUC model(pressuremsl)
  • heightsrf
  • windutrop
  • Humidity, specific, at 2m, from RUC model(sh2m)
  • rhfrztop
  • Wind speed, S-to-N component, at 10 meters, from RUC model(windv10m)
  • pressuretempeqpotmax
  • Temperature, best lifted index, from RUC model(indexliftedbest)


Back To Table of Contents



END OF DATA