rip |
Post-processing program.
Before using this program, the input data must first be
converted to the correct format expected by this program,
using the program ripdp_wrf. |
ripcomp |
This program reads in two
rip data files and compare their contents. |
ripdp_mm5 |
RIP Data Preparation program
for MM5 input data |
ripdp_wrf |
RIP Data Preparation program
for WRF input data |
ripinterp |
This program reads
in model output (in rip-format files) from a coarse domain
and from a fine domain, and creates a new file which has
the data from the coarse domain file interpolated (bi-linearly)
to the fine domain. The header and data dimensions
of the new file will be that of the fine domain, and the
case name used in the file name will be the same as that
of the fine domain file that was read in. |
ripshow |
This program reads
in a rip data file and prints out the contents of the header
record. |
showtraj |
Sometimes, you may
want to examine the contents of a trajectory position file.
Since it is a binary file, the trajectory position file
cannot simply be printed out. showtraj, reads the trajectory
position file and prints out its contents in a readable
form. When you run showtraj, it prompts you for the
name of the trajectory position file to be printed out. |
tabdiag |
If fields are specified
in the plot specification table for a trajectory calculation
run, then RIP produces a .diag file that contains values
of those fields along the trajectories. This file is an
unformatted Fortran file, so another program is required
to view the diagnostics. tabdiag serves this purpose. |
upscale |
This program reads
in model output (in rip-format files) from a coarse domain
and from a fine domain, and replaces the coarse data with
fine data at overlapping points. Any refinement ratio is
allowed, and the fine domain borders do not have to coincide
with coarse domain grid points. |