Search found 389 matches

by sonny.zinn
May 28th, 2024, 6:22 am
Forum: Dispersion Model
Topic: Problem with color scale
Replies: 1
Views: 39

Re: Problem with color scale

By default, CONCPLOT automatically chooses contour values. If a set of contour level are to be specified, both -c4 (to enable setting contour values) and -v (to set contour values). For example, with -c4 -v10+5+2+1 CONCPLOT will use contour levels 10, 5, 2, and 1. Contour levels may be specified in ...
by sonny.zinn
May 22nd, 2024, 6:04 am
Forum: Users
Topic: Hysplit is producing no output for EMITIMES
Replies: 1
Views: 45

Re: Hysplit is producing no output for EMITIMES

Please refer to https://www.ready.noaa.gov/documents/Tutorial/html/cust_emit.html on how to use EMITIMES. A cursory examination of your EMITIMES file shows first five time groups are missing the number of records (#RECORDS). On a separate note, the "All concentration ZERO - no maps" message by CONCP...
by sonny.zinn
May 16th, 2024, 6:42 am
Forum: HYSPLIT for PCs
Topic: FTP unpredictably failing to complete
Replies: 2
Views: 882

Re: FTP unpredictably failing to complete

If you were using the FTP command provided by MS Windows, you might want to use a third-party FTP client such as FileZilla FTP Client, WinSCP, etc. The Windows FTP command (ftp.exe) does not support passive mode and this might be causing the connection issue you experienced. In lieu of a third-party...
by sonny.zinn
April 29th, 2024, 8:13 am
Forum: Conversion programs
Topic: Compiling ERA52ARL error In function `pakinp_'
Replies: 1
Views: 802

Re: Compiling ERA52ARL error In function `pakinp_'

It appears that your gfortran compiler is incompatible with the libhysplit.a binary contained within the HYSPLIT distribution. Please refer to viewtopic.php?p=7806#p7806 to resolve your compilation issue.
by sonny.zinn
April 19th, 2024, 7:38 am
Forum: HYSPLIT for PCs
Topic: Adding variables to trajectory in hysplit/Pysplit
Replies: 1
Views: 2239

Re: Adding variables to trajectory in hysplit/Pysplit

It is SETUP.CFG that needs to be modified for additional meteorological variables along a trajectory.

If you are using the HYSPLIT graphical user interface, from the top menu, click Advanced > Configuration Setup > Trajectory > (6) Menu. This is where to specify additional meteorological variables.
by sonny.zinn
April 12th, 2024, 6:17 am
Forum: General questions on meteorological data needed for HYSPLIT
Topic: xtrct_grid issue
Replies: 4
Views: 1923

Re: xtrct_grid issue

The input for directory must end with a slash (/). Please check your script if it includes a trailing slash.
by sonny.zinn
April 11th, 2024, 7:20 am
Forum: HYSPLIT for PCs
Topic: Differences in HYSPLIT Results When Using MATLAB
Replies: 1
Views: 700

Re: Differences in HYSPLIT Results When Using MATLAB

If HYSPLIT trajectory simulations are done with the same SETUP.CFG, CONTROL, and meteorological data files, trajectory dump files should be identical. If simulations are done with different computers, a small difference is expected. This is because floating-point computations may be handled differen...
by sonny.zinn
April 9th, 2024, 7:56 am
Forum: General questions on meteorological data needed for HYSPLIT
Topic: xtrct_grid issue
Replies: 4
Views: 1923

Re: xtrct_grid issue

Instead of running xtrct_grid via the expect command, you might want to directly run xtrct_grid as follows:

${EXECDIR}/xtrct_grid <<EOF
${OUTDIR}/
${hrrr1}
${lower}
${upper}
${levels}
EOF

Note there is no space between "<<" and "EOF".
by sonny.zinn
April 5th, 2024, 9:04 am
Forum: Conversion programs
Topic: Compile ERA52ARL.f issue: possible absolute path in object code
Replies: 4
Views: 2005

Re: Compile ERA52ARL.f issue: possible absolute path in object code

Thank you for the update. It looks like you are using a newer version of gfortran compiler. The source code for era52arl and other converters are provided at https://www.ready.noaa.gov/HYSPLIT_data2arl.php. Download hysplit_data2arl.zip that appears near the bottom of the web page. Unzip it and copy...
by sonny.zinn
April 4th, 2024, 6:36 am
Forum: Conversion programs
Topic: Compile ERA52ARL.f issue: possible absolute path in object code
Replies: 4
Views: 2005

Re: Compile ERA52ARL.f issue: possible absolute path in object code

You might want to delete era52arl.o and try again. era52arl.o is an object file created from era52arl.f.

Go to advanced search