https:///weradocs/SPEC2ASCII.shtml Last update:

WERA HF Radar Software - SPEC2ASCII

SPEC2ASCII: Convert unformatted .SPEC file (Spectra on Grid) to ASCII version

Currently no port to Linux. Program was needed to compare the .SPEC files generated by the VMS and Linux versions of wera16_grid .

VMS:
----

Source is in SPEC2ASCII.F
Compilation and linking with @SPEC2ASCII

Program needs to be defined as an external command to take parameters
from the command line, e.g.
$ SPEC2ASCII :== $$USER1:[WERA.Fortran]SPEC2ASCII.EXE

Call with
$ SPEC2ASCII 
e.g.
$ SPEC2ASCII $DATA2:[GURGEL.Test]20003341355_TOR.SPEC_VMS

Program creates $DATA2:[GURGEL.Test]20003341355_TOR.SPEC_VMS_ascii


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)