DQRID : D060209.3
Start DateStart TimeEnd DateEnd Time
04/20/1998000004/16/20022359
more
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.
Suggestions: 
Users can use NCO utilities to create subsets from the "sgpallruc40" data

null
--------------------------------------------------------------


null




null

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



null



null

#!/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


null
Measurements:sgpallruc40isobX1.c1:
  • altitude(altitude)
  • Surface Runoff Accumulated(runoffsrfacc)
  • Relative Humidity at Freezing Level(rhfrz)
  • Lifted Index(indexlifted)
  • base time in epoch(base_time)
  • v-Component of Wind at Maximum Wind Level(windvwindmax)
  • Precipitation Rate at Surface(preciprate)
  • u-Component of Wind at Maximum Wind Level(winduwindmax)
  • North latitude(latitude)
  • Relative Humidity at Top Freezing Level(rhfrztop)
  • Equilibrium Level Height(heightequillevel)
  • MAPS Pressure at Mean Sea Level(pressuremsl)
  • Sub-grid Scale Precipitation (3 hr)(precipsubgrid3hr)
  • Sub-grid Scale Precipitation (Accumulated)(precipsubgridacc)
  • v-Component of Wind at Tropopause(windvtrop)
  • Geopotential Height (p grid)(heightgpp)
  • Convective Inhibition(cinhib)
  • Water Equivalent Snow Depth(snowdepthwatereq)
  • Categorical Rain(catrain)
  • Categorical Freezing Rain(catfreezerain)
  • Dew Point Temperature (2 m fixed height)(tempdewpt2m)
  • u-Component of Wind (m grid)(windum)
  • u-Component of Wind (p grid)(windup)
  • Earth Surface Pressure(pressuresrf)
  • Storm-Relative Helicity 0-3 km(stormrelhelicity)
  • Gust Wind Speed(windgustspeed)
  • Convective Cloud Top Height(heightcldtopconv)
  • Categorical Snow(catsnow)
  • Resolvable Scale Precipitation (Accumulated)(precipresolvedacc)
  • Resolvable Scale Precipitation (3 hr)(precipresolved3hr)
  • Cloud Base Height(heightcldbase)
  • East longitude(longitude)
  • Geopotential Height at Top Freezing Level(heightgpfrztop)
  • Pressure Intervals (30-0,60-30,90-60,120-90,150-120,180-150) of the m grid(pressuremgrid)
  • Convective available potential energy(cape)
  • Precipitable water vapor(pwv)
  • Sub-surface Runoff(runoffsubsrf)
  • v-Component of Wind (10 m fixed height)(windv10m)
  • Pressure at Maximum Wind Level(pressurewindmax)
  • Environmental Temperature (p grid)(tempp)
  • Environmental Temperature (m grid)(tempm)
  • forecast period(forecast_period)
  • Categorical Ice Pellets(caticepellets)
  • v-Component of Wind (m grid)(windvm)
  • v-Component of Wind (p grid)(windvp)
  • Pressure at Top Freezing Level(pressurefrztop)
  • Snow Depth(snowdepth)
  • Vertical Velocity (m grid)(velocitywm)
  • Relative Humidity (p grid)(rhp)
  • Vertical Velocity (p grid)(velocitywp)
  • Planetary Boundary Height(heightpbl)
  • Relative Humidity (m grid)(rhm)
  • Altimeter Setting(altimeter)
  • Time offset from base_time(time_offset)
  • Relative Humidity (2 m fixed height)(rh2m)
  • Potential Temperature at Tropopause(temppottrop)
  • Earth Surface Height(heightsrf)
  • u-Component of Wind (10 m fixed height)(windu10m)
  • Potential Temperature (2 m fixed height)(temppot2m)
  • Geopotential Height at Freezing Level(heightgpfrz)
  • Best Lifted Index(indexliftedbest)
  • Pressures of the p grid(pressurepgrid)
  • u-Component of Wind at Tropopause(windutrop)
  • Soil Moisture Availability(moistsoilavail)
  • u-Component of Storm Motion(stormmotionu)
  • Visibility(visibility)
  • Pressure at Tropopause(pressuretrop)
  • v-Component of Storm Motion(stormmotionv)
  • 2 meter temperature(temp2m)
  • Cloud Top Height(heightcldtop)
  • Equivalent Potential temperature(tempeqpot)
  • Specific Humidity (2 m fixed height)(sh2m)
  • Pressure Tendency (3-hr)(pressuretend)
  • Maximum Equivalent Potential Temperature Pressure(pressuretempeqpotmax)
  • Pressure at Freezing Level(pressurefrz)
  • Dew Point Depression (2 m fixed height)(tempdewptdep2m)
  • Snow Accumulation over 3-hr(snowaccum)
more

Close this window