--------------------------- Part 1: run_cedsyn (BEGIN) --------------------------- # # On the command line type "run_cedsyn" followed by HHMM of the analysis-time # For example, "run_cedsyn 1500" will execute with $1 replaced with 1500. # # Link input files to fortran units 71 & 72 which are read (READVOL) by Cedric # New DOW files are written (WRITVOL to 81 & 82) after some massaging of # reflectivity and velocity. The original DOW fields (DD and VE) are # retained by renaming them (RENAME) as DZreo and VEreo and creating # new fields named as DZ and VE. Final results of synthesis are written # (WRITVOL) to fortran unit 90. # ln -sf ./$1-DOW2.ced fort.71 ln -sf ./$1-DOW3.ced fort.72 # # Execute cedric_linux.e with # input (<<) from cedsyn.inp and output (>&) into cedsyn.log # Files are all moved into a 06Aug.$1 directory after execution # /h/eol/ljmill/bin/cedric_linux.e << cedsyn.inp >& cedsyn.log COMMENT ------------------------------------------------------- READ REORDER OUTPUT FILES, MASSAGE FIELDS, GRAPH, and WRITE NEW CEDRIC OUTPUT FILES FOR INPUT TO SYNTHESIS ------------------------------------------------------- COMEND *-------*-------*-------*-------*-------* VALUE SET RADAR to DOW2 VALUE SET FortInp to 71.0 VALUE SET FortOut to 81.0 EXPAND FIL_GRAF *-------*-------*-------*-------*-------* VALUE SET RADAR to DOW3 VALUE SET FortInp to 72.0 VALUE SET FortOut to 82.0 EXPAND FIL_GRAF *-------*-------*-------*-------*-------*