Hi Patrick,
All of these issues occur only when we are listing just one
variable. With multiple variables, which is what I have most
commonly done with /format=comma, the extra label that you noticed
is not listed.
yes? use monthly_navy_winds
yes? list/format="comma"/L=1:3/nohead
uwnd[i=@ave,j=@ave], vwnd[i=@ave,j=@ave]
16-JAN-1982 / 1:-0.1449,-0.2928
16-FEB-1982 / 2:-0.107,-0.2231
18-MAR-1982 / 3:-0.2242,-0.1618
yes? list/format="comma"/L=1:3/nohead/norow
uwnd[i=@ave,j=@ave], vwnd[i=@ave,j=@ave]
-0.1449,-0.2928
-0.107,-0.2231
-0.2242,-0.1618
The next Ferret release will work correctly when listing just one
variable as well.
Ansley
On 1/4/2017 6:35 AM, Patrick Brockmann
wrote:
Hi all,
Happy new year to all ferreters.
I have encountered a small problem when I list a variable without header.
A small text is still reamaining. Bellow in my exemple a '40E' is displayed.
I think this is not expected.
yes? use monthly_navy_winds
yes? list/format="comma" uwnd[i=@ave,j=@ave]
VARIABLE : ZONAL WIND (M/S)
FILENAME : monthly_navy_winds.cdf
FILEPATH : /opt/ferret_dsets/data/
BAD FLAG : -99.9
SUBSET : 132 points (TIME)
LONGITUDE: 18.8E to 18.8E(378.8) (XY ave)
LATITUDE : 91.2S to 91.2N (XY ave)
40E
16-JAN-1982 20,-0.1449
16-FEB-1982 06,-0.107
18-MAR-1982 17,-0.2242
18-APR-1982 03,-0.1623
18-MAY-1982 14,-0.1892
...
yes? list/format="comma"/nohead uwnd[i=@ave,j=@ave]
40E
16-JAN-1982 20,-0.1449
16-FEB-1982 06,-0.107
18-MAR-1982 17,-0.2242
18-APR-1982 03,-0.1623
18-MAY-1982 14,-0.1892
18-JUN-1982 00,0.01262
...
Regards
Patrick
|