Search found 386 matches

by sonny.zinn
January 23rd, 2024, 8:39 am
Forum: General questions on meteorological data needed for HYSPLIT
Topic: Error when trying to access archive data from FTP
Replies: 2
Views: 56889

Re: Error when trying to access archive data from FTP

I am using HYSPLIT 5.3.0 on a Windows 11 laptop. For a check, I downloaded a GFS 1/4-deg file and saw no error. To diagnose the error you encountered, could you provide us with more details? - Version of HYSPLIT - Version of your Windows operating system - Which meteorology file were you downloading...
by sonny.zinn
January 22nd, 2024, 7:23 am
Forum: Dispersion Model
Topic: merging ARL file from WRF on PC
Replies: 2
Views: 16742

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: 237447

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: 63350

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: 74603

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: 107944

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: 96479

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: 107944

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: 84932

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.

Go to advanced search