Actions

Elle grid

From Lrose Wiki

Revision as of 17:07, 1 September 2020 by Jcdehart (talk | contribs) (Created page with "== elle grid tutorial == This workflow will convert several raw radar file to the CfRadial format, interpolate the data to a cartesian grid, and apply a convective stratiform...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

elle grid tutorial

This workflow will convert several raw radar file to the CfRadial format, interpolate the data to a cartesian grid, and apply a convective stratiform separation algorithm.

Run each program one by one on the command line

  1. Download the elle_grid.tar.gz file
  1. Extract contents into the desired directory
tar -zxvf elle_grid.tar.gz

You'll end up with a directory structure that includes the raw radar files and parameter files needed to run RadxConvert and Radx2Grid.

  1. Set the directories (note: there is purposely no slash at the beginning of PROJ). Together, HOMED/PROJ should direct you to the elle_grid directory. RAW is the full path to the raw radar data in /elle_grid.
export HOMED="/path/to/home/directory"
export PROJ=“short/path/to/elle_grid”
export RAW="/path/to/elle_basic/raw"
  1. Set the variables in the terminal and set the date. Print out the directory structure to make sure it's pointing to the right directory.
export RADAR_NAME="KHGX"
export days=“20170827”
export rdir="/path/to/lrose/bin"
echo $HOMED/$PROJ
  1. Convert the raw files to CfRadial files
$rdir/RadxConvert -params ./params/RadxConvert.* -f $RAW/$RADAR_NAME/$days/*.ar2v