'; $SITE['tz'] = 'America/Chicago'; //NOTE: this *MUST* be set correctly to $radar = 'br1'; // Default radar type is set here $radarLoc = 'koax'; // IMPORTAMT!!! Default radar location is set here $useRadarLoc = true; // Does your site include the radar location in the file name? true or false $imageDir = '/grlevel3'; // Location of GRLevel3 images on server - NOTE! - now requires leading slash! $imageWidth = 620; // Width of radar images $iframeWidth = $imageWidth; // Default IFrame Width -- should no longer need adjustment $iframeHeight = 695; // Default IFrame Height -- adjust as needed $autoRefresh = true; // Use Autorefresh? true or false $autoRefreshTime = 8; // Number of minutes between autorefreshes. IMPORTANT: use 2, 3, 4, 5, 6, 8, 10, 15, 20, or 30 ONLY!!! $autoRefreshDefaultOff = true; // Begin with Autorefresh Off? true or false $bgndColor = 'silver'; // Set HAniS Background Color Here $btnColor = 'darkslategray'; // Set Button Color here $btnTextColor = 'white'; // Set Button Text Color here ############################ New in Version 2 ########################## $pauseSeconds = 2; // Pause on last image, in seconds $animRate = 20; // Frame Rate of animation: 5 is glacial, 10 is slow, 15 is leisurely, 20 is good, and 50 is fast - set with integer $numbImages = 10; // Number of images to display - between 3 and the number of images you are uploading ############################ New in Version 3 ########################## $imageType = 'jpg'; // 'jpg' or 'png' $useUTC = true; // Use UTC time rather than Zulu time (UTC adds seconds counter) } if (isset($_POST['radar'])) { $radar = $_POST['radar']; } if (isset($_POST['radarLoc'])) { $radarLoc = $_POST['radarLoc']; } if (isset($_POST['imageDir'])) { $imageDir = $_POST['imageDir']; } if (isset($_POST['imageType'])) { $imageType = $_POST['imageType']; } if (isset($_POST['imageWidth'])) { $imageWidth = $_POST['imageWidth']; } if (isset($_POST['iframeWidth'])) { $iframeWidth = $_POST['iframeWidth']; } if (isset($_POST['iframeHeight'])) { $iframeHeight = $_POST['iframeHeight']; } if (isset($_POST['autoRefresh'])) { $autoRefresh = $_POST['autoRefresh']; } if (isset($_POST['autoRefreshTime'])) { $autoRefreshTime = $_POST['autoRefreshTime']; } if (isset($_POST['useRadarLoc'])) { $useRadarLoc = $_POST['useRadarLoc']; } if (isset($_POST['bgndColor'])) { $bgndColor = $_POST['bgndColor']; } if (isset($_POST['autoRefreshDefaultOff'])) { $autoRefreshDefaultOff = $_POST['autoRefreshDefaultOff']; } if (isset($_POST['btnColor'])) { $btnColor = $_POST['btnColor']; } if (isset($_POST['btnTextColor'])) { $btnTextColor = $_POST['btnTextColor']; } if (isset($_POST['animRate'])) { $animRate = $_POST['animRate']; } if (isset($_POST['pauseSeconds'])) { $pauseSeconds = $_POST['pauseSeconds']; } if (isset($_POST['numbImages'])) { $numbImages = $_POST['numbImages']; } if (isset($_POST['useUTC'])) { $useUTC = $_POST['useUTC']; } ?>
Select radar type:
Auto Refresh Interval:
Images to Show:
'Base Reflectivity 0.5°', 'cr'=> 'Composite Reflectivity', 'et'=> 'Echo Tops', 'bv1'=> 'Base Velocity 0.5°', 'srv1'=> 'Storm Relative Velocity 0.5°', 'ohr'=> '1 Hour Rainfall Totals', 'str'=> 'Storm Rainfall Totals', 'hca1'=> 'Hydrometeor Classification Algorithm 0.5°', 'cc1'=> 'Correlation Coefficient 0.5°', 'kdp1'=> 'Specific Differential Phase 0.5°', 'zdr1'=> 'Digital Differential Reflectivity', 'hhc'=> 'Digital Hybrid Hydrometeor Class', 'dod'=> 'Digital One Hour Difference', 'dsd'=> 'Digital Storm Total Rainfall' ); $radarText = $radars[$radar]; ?>

GRLevel3 Local Radar:

HCA Legend Keys HCA Legend2

Correlation Coefficient (CC)
Definition: The measure of the consistency of the shapes and sizes of targets within the radar beam.

(Key for Interpretation)
KDP Legend

Specific Differential Phase (KDP)
Definition: Indicator of liquid water content sampled within the radar beam.

(Key for Interpretation)
KDP Legend

Differential Reflectivity (ZDR)
Definition: The horizontal reflectivity minus the vertical reflectivity.

(Key for Interpretation)
ZDR Legend

The date is currently '.gmdate("M j, Y").'. The time is '; if (!$useUTC) echo(''.gmdate("Hi").' Zulu'); else echo (''.gmdate("H:i:s").' UTC'); echo '.
'; }?>

The above images were produced by GRLevel3 software using NWS Radar and data from Allison House.
GRLevel3 is a product of GRLevelX. -- Animation by HAniS ©2014- by Tom Whittaker
Script by SE Lincoln Weather -- NWS Alerts Map and Current Legend'; } else if (file_exists("wxusalerts.php")) { echo 'NWS Alerts Map and Current Legend'; } else { echo 'NWS Alerts Map and Current Legend'; }?>