-
Notifications
You must be signed in to change notification settings - Fork 0
/
nexradtest_run_idlrt.ksh
65 lines (57 loc) · 2.37 KB
/
nexradtest_run_idlrt.ksh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#!/bin/ksh
# SCCS ID: $HeadURL$
# SCCS ID: @(#)$Id$
#
#==-FNMOC/N38DI KSH SCRIPT DEFINITION-==========================================
#
# NAME:
# :::::::::::::::::::::::::::::::::::::::::::::::
# nexrad_run_idlrt.ksh
# Run by:
# -nexrad_image_process.py
# IDL run file:
# -plot_nexrad_level2.sav
# :::::::::::::::::::::::::::::::::::::::::::::::
#
# PROGRAM OVERVIEW:
# Finally, an IDL program takes the ASCII output and produces a graphical display
# -- The output is saved as both JPG and Animated GIF
#
#--------------------------------------------------------------------------------------------------
# PARAMETER TABLE:
#--------------------------------------------------------------------------------------------------
#
# I/O NAME TYPE FUNCTION
#--------------------------------------------------------------------------------------------------
#_________________________________________________________________________________________________
#=================================================================================================
#
#=================================================================================================
#-
# Programmer: Mr. Paul McCrone 23 September 2016
# NOTE:
# While Mr. McCrone wrote the PYTHON code, the -C- code and IDL Code
# were originally written by Dr. Paul Harasti of Naval Research Lab.
# (McCrone made the
# modifications to the IDL code.)
#
# Modification : BELOW
#========================================================================================
# Version 1.0 , Dated 2016-Sep-23
# Initial Build.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
#========================================================================================
#
######################################
##
## the idl program
######################################
# idl: aliased to /gpfs/site/opt/idl/idl80/bin/idl
#IDL_DIR=/gpfs/site/opt/idl/idl80
IDL_DIR=/gpfs/site/opt/idl/idl84
PROGBINFTW=/satdat/m4b/NEXRAD/NEXRAD_Display/NEXRAD_CompZ_IDL
${IDL_DIR}/bin/idl -rt="${PROGBINFTW}/plot_nexrad_level2.sav"
###
### /gpfs/site/opt/idl/idl80/bin/idl -rt="/satdat/m4b/NEXRAD/NEXRAD_Display/NEXRAD_CompZ_IDL/plot_nexrad_level2.sav"
###