Search found 385 matches

by sonny.zinn
January 22nd, 2024, 7:23 am
Forum: Dispersion Model
Topic: merging ARL file from WRF on PC
Replies: 2
Views: 16419

Re: merging ARL file from WRF on PC

The file_merge program included in your HYSPLIT installation may be used to combine two ARL-formatted meteorological files. The program is located in the exec directory where HYSPLIT is installed, for example, C:\hysplit\exec. Please refer to https://www.ready.noaa.gov/hysplitusersguide/util.htm#fil...
by sonny.zinn
January 8th, 2024, 2:11 pm
Forum: HYSPLIT for PCs
Topic: Datetime issue when plotting backtrajectory
Replies: 2
Views: 232698

Re: Datetime issue when plotting backtrajectory

We released a bug fix to https://github.com/noaa-oar-arl/hysplitplot. Use HYSPLITPLOT version 0.9.2 or later. The upgrade instructions are given in the README.md file.
by sonny.zinn
December 20th, 2023, 7:47 am
Forum: HYSPLIT for PCs
Topic: Error testing hysplitplot/tests
Replies: 1
Views: 62797

Re: Error testing hysplitplot/tests

Not sure if we have seen these errors before. What version of HYSPLIT were you installing? The error messages were truncated. It would be more helpful to see the full error messages. Could you post the error messages again in their entirety? You can run only failed tests by "pytest --lf" (with two h...
by sonny.zinn
November 9th, 2023, 7:47 am
Forum: Users
Topic: Trying to back track air parcels at a higher granularity using the Hysplit GUI
Replies: 1
Views: 70042

Re: Trying to back track air parcels at a higher granularity using the Hysplit GUI

The minutes field in starting time is optional. If it is left out, HYSPLIT will use 0. If the minutes field is specified, HYSPLIT will use it. For example, "83 09 25 17 15" will be 1983-09-25 17:15. Please read https://www.ready.noaa.gov/hysplitusersguide/S262.htm on how to read a CONTROL file.
by sonny.zinn
October 6th, 2023, 6:48 am
Forum: Users
Topic: arw2arl compilation error
Replies: 3
Views: 105646

Re: arw2arl compilation error

It seems that the libarw.a target is not created. Have you created ../../Makefile.inc (relative to the arw2arl directory) and declared NETINC and NETLIBS? These specify the include and link options for NetCDF. For example, the followings are used on my computer: NETINC= -I/usr/include NETLIBS= -L/us...
by sonny.zinn
October 5th, 2023, 8:38 am
Forum: HYSPLIT for LINUX
Topic: Linux problems.
Replies: 1
Views: 91470

Re: Linux problems.

This post is essentially the same as viewtopic.php?f=3&t=2721. Please see the other post.
by sonny.zinn
October 5th, 2023, 8:35 am
Forum: Users
Topic: arw2arl compilation error
Replies: 3
Views: 105646

Re: arw2arl compilation error

Could you modify the make file by adding "-larw" to LINKS and try again?

Code: Select all

LINKS = $(NETLIBS) -L../../library -lhysplit -larw
by sonny.zinn
October 5th, 2023, 8:29 am
Forum: Users
Topic: Convert files of CFS, GFS, and FNL to ARL format
Replies: 2
Views: 82664

Re: Convert files of CFS, GFS, and FNL to ARL format

The HYSPLIT error message you saw is the same as viewtopic.php?f=14&t=2718. Please check the date time interval of your files converted for HYSPLIT.
by sonny.zinn
October 5th, 2023, 8:17 am
Forum: HYSPLIT for LINUX
Topic: HYSPLIT unable to locate tcl/where to install tcl?
Replies: 1
Views: 61877

Re: HYSPLIT unable to locate tcl/where to install tcl?

To check if tcl is correctly installed on your Ubuntu computer, open a terminal and run "which wish." It should print where the wish program is located, as shown below: $ which wish /usr/bin/wish If "wish" is unavailable on your computer, you will need to have it installed by running something like ...

Go to advanced search