Cdump to ASCII conversion error while using Hysplit GUI and Command

Post questions and find resources to convert meteorological data into a format HYSPLIT can read.
Post Reply
shanky
Posts: 14
Joined: February 14th, 2015, 12:59 am
Registered HYSPLIT User: No

Cdump to ASCII conversion error while using Hysplit GUI and Command

Post by shanky »

Hi All,
I have tried to convert the cdump to ascii using to ways
(1) Hyspliyt GUI :
I had selected the following options (as shown in the attached picture ) on GUI window while converting cdump to Ascii format. The cdump.txt file which get created had file size of (290MB).

(2) When I use the following command (./con2asc -scmtv cdump) from the Unix terminal; the cdump.txt file created have size of 3.5MB.

I don't understand why there is such a huge difference between the sizes ?

I would like to create the file of same size as Hysplit GUI.

Could you please help me to resolve this issue ?

Thank You,
Attachments
Screen Shot 2016-01-07 at 11.30.06 AM.png
glenn.rolph
Posts: 362
Joined: November 7th, 2012, 1:39 pm
Registered HYSPLIT User: Yes

Re: Cdump to ASCII conversion error while using Hysplit GUI and Command

Post by glenn.rolph »

You are forgetting the additional dashes in the command line.

Looking at the conc_asc.tcl script in the guicode subdirectory, using the switches you set in the GUI should run the following command:

con2asc.exe -i./cdump -s -m -z -x -u1.0 -U1.0

Try this on the UNIX side. Note however, by turning on the "zeroes" you are making a much larger file.
Post Reply

Return to “Conversion programs”