Search found 453 matches
- April 25th, 2025, 1:01 pm
- Forum: Dispersion Model
- Topic: several orders larger in depositions when ocean surface transport is enabled
- Replies: 2
- Views: 8145
Re: several orders larger in depositions when ocean surface transport is enabled
Interesting. This is probably because the computational particles deposited on the water surface are not undergoing dispersion, only advection by the mean winds. With no dispersion, dilution of the material will be much less. https://www.ready.noaa.gov/hysplitusersguide/S441.htm#sfc_water Transport ...
- December 3rd, 2024, 7:59 am
- Forum: General questions on meteorological data needed for HYSPLIT
- Topic: Effect of emission area on output
- Replies: 1
- Views: 13162
Re: Effect of emission area on output
Could you be more specific about what you expect to see versus what you are seeing?
Can you attach a screenshot?
Can you attach a screenshot?
- October 8th, 2024, 10:44 am
- Forum: General questions on meteorological data needed for HYSPLIT
- Topic: Using ICON data
- Replies: 3
- Views: 28056
Re: Using ICON data
Yes, it's almost certainly possible. The general steps to converting any meteorological dataset are the following 1. Identify the projection. HYSPLIT currently can handle a regular latitude longitude grid or conformal projection. 2. identify how the vertical levels are represented. For instance the ...
- September 25th, 2024, 4:33 pm
- Forum: General questions on meteorological data needed for HYSPLIT
- Topic: Using ICON data
- Replies: 3
- Views: 28056
Re: Using ICON data
We do not maintain a converter specifically for ICON because we do not have regular access to it. We have assisted in helping people get the api2arl to work for ICON grib2 files. You could probably modify the arw2arl to work with other netcdf files. Generally it takes a bit of knowledge of the forma...
- September 25th, 2024, 3:53 pm
- Forum: Developers
- Topic: Very slow computation of ERA5-based HYSPLIT trajectories close to the dateline and a possible way of solving it
- Replies: 1
- Views: 24441
Re: Very slow computation of ERA5-based HYSPLIT trajectories close to the dateline and a possible way of solving it
Hello,
thanks for the in depth analysis of the problem.
We appreciate it if you don't post the source code here.
Please email arl.webmaster@noaa.gov as we would like to consider incorporating changes
into future versions of HYSPLIT.
thanks for the in depth analysis of the problem.
We appreciate it if you don't post the source code here.
Please email arl.webmaster@noaa.gov as we would like to consider incorporating changes
into future versions of HYSPLIT.
- September 25th, 2024, 8:31 am
- Forum: Trajectory Model
- Topic: Error in HYSPLIT reading model data from 360-day calendar
- Replies: 5
- Views: 16734
Re: Error in HYSPLIT reading model data from 360-day calendar
Yes, similar to the leap year problem, HYPSLIT will terminate if it cannot find meteorological data covering the next time period that it expects (e.g. if a month that is supposed to have 31 days only has 30). I think the best course of action would be the following. It's a bit laborious, but with s...
- September 24th, 2024, 8:49 am
- Forum: Trajectory Model
- Topic: Error in HYSPLIT reading model data from 360-day calendar
- Replies: 5
- Views: 16734
Re: Error in HYSPLIT reading model data from 360-day calendar
It sounds like something went wrong in the conversion so the times in the ARL files are not consistent. Try using some of the utilities listed here under 'Meteorological Data Examination' to test the ARL files. For instance chk_times or profile or chk_file. https://www.ready.noaa.gov/hysplitusersgui...
- September 20th, 2024, 5:57 pm
- Forum: Trajectory Model
- Topic: Error in HYSPLIT reading model data from 360-day calendar
- Replies: 5
- Views: 16734
Re: Error in HYSPLIT reading model data from 360-day calendar
Yes - that is almost certainly the issue. HYSPLIT will not recognize a modified calendar. For instance the CAM model had a related issue in that it doesn't follow the normal calendar for leap years. the work-around was to just change the year to one which was not a leap year. https://hysplitbbs.arl....
- September 20th, 2024, 5:42 pm
- Forum: Users
- Topic: Specifying the emission rate for MDA8 Ozone
- Replies: 1
- Views: 20952
Re: Specifying the emission rate for MDA8 Ozone
Could you provide more context on what you are trying to do? For a forward dispersion run, one needs to provide the model with emission estimates - that is the location(s) of the source(s) and approximate emission rate. Sometimes people will use some kind of emissions inventory for this. If you have...
- July 25th, 2024, 8:38 am
- Forum: Users
- Topic: Save 3D output in PPM
- Replies: 2
- Views: 14913
Re: Save 3D output in PPM
If you want to get mixing ratios as output rather than concentration in mass/volume then you can use the ichem=6 setting in the SETUP.CFG file. See here for details. https://www.ready.noaa.gov/hysplitusersguide/S628.htm to get a 3d concentration grid, simply define more than one height level in the ...