Difference between revisions of "Vortrac tutorial"
From Lrose Wiki
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
This workflow will go through the steps to run VORTRAC, and provide gridded radar data, a center file (.csv) and the XML file. For more information on how to obtain the gridded radar files from the raw radar files, please refer to the '''[http://wiki.lrose.net/index.php/Elle_grid grid tutorial]'''. | This workflow will go through the steps to run VORTRAC, and provide gridded radar data, a center file (.csv) and the XML file. For more information on how to obtain the gridded radar files from the raw radar files, please refer to the '''[http://wiki.lrose.net/index.php/Elle_grid grid tutorial]'''. | ||
− | ==== ''' | + | ==== '''Set up the environment and XML file on the command line''' ==== |
<ol start="1" style="list-style-type: decimal;"> | <ol start="1" style="list-style-type: decimal;"> | ||
<li>Download the [https://drive.google.com/file/d/18Z9PC6-a2lqMkaFEbecZ3Fsy8lMFmkPl/view?usp=sharing vortrac_tutorial.tar.gz] file</li></ol> | <li>Download the [https://drive.google.com/file/d/18Z9PC6-a2lqMkaFEbecZ3Fsy8lMFmkPl/view?usp=sharing vortrac_tutorial.tar.gz] file</li></ol> | ||
Line 33: | Line 33: | ||
<code lang="bash">mkdir vtd </code> | <code lang="bash">mkdir vtd </code> | ||
− | You'll end up with a directory that includes 6 folders, | + | You'll end up with a directory that includes '''6 folders''', '''one XML file''' and '''one center (.csv) file'''. |
<ol start="4" style="list-style-type: decimal;"> | <ol start="4" style="list-style-type: decimal;"> | ||
<li>Modify the XML file</li></ol> | <li>Modify the XML file</li></ol> | ||
− | * Set the directory. Find the line | + | * Set the directory. Find the line starting with <code lang="bash">dir</code> and <code lang="bash">centers</code>, and modify them to your current directory. (8 lines in total) |
In the tutorial, you do not need to modify further parameters, but we recommend the users go through the details about the '''[http://wiki.lrose.net/index.php/VORTRAC#Configuration XML configuration]'''. | In the tutorial, you do not need to modify further parameters, but we recommend the users go through the details about the '''[http://wiki.lrose.net/index.php/VORTRAC#Configuration XML configuration]'''. | ||
+ | |||
+ | ==== '''Execute VORTRAC''' ==== | ||
+ | <ol start="1" style="list-style-type: decimal;"> | ||
+ | <li>Run VORTRAC</li></ol> | ||
+ | |||
+ | <code lang="bash">/path/to/vortrac/bin/vortrac </code> |
Latest revision as of 15:51, 2 February 2021
VORTRAC tutorial
This workflow will go through the steps to run VORTRAC, and provide gridded radar data, a center file (.csv) and the XML file. For more information on how to obtain the gridded radar files from the raw radar files, please refer to the grid tutorial.
Set up the environment and XML file on the command line
- Download the vortrac_tutorial.tar.gz file
- Extract contents into the desired directory
- Create a new folder called vortrac_example (or the user's desired directory)
mkdir ~/vortrac_example
- Move the tar file to the vortrac_example folder
mv vortrac_tutorial.tar.gz ~/vortrac_example
- Extract contents
tar -zxvf vortrac_tutorial.tar.gz
You'll end up with a directory that includes the gridded radar data, a center file (.csv) and the XML file to run VORTRAC.
- Create the following folders under the same directory as the XML file, center file, and the folder of radar
mkdir cappi
mkdir center
mkdir choosecenter
mkdir pressure
mkdir vtd
You'll end up with a directory that includes 6 folders, one XML file and one center (.csv) file.
- Modify the XML file
- Set the directory. Find the line starting with
dir
andcenters
, and modify them to your current directory. (8 lines in total)
In the tutorial, you do not need to modify further parameters, but we recommend the users go through the details about the XML configuration.
Execute VORTRAC
- Run VORTRAC
/path/to/vortrac/bin/vortrac