[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20021015: 20021015: NEXRCOMP script?
- Subject: 20021015: 20021015: NEXRCOMP script?
- Date: Tue, 15 Oct 2002 15:14:22 -0600
>From: Unidata Support <address@hidden>
>Organization: UCAR/Unidata
>>From: "Mike Dross" <address@hidden>
>>Organization: UCAR/Unidata
>>Keywords: 200210152051.g9FKpu104263
>
>>Hi,
>>
>>Would it be too much to ask for you to send me the script you all are using
>>to
>>create the NEXRCOMP product that is being sent over the IDD?? I want to try
>>and duplicate it on this end. I am on the low end of the learning curve
>>on GEMPAK. Also others might be interested as well...
>>
>>Thanks!!
>>
>>Mike Dross
>>
>>
>>
>
>The running script is:
>
>#!/bin/csh -f
>
>nex2gini << EOF
> restore nex2gini.nts
> r
>
> e
>EOF
>
>
>
>The nex2gini.nts file above is in the $NAWIPS/unidata/programs/nex2gini
>directory. Set the SATFIL in the .nts file to n0r_YYYYMMDD_HHNN.
>
>Steve Chiswell
>
If you don't have the source distribution, here is the nts file:
GRDAREA 23;-120;47.2634;-63.5664
PROJ lcc/40;-100;40
KXKY 4736;3000
CPYFIL
GFUNC n0r
RADTIM current
RADDUR 30
RADFRQ 5
STNFIL
RADMODE pc
SATFIL n0r_YYYYMMDD_HHNN
COMPRESSyes
Steve