-added more images
-removed the sample attribute since that is no longer a menu option
-commented out the display customization since this is pretty generic to all map products
The previous check-in of this file, the units were updated to 1/s which was causing issues in CAVE displaying. For the native pressure heights (000, 850, 700, 500, 250 mb) the units were wrong and it wasn't displaying any data, but the interpolated heights were showing up correct. I also noticed this when running python-awips and getting the "unit" of AV as "count" instead of /s.
On systems where this is already installed, I had to manually update the parameter database table:
update parameter set unit = '/s' where abbreviation like 'AV';
- the alttext for images still didn't seem to appear in a google search, so added a little more actual text describing the errors encountered, with hopes that google will find this page
- updated the common problems page to have descriptive alt descriptions for the images about the windows ipv6 startup error, this should hopefully lead to more google hits when searching for the description
- common problems page:
- renamed the caveData section to be more clear
- install cave page:
- added a link to the blog posts with our awips release notes
-Added HRRR-Smoke domain to the gribModels_NCEP-7.xml
-Added new HRRR-Smoke products to the grib tables
4.2.0.4.table
4.2.0.20.table
-Added new entry in ldmd.conf and pqact.conf to request and store data
-New LDM script to process the HRRR Smoke products (changeHrrrSmokeProcessId.sh)
-Added new menu entry in the models menu for the new products
-Added new styleRules for the new products
-Added new bundle files for the new products
-Added new colormaps for the new products
-Updated product name for Radar Accumulation Quality Index
-Updated pqact entries to concatenate the OCONUS MRMS products, but not CONUS
-Updated checkFile.pl script to check for files that haven't been touched in 2 minutes instead of 5
-Updated cronjob that runs the checkFile.pl to run every 2 minutes instead of 5
Slight clarification for setting the environment variables for the windows direct install.
Added a bullet point specifying these needed to be created using the "New..." buttons on the Environment Window.