Search found 54 matches
- November 9th, 2015, 10:29 am
- Forum: MeteoInfo Software
- Topic: Export RH2m from ARL GDAS data
- Replies: 4
- Views: 7648
Re: Export RH2m from ARL GDAS data
The resolution of the data is 0.5 degree, so you got 3 data at 0, 0.5 and 1 degree east of longitude with [0, 1] longitude range.
- October 16th, 2015, 8:27 am
- Forum: MeteoInfo Software
- Topic: MeteoInfo grid coordinate information using script
- Replies: 2
- Views: 4749
Re: MeteoInfo grid coordinate information using script
Please look at MeteoInfoLab script example post for HDF data in HDFEOS forum: http://hdfeos.org/forums/showthread.php?t=710
- October 15th, 2015, 12:00 pm
- Forum: MeteoInfo Software
- Topic: New MeteoInfo website with Trajectory examples
- Replies: 0
- Views: 4700
New MeteoInfo website with Trajectory examples
For better documentation of MeteoInfo online, MeteoInfo website (http://www.meteothinker.com) has been re-created using Sphinx tool. It is still a long way to fullfill the online document, but it's a good start. Some trajectory examples has been added here: http://www.meteothinker.com/examples/meteo...
- October 6th, 2015, 1:38 am
- Forum: MeteoInfo Software
- Topic: Export RH2m from ARL GDAS data
- Replies: 4
- Views: 7648
Re: Export RH2m from ARL GDAS data
It's easy to extract meteorological data in MeteoInfoLab with script. Firstly create a data file object using 'addfile' function, and then get data by sepcific dimensions. For example, T02M has 4 dimensions (time, level, lat, lon), 2 dimension array can be extracted by fixing time and level dimensio...