Search found 188 matches

by Fantine
August 5th, 2025, 3:09 pm
Forum: Dispersion Model
Topic: WARNING metini: WVERT=.FALSE. and Z_FLAG=5
Replies: 1
Views: 13126

Re: WARNING metini: WVERT=.FALSE. and Z_FLAG=5

There are couple of reasons that HYSPLIT resets Z_FLAG to 1 even you use WRF files with Z_FLAG=5. One of them is WVERT=false or being reset to false. Your message file shows WVERT=F. So, set WVERT=true in SETUP.CFG.
by Fantine
July 31st, 2024, 3:41 pm
Forum: Repositories of HYSPLIT formatted data
Topic: question about data format for "convert WRF-ARW"
Replies: 4
Views: 179007

Re: question about data format for "convert WRF-ARW"

Go to "[HYSPLIT directory]/data2arl/arw2arl" and then type "make". The executable will be regenerated in [HYSPLIT directory]/exec.
Make sure to put the right directory path to the corrected NetCDF library in Makefile.inc in your [HYSPLIT directory].
by Fantine
May 28th, 2024, 10:07 pm
Forum: Conversion programs
Topic: arw2arl error:Output time interval not constant
Replies: 3
Views: 29101

Re: arw2arl error:Output time interval not constant

The problem is due to WRF output files do not have consistent time intervals as shown in program log when you ran arw2arl =>
0.00000000 2016-01-01_00:00:00
62.0999985 2016-01-01_01:02:06
121.500000 2016-01-01_02:01:30
Output time interval not constant
Initial delta (min): 62.0999985
Delta at ...
by Fantine
March 5th, 2024, 11:52 am
Forum: Users
Topic: arw2arl error: STOP 900
Replies: 5
Views: 33193

Re: arw2arl error: STOP 900

I can process a WRF file with polar project and diff TRUELAT1 and TRUELAT2. The converter works by adding "plat=tlat" before the if statement. You may print out tlat and plat to make sure they are set to the same values (TRUELAT1).

IF(iproj.EQ.2)THEN
plat=tlat
print*,tlat,plat
IF(TLAT.NE.PLAT ...
by Fantine
March 1st, 2024, 11:26 am
Forum: Users
Topic: arw2arl error: STOP 900
Replies: 5
Views: 33193

Re: arw2arl error: STOP 900

Please try the following:

1) Delete the old ARLDATA.CFG when you process WRF files that have different map projection from your previous run. The WRFDATA.CFG file is a list of WRF variables matching HYSPLIT required variables. It has nothing to do with WRF's domain configuration and map projection ...
by Fantine
October 23rd, 2023, 5:14 pm
Forum: In-line WRF-HYSPLIT coupling
Topic: In-line WRF-HYSPLIT coupling recent versions
Replies: 2
Views: 120447

Re: In-line WRF-HYSPLIT coupling recent versions

The inline HYSPLIT coupled with WRF uses the HYSPLIT code prior to v5.0.0 (https://www.arl.noaa.gov/hysplit/hysplit-model-updates/). It is HYSPLIT revision 700-800. All the revisions up to v4.2.0 are relatively minor in terms of the coupling approach. However, we have major updates and changes ...
by Fantine
April 4th, 2023, 3:38 pm
Forum: Users
Topic: How to calculate the height of the boundary layer for each point
Replies: 2
Views: 21427

Re: How to calculate the height of the boundary layer for each point

You can add meteorology output along trajectory including boundary height.
Please see the HYSPLIT tutorial 5.3 as an example which is for adding terrain height.
https://www.ready.noaa.gov/documents/Tutorial/html/traj_isob.html

And the HYSPLIT users' guide has the list of variables that are ...
by Fantine
March 2nd, 2023, 9:42 am
Forum: Conversion programs
Topic: SIGSEGV: Segmentation fault
Replies: 16
Views: 109075

Re: SIGSEGV: Segmentation fault

PAKSET is in ${your hysplit directory]/library/hysplit
Another check is ... was your netcdf library compiled with the same compiler used to install HYSPLIT?
by Fantine
March 2nd, 2023, 9:42 am
Forum: Conversion programs
Topic: SIGSEGV: Segmentation fault
Replies: 16
Views: 109075

Re: SIGSEGV: Segmentation fault

PAKSET is in ${your hysplit directory]/library/hysplit
Another check is ... was your netcdf library compiled with the same compiler used to install HYSPLIT?
by Fantine
February 27th, 2023, 1:38 pm
Forum: Conversion programs
Topic: SIGSEGV: Segmentation fault
Replies: 16
Views: 109075

Re: SIGSEGV: Segmentation fault

I was able to convert your wrfout file successfully, running with the Linux and PC version. You may need to check your netCDF library.

Go to advanced search