skewt.gs corrections
Charles Seman
Charles.Seman at NOAA.GOV
Wed Feb 13 11:16:24 EST 2008
Dear Jim and GrADS Listserv,
Please note there are errors in the "skewt.gs" script I sent you. The
errors are such that the sounding is plotted for (x,y) = (1,1)
regardless of what is specified for "xloc" and "yloc", but the latitude
and longitude of the sounding are falsely reported for "xloc" and "yloc"
instead of for (x,y) = (1,1).
----------
Error 1:
----------
*
* define the pressure levels for the sounding...
*
'set x 1'
'set y 1'
...
and here is what it should be:
*
* define the pressure levels for the sounding...
*
'set x 'xloc
'set y 'yloc
...
----------
Error 2:
----------
*
* Define sounding for GrADS fwrite file...
*
'set x 1'
'set y 1'
...
and here is what it should be:
*
* Define sounding for GrADS fwrite file...
*
'set x 'xloc
'set y 'yloc
...
I am very sorry for these errors, and hope they have not caused trouble
for you... The script I sent you would be OK if "xloc = 1" and "yloc = 1"
Please let me know if you have any questions about this...
Chuck
--
Please note that Charles.Seman at noaa.gov should be considered my NOAA
email address, not cjs at gfdl.noaa.gov.
********************************************************************
Charles Seman Charles.Seman at noaa.gov
U.S. Department of Commerce / NOAA / OAR
Geophysical Fluid Dynamics Laboratory voice: (609) 452-6547
201 Forrestal Road fax: (609) 987-5063
Princeton, NJ 08540-6649 http://www.gfdl.noaa.gov/~cjs/
********************************************************************
"The contents of this message are mine personally and do not reflect
any position of the Government or NOAA."
More information about the gradsusr
mailing list