Search found 13 matches
- September 14th, 2014, 4:16 pm
- Forum: Trajectory Model
- Topic: matrix trajectories at multiple levels with different colors
- Replies: 0
- Views: 3095
matrix trajectories at multiple levels with different colors
Hello:) At the moment I am searching for a way how to make one plot with matrix trajectories calculations at three different heights (in inputfile 1, 2 and 3 respectively) in different colors for each height level. I succeed in making matrix trajectories, and combining three different inputfiles int...
- September 4th, 2014, 5:16 am
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
Re: run hysplit *ERROR* metinp: too many missing times - 1
Thank you very much for this suggestion. How can I concatenate daily ARL files? Is there a particular command executable available for this purpose in hysplit?
- August 27th, 2014, 12:06 pm
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
Re: run hysplit *ERROR* metinp: too many missing times - 1
back to work:) I uploaded the ARL formatted files for day 5 and 25 separately under the link https://copy.com/sQ9eTYvw7c8Q under the sub folders day05 and "day25" Hope these are useful. I presume there will be no problems with these files since they contain data for only 1 day; the problem as descri...
- August 11th, 2014, 4:56 pm
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
Re: run hysplit *ERROR* metinp: too many missing times - 1
sorry for the delayed response, I am on holidays these days. I will send you the ARL formatted files as soon as I am back to work, by the end of August.
- August 4th, 2014, 5:02 am
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
Re: run hysplit *ERROR* metinp: too many missing times - 1
I checked the grib files with the "wgrib" program and I also read in the files with NCL. The files seem fine, there are no missing values and no "0" values. I suppose something must go wrong when the grib files are converted into the ARL format. I splitted the monthly grib files into daily files and...
- July 31st, 2014, 8:23 am
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
Re: run hysplit *ERROR* metinp: too many missing times - 1
Under the link https://copy.com/sQ9eTYvw7c8Q I placed the files chk-index-DATA-720x360-g3-k38-p0.txt and chk-index-DATA-360x180-g3-k38-p0.txt which contain the output of ./chk_index over the files DATA.ARL based on the ERA-Interim data with the 720x360 and 360x180 resolution, respectively. After day...
- July 30th, 2014, 11:38 am
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
Re: run hysplit *ERROR* metinp: too many missing times - 1
The different ERA-Interim (N128 gaussian grid) variables are combined into the three input files for HYSPLIT via: cdo merge ifile-var1 ifile-var2(etc,etc) ofile Then the ERA-Interim files are converted from N128 gaussian grid format to latlon format (let say resolution 360x180) via the following com...
- July 28th, 2014, 10:42 am
- Forum: Trajectory Model
- Topic: run hysplit *ERROR* metinp: too many missing times - 1
- Replies: 12
- Views: 8710
run hysplit *ERROR* metinp: too many missing times - 1
Dear All, Currently I try to use ERA-Interim data to run hysplit. The conversion of ERA-Interim data (latlon format, 720x360) to ARL format goes well, however, when I run Hysplit, I encounter the following error in the simulation log: Model started ... HYSPLIT4 - Initialization USE: svn info | tail ...
- July 25th, 2014, 10:52 am
- Forum: Trajectory Model
- Topic: "Error W3FI00: 4" using grib2arl for ERA-Interim data
- Replies: 19
- Views: 12125
Re: "Error W3FI00: 4" using grib2arl for ERA-Interim data
We obtained the data via the MARS archive in a gaussian grid. I just found a solution that worked: to convert the data with use of cdo from gaussian to latlon projection with the following command: cdo remapbil,r720x360 {ifile} {ofile} With the ERA-Interim data in latlon projection the function grib...
- July 24th, 2014, 5:09 am
- Forum: Trajectory Model
- Topic: "Error W3FI00: 4" using grib2arl for ERA-Interim data
- Replies: 19
- Views: 12125
Re: "Error W3FI00: 4" using grib2arl for ERA-Interim data
What grid definition/resolution would you suggest? The ERA-Interim data files I used and sent under the link are in the default format: gaussian grid, N128 (128 gridpoints from pole to equator), in total 256 and 512 gridpoints in latitudinal and longitudinal direction, respectively.