NEWS for rNOMADS

1.0-1
Fixed bug in GetModelRunHour and GribGrab that resulted in the wrong forecast times being returned.
GribGrab now returns file name, model run date, and forecast date for the GRIB file generated
GetModelRunHour now returns the model date in addition to the other things it already returned
You can now specify whether you want the previous forecast or the next forecast in GribGrab
Any code that worked with rNOMADS 1.0-0 should run with rNOMADS 1.0-1 without any trouble.

1.2-0
A major update that provides access to all NOMADS models with the "grib filter" option on the NOMADS web site 
(http://nomads.ncep.noaa.gov/).
This adds up to 54 models in all.
rNOMADS now scrapes the model pages to determine the variables, levels and forecasts available for each.
This has necessitated major changes to some functions.
See the supplied vignette link on the rNOMADS page on CRAN for examples of how the new rNOMADS code works.
The lack of a good GRIB file format reader in R is still vexing, and I plan to write a small package to take care of this.
A future version of rNOMADS will call this package to remove the necessity of installing third party software.

1.3-0
Added support for archived model data, and the ability to read in GRIB1 files using the external "wgrib" series of codes.
Also added some nice tools to quickly generate atmospheric profiles and so forth.

2.0-0
Implemented support for the GrADS-DODS data retrieval system.
rNOMADS can now import data directly into R for all operating systems, not just Linux.
Since this is a very major change, I have incremented the version accordingly.
EXISTING USERS SHOULD NOTE THAT MODEL ABBREVIATIONS HAVE CHANGED.
I am sorry for this necessity but I had to conform with the existing NOMADS URL structure.

2.0-1
Fixed some bugs, including a problem with ModelGrid caused by an update in the "fields" package.
Added two new global models.

2.0-2
Fixed typos in model names.
Added an option to put in a value for missing data for a wgrib2 call.
Added PlotWindProfile, a function to make altitude/azimuth/magnitude wind plots.
Added GribInfo, a function that returns the inventory of a grib file.
Modified ModelGrid to explicitly require an xy grid definition for the "cartesian" option.
This is still experimental and may not work well.

2.0.3
Added the High Resolution Rapid Refresh model.
Fixed some model abbreviation and title mismatches in existing models, removed models no longer on NCEP.
Made it possible for GetDODS to accept multiple variables

2.0.4
Fixed date handing in DODSGrab.
It now returns actual forecast dates instead of numbers.
Fixed an insidious bug in BuildProfile that constructed profiles located over places not specified by the user.

2.1.0
Changed NOMADSRealTimeList() so that it scans the NOMADS Real Time model repository web site instead of depending on a hard-coded model list.
This means the rNOMADS real time model list will always be up to date.
I have not yet made the change for NOMADSArchiveList(); that will come in a future version.

2.1.1
Fixed an issue where the previous release broke North American Mesoscale model retrieval using DODS.  Also fixed warnings during CRAN checks because of rvest/XML collisions.

2.1.2
Changed the function "GetClosestGFSForecasts" to "GetClosestForecasts," and added an argument to specify model product.
