arw2arl: command line for begin/ending time period index

Post questions and find resources to convert meteorological data into a format HYSPLIT can read.
Post Reply
Trangtran
Posts: 6
Joined: July 21st, 2014, 1:44 pm
Registered HYSPLIT User: No

arw2arl: command line for begin/ending time period index

Post by Trangtran »

Hi I have WRF file containing 12 hours. Now I want to convert that wrf-arw file to six arl files containing two hours/file. I type the below command and always hit error. What should be the right command for doing this? The command "./arw2arl ./wrfout.nc" work just fine. Thank you in advance.

./arw2arl -b[1] -e[2] -t[60.0] ./wrfout.nc
PGFIO-F-231/formatted read/internal file/error on data conversion.
In source file arw2arl.f, at line number 225
barbara.stunder
Posts: 451
Joined: November 9th, 2012, 4:23 pm
Registered HYSPLIT User: Yes

Re: arw2arl: command line for begin/ending time period index

Post by barbara.stunder »

Remove the brackets from the command line. Thy this instead:
./arw2arl -b1 -e2 -t60.0 ./wrfout.nc
Trangtran
Posts: 6
Joined: July 21st, 2014, 1:44 pm
Registered HYSPLIT User: No

Re: arw2arl: command line for begin/ending time period index

Post by Trangtran »

Thanks so much Barb!!!!

Exclude the brackets, the command works. But "-t60.0" seems does not work so I deleted it. "-b1" and "-e2" are fine.

Thanks again.
Post Reply

Return to “Conversion programs”