Search found 185 matches

by Fantine
March 5th, 2024, 12:52 pm
Forum: Users
Topic: arw2arl error: STOP 900
Replies: 5
Views: 13047

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)THEN W...
by Fantine
March 1st, 2024, 12:26 pm
Forum: Users
Topic: arw2arl error: STOP 900
Replies: 5
Views: 13047

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

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 start...
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: 16651

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 available...
by Fantine
March 2nd, 2023, 10:42 am
Forum: Conversion programs
Topic: SIGSEGV: Segmentation fault
Replies: 15
Views: 64679

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?

Go to advanced search