------------------------------ RELEASE NOTES FOR VERDI V1.4.1 ------------------------------ These notes describe the differences between the previous public releases of VERDI (version 1.4) and the current version 1.4.1. The notes describe: New Features Bug Fixes Known Issues Build Environment NEW FEATURES IN V1.4.1: Added configuration capability to the Vertical Cross Section Plot to allow user to set the color palette and minimum and maximum values for the legend. Added ASCII observational data supported time zones: EST, EDT, PST, PDT, MST, MDT, CSD, CDT, HAST, HADT, AKST, AKDT, LST, LDT, and GMT/UTC. Previously VERDI had supported only UTC. Added option to allow user to specify the base map within the command line script option –mapName. Added ability to use an alphanumeric string value for the Site ID in an ASCII observational dataset. Modified the netCDF Java library to include the capability to read additional variables from WRF files (e.g., land use fraction). Modified the help documentation within the VERDI GUI, linking to the PDF and html versions of the documentation, rather than an ASCII file, to facilitate searches. BUG FIXES IN V1.4.1: Configuration File: Fixed issue with obtaining correct legend, color scale, and title when using -configFile option in command line script method, and when saving and loading interactively. CAMx: Fixed issue with loading CAMx files. Fast tile plot: When a configuration file set the lowest value to zero, when switching to a log scale, VERDI incorrectly set all values to zero. To avoid taking the log of zero, VERDI calculates the log of the full range. Fast tile plot, -subDomain xmin ymin xmax ymax: VERDI was relabeling the grid on the starting at (1,1) rather than at (xmin, ymin), which resulted in losing subdomain plot location within the full domain. Fast tile plot, -levelRange indexing issue, -levelRange 1 2: VERDI subsetted the data and provided levels 2 and 3, rather than levels 1 and 2. Fixed polar stereographic mapping issue within VERDI by modifying the netCDF Java to remove the M3IOVGGridConvention.java so that these files would be read using the M3IOConvention.java convention. Areal interpolation plot: Fixed bug with how NaNs are handled. Areal interpolation plot: Changed the item "show grid" to "show gridded data". Batch Scripting: Hide the splash screen, to increase speed in creating plots. Tiff export issue was fixed. (Note: On Windows 32 machines, you may need to install an application that can display tiff images to correctly view the image that VERDI creates.) Shapefile export: Fixed a bug in writing shapefiles (bug was identified using Excel and UDig). Loading data: Fixed an issue with loading data that had units that contained multiple slashes (for example: kg/ha/m2). Loading data: Fixed an issue with loading data that had units strings that were empty. KNOWN ISSUES IN V1.4.1 Contour Plot: If the contour plot doesn’t work on Windows 32, install DirectX SDK from http://www.microsoft.com/en-us/download/details.aspx?id=6812 Script options to specify time within a formula using the following notation are not supported: s=VARNAME[1]:time. For example: for s=PM25_TOT[1]:5-PM25_TOT[2]:5 -g tile, VERDI plots the first hour in the dataset [1] not the 5th hour. The notation -ts=5 does work, but this option does not allow the user to create formulas using multiple time steps such as calculating 8-hour average ozone: s=((O3[1]:1+O3[1]:2+O3[1]:3+O3[1]:4+O3[1]:5+O3[1]:6+O3[1]:7+O3[1]:8)/8). Areal interpolation plot: When changing between different views, using Options> Show Area Averages, Options> Show Area Totals, and Options> Show Gridded Data, the min/max values are not updated correctly (always shows the min/max for the gridded data, rather than changing to the option selected by the user). BUILD ENVIRONMENT FOR V1.4.1: Java 6 - java version "1.6.0_35" Java(TM) SE Runtime Environment (build 1.6.0_35) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) ---------------------------- RELEASE NOTES FOR VERDI V1.4 ---------------------------- These notes describe the difference between the previous public release of VERDI (version 1.3) and the current version 1.4. The notes describe: New Features Bug Fixes Known Issues Build Environment NEW FEATURES IN V1.4: New projection types are supported for the fast tile plot (Mercator, UTM, etc.). Grid cell time-aggregate statistics (e.g., per-cell maximum 8-hour average, hours of noncompliance, etc.) feature is available in fast tile plot. Batch scripting capability has been added into both the GUI window and the command line. Adding multiple observational overlay data sets is now supported. Adding vector overlay data is now supported by the fast tile plot. Adding and configuring multiple GIS layers are now supported by the fast tile plot. New remote file access capability has been added to allow users to run VERDI locally and to access data from remote server. Ability to export CMAQ data and the results of VERDI formulas as ESRI Shapefiles (.shp) and ASCII Grid files (.asc) has been added. Allowing alternative numeric scale--logarithmic to the fast tile plot is now supported. All text on fast tile plots is configurable so that the font, size, color, etc. can be changed. Users have the option to turn off the display of a particular text item. Allowing user to specify a time step with a variable in the formula's panel is now supported. CSV type and tab-delimited format for observational data are now supported. Remote hosts list is configurable through config.properties file. Remote file reading utility program and ssh program path are now configurable through config.properties file. Temporary folder for storing subsetted remote data files is now configurable through config.properties file. A splash screen has been added at the start of the program. A minor change to the GUI's look and feel happened due to the change of docking frame libraries. BUG FIXES IN V1.4: (The format of the information below is “Bugzilla ID: Description”) 2574: Problem with Map Projections other than Lambert (other map projections are now recognized; this may have been fixed in version 1.2). 3166: Not able to specify a limited layer range within a script; this results in a layer mismatch between two files. KNOWN ISSUES IN V1.4: 2503: BCON file support is not available. 2640: Bilinear interpolation (smoothing) of data is not available. 3014: VERDI does not support some WRF file formats. Tile plots are not displayed completely (sometimes the legend or domain label is not visible). Improve documentation on a blue-red diverging palette that is appropriate for some types of plots. Move the metadata button to a better place (perhaps to the popup menu for the dataset). Pan function should be added to fast tile plot. MPEG movie export is not available. Slow down factor: Would be nice to have it register the value without having to hit enter. Add kmz export for gridded data. Vector plots give a sense of direction but not magnitude. Make formulas independent of the input files timestamp; example> allowing monthly average PM2.5 to be added and averaged over 3 consecutive months (3 different files) with different I/O API date stamps. Need capability to reverse the color scheme in the tile plot configuration menu. Support vector overlay with magnitude for fast tile plot Subdomain selected from within the domain editor starts with values of 1 for x and y domain axis on fast tile plot, rather than keeping the range value of the larger domain. Batch script does not support multiple time steps, layers, and subset domains. Areal interpolation calculation assumes units of concentration per meter squared for the gridded data. Need to provide unit checking, and conversion (i.e., concentration interpolated using an area file to concentration per area to support areal interpolation of air quality data in addition to water deposition data.) BUILD ENVIRONMENT FOR V1.4: Java 6 - java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) ---------------------------- RELEASE NOTES FOR VERDI V1.3 ---------------------------- These notes describe the difference between the previous public releases of VERDI (version 1.2) and version 1.3. The notes describe: New Features Bug Fixes Known Issues Build Environment NEW FEATURES IN V1.3: Fast tile plot supports adding multiple observational overlay data with 6 symbols and dataset names listed in subtitle 1. Edit, save, and run batch text format scripts using the script editor within VERDI or at the command line. Fast tile plot maps are configurable (color, transparency, line thickness). The edit domain dialog window now contains a base map to facilitate selection of the subdomain range of interest. Supports remote file access. Supports additional projections (Mercator, UTM, polar stereographic). Fixed the number format for the fast tile plot legend. BUG FIXES IN V1.3: (The format of the information below is “Bugzilla ID: Description”) 2554: Configure size and color and shape of observational overlay symbols. 3401: Missing values incorrectly represented on fast tile plot legend display of minimum, maximum range (fixed for fast tile plot, not for regular tile plot). 2574: Problem with map projections other than Lambert (other map projections are now recognized; this may have been fixed in version 1.2). 2968: State and county maps do not match the lines of the North America map. Probe returns incorrect X,Y coordinate. A dataset was created to help resolve this issue. 3166: Not able to specify a limited layer range within a script; this results in a layer mismatch between two files. Need to use the specified legend number format for probing and running values on fast tile plot. KNOWN ISSUES IN V1.3: 2503: BCON file support is not available. 2937 + 2907: Does not support plot average (daily totals) or whole simulation period averaging. 2640: Bilinear interpolation (smoothing) of data is not available. 3014: VERDI does not support some WRF file formats. Sometimes the fast tile plot picture does not redraw and you need to click something to refresh it. Tile plots not displayed completely (sometimes the legend or domain label is not visible). Adding overlay of vectors does not work for fast tile plot. Formatting of legend numbers is not accessible from scripting language. Labels for domain and range axis cannot be entered on the fast tile plot. Improve documentation on a blue-red diverging palette that is appropriate for some types of plots. Move the metadata button to a better place (perhaps to the popup menu for the dataset). Pan function should be added to fast tile plot. MPEG movie export is not available. Slow down factor: Would be nice to have it register the value without having to hit enter. Remote file browser: Would be nice to be able to type in a directory for faster access (rather than navigating manually all the way from the home directory to work and then down the chain). Add capability for CSV-formatted obs for overlays. Add shapefile and kmz export for gridded data. Certain mathematical functions (such as max) do not work as described in the manual. The max function finds the max over all times steps and grid cells rather than finding the max over all time steps at each grid cell. Do not want a numerical label shown for every change in color in the legend; when discreet changes in color are numerous (like >16 bins of color), the plot legend is hard to read with so many numbers on it. Vector plots give a sense of direction but not magnitude. Make formulas independent of the input files timestamp; example> allowing monthly average PM2.5 to be added and averaged over 3 consecutive months (3 different files) with different I/O API date stamps. Need capability to reverse the color scheme in the tile plot configuration menu. Support vector overlay with magnitude for fast tile plot. Subdomain selected from within the domain editor starts with values of 1 for x and y domain axis on fast tile plot, rather than keeping the range value of the larger domain. Batch script does not support multiple time steps, layers, and subset domains. Areal interpolation calculation assumes units of concentration per meter squared for the gridded data. Need to provide unit checking, and conversion (i.e., concentration interpolated using an area file to concentration per area to support areal interpolation of air quality data in addition to water deposition data.) BUILD ENVIRONMENT FOR V1.3: Java 6 - java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) ---------------------------- RELEASE NOTES FOR VERDI V1.2 ---------------------------- These notes describe the difference between the previous public release of VERDI (version 1.1) and version 1.2. The notes describe: New Features Bug Fixes Known Issues NEW FEATURES IN V1.2: Made fast tile plot menus consistent with the other tile plot (unavailable options are grayed out); these include enabling 'Show Lat/Lon'. Fast tile plot has spinners instead sliders for time steps and layers. Grid lines can be shown/hidden by checking the 'Show Grid Lines' check box menu for fast tile plot; this feature can also be configured through Configure Plot dialog. EPS format is available for exporting fast tile plot image. Fast tile plot is capable of probing single grid cell and showing row/column values as cursor moves around. Fast tile plot keeps zoom-in while probing. Fast tile plot zooms in to the right area. A message box will pop up if there is an OutOfMemory error. On formulas tab, right-clicking variables can add values into the editor for editing. Configurations through Configure Plot dialog can be applied immediately through the 'Apply' button. All plots have a subtitle showing dataset sources by default. Areal interpolation plot type is available to visualize and analyze the watershed deposition datasets. CAMx data files are readable. Java heap size increased to 1024 MB. Mac distribution file (.dmg) is available. More sample data files are included in the release. BUG FIXES IN V1.2: (The format of the information below is “Bugzilla ID: Description”) 2900: World map oddities: The world map still has an oddity, but VERDI has been updated to allow the user to turn off the world map and use a regional map. 2525: Format data on legend. Layer number in the fast tile plot title is consistent with the current layer. Layer number and time step are 1-based now instead of 0-based. Double imaging issue is removed when fast tile plot is exported. Probing fast tile plot grid cells does not have focus issues on the probed data table. KNOWN ISSUES IN V1.2: Specify domain range does not work for fast tile plot (works only for regular plot). Sometimes the fast tile plot picture does not redraw and you need to click something to refresh it. Add overlay of observations does not work for fast tile plot. Add overlay of vectors does not work for fast tile plot. BCON file support is not available. Formatting of legend numbers is not accessible from scripting language. Labels for domain and range axis cannot be entered on the fat tile plot. Streaming of script commands to a live session is not yet available. Bilinear interpolation of data is not available. MPEG movie export is not available. Pan function should be added to fast tile plot. Need to use the specified legend number format for probing and running values on fast tile plot. Support adjusting the min and max for the legend on the fast tile plot (fixed in v1.3). Add a blue-red diverging palette that is appropriate for some types of plots. Make the maps configurable on fast tile plot (color, transparency, etc.), and add a note regarding transparency (fixed in v1.3). State and county maps do not match the lines of the North America map. Move the metadata button to a better place (perhaps to the popup menu for the dataset). Show the map in the edit domain dialog (fixed in v1.3). ---------------------------- RELEASE NOTES FOR VERDI V1.1 ---------------------------- These notes describe the difference between the previous public release of VERDI (version 1.05) and version 1.1. The notes describe: New Features Bug Fixes Known Issues NEW FEATURES IN V1.1: Made fast tile plot menus consistent with the other tile plot (unavailable options are grayed out); these include probing, saving animations, specifying subtitles, added a popup menu. Added a conversion program (shape2bin) to convert shape files to .bin format files for the fast tile plot. Allow users to add one or more custom maps for the fast tile plot. Allow users to select or deselect maps displayed on fast tile plot. The format of the values on the legend can be specified. Lat-lon data are now supported for tile plot. BUG FIXES IN V1.1: (The format of the information below is “Bugzilla ID: Description”) 2900: World map oddities: The world map still has an oddity, but VERDI has been updated to allow the user to turn off the world map and use a regional map. Bug 2525: Format data on legend. The edit domain window is no longer too big for the screen. KNOWN ISSUES IN V1.1: Specify domain range does not work for fast tile plot (works only for regular plot). Sometimes the fast tile plot picture does not redraw and you need to click something to refresh it. Add overlay of observations does not work for fast tile plot. Add overlay of vectors does not work for fast tile plot. BCON file support is not available. Labeling issue on the time series plot. Formatting of legend numbers is not accessible from scripting language. Labels for domain and range axis cannot be entered on the fast tile plot. Show lat-lon does not work for fast tile plot. Draw grid lines does not work for fast tile plot. EPS output does not work for fast tile plot. Streaming of script commands to a live session is not yet available. Bilinear interpolation of data is not available. MPEG movie export is not available. Title is cut off of exported quicktime movies. Time steps and layers on Formulas/datasets tabs should be 1-based instead of 0-based. Sliders should be changed to spinners on fast tile plot. Pan function should be added to fast tile plot. Probing single grid cell on the fast tile plot should show up as running value, with the lat-lon and/or grid cell, like the old tile plot. When you probe on the fast tile plot, it redraws the tile plot over your table temporarily. An Apply button would be nice to add to the configure window. Need to use the specified legend number format for probing and running values on fast tile plot. Support adjusting the min and max for the legend on the fast tile plot. Add a blue-red diverging palette that is appropriate for some types of plots. On the formulas tab, support using right-click to add values into the editor for editing. Zoom out to the extent of picture (from the popup menu on the fast tile plot). Make the maps configurable on fast tile plot (color, transparency, etc.), and add a note regarding transparency. State and county maps do not match the lines of the North America map. Move the metadata button to a better place (perhaps to the popup menu for the dataset). Show the map in the edit domain dialog.