Difference between revisions of "RadxEvad"
From Lrose Wiki
(Created page with "RadxEvad reads in Doppler data from a polar radar file, computes volumetric VAD (VVP) winds and writes them out to NetCDF. = Running RadxEvad = To check all command line opti...") |
|||
Line 1: | Line 1: | ||
RadxEvad reads in Doppler data from a polar radar file, computes volumetric VAD (VVP) winds and writes them out to NetCDF. | RadxEvad reads in Doppler data from a polar radar file, computes volumetric VAD (VVP) winds and writes them out to NetCDF. | ||
− | = Running RadxEvad = | + | === '''Running RadxEvad''' === |
To check all command line options for RadxEvad, including debugging options and file paths, the typical '-h' flag can be invoked: | To check all command line options for RadxEvad, including debugging options and file paths, the typical '-h' flag can be invoked: | ||
Line 10: | Line 10: | ||
<code lang="bash">/path/to/lrose/install/bin/RadxEvad -print_params > RadxEvad.params</code> | <code lang="bash">/path/to/lrose/install/bin/RadxEvad -print_params > RadxEvad.params</code> | ||
− | = | + | Use the following command to convert using the settings provided by the parameter file: |
− | + | ||
+ | <code lang="bash">/path/to/lrose/install/bin/RadxEvad -f <path/to/data/file_name> -params $PWD/RadxEvad.params</code> |
Revision as of 21:23, 1 February 2021
RadxEvad reads in Doppler data from a polar radar file, computes volumetric VAD (VVP) winds and writes them out to NetCDF.
Running RadxEvad
To check all command line options for RadxEvad, including debugging options and file paths, the typical '-h' flag can be invoked:
/path/to/lrose/install/bin/RadxEvad -h
Likewise, to obtain the default parameter file, use the following command:
/path/to/lrose/install/bin/RadxEvad -print_params > RadxEvad.params
Use the following command to convert using the settings provided by the parameter file:
/path/to/lrose/install/bin/RadxEvad -f <path/to/data/file_name> -params $PWD/RadxEvad.params