The Weather.csv and Radiation.csv are from Baltimore, MD, Baltimore-Washington Intl AP
USAF	WBAN	YEAR
724060 	93721 	2018

The LCScale_12x12_base_0 test case considers Flag_Scenario_CoolAir_LandCover = 0 & TreeCanopyCover_overImpervious_frac = 0.15, and ...
... Scenario_CoolAir_Base_TCI_to_TC_frac = 0.0, Scenario_CoolAir_Alternative_TC_Min_frac = 0.0 and Scenario_CoolAir_Alternative_IC_Max_frac = 1.0.

This scenario will not create but use existing impervious cover to go under trees to the extent of Scenario_CoolAir_Base_TCI_to_TC_frac, ...
... and will not make tree cover to any minimum value nor make impervious cover to any maximum value for land cover in the NLCD Class 21 to 24. 

It generates z_map_ImperviousNoTree.asc, z_map_ShortVegCover.asc, z_map_SoilCover.asc, z_map_TreeOnImpervious.asc, z_map_TreeOnPervious.asc. 

The 12 x 12 array for the map inputs of imperviouscover.txt and treecover.txt span the range of 0 to 100% with 144 unique cases.  

Typically, tree cover and impervious cover increment from 0, 1, 10, 20, .., 90, 100% or from 0, 10, 20, .., 90, 99, 100%. 
This progression can capture distinct changes near the extreme land cover values when Flag_UrbanCanyon = 1. 

Use a BlockGroupMap.txt file that contains 144 distinct values to obtain temperature outputs across these 144 cases. 
Use the <PrintBlockGroupRange>1,144</PrintBlockGroupRange> to generate BlockGroup1.txt or BlockGroupDaily1.txt.

To graph and envision the change of temperature across these 144 cases, run the Python script z_Map_CoolAirTair_TC-IC_combinations.py.
The script should be stored in the folder \TestingFilesAndScript\. This Python script takes command line input of the path to the output folder. 
A successful run typically requires at least 5 days of output. 
After launching the script in the Xterm window, there will be a prompt for array size (11 or 12) and inputs options (daily or hourly).
You can rotate the plot while viewing. 
Once the script is complete, graphic files are stored in the output subfolder, called Daily_Metrics (or Hourly_Metrics). 

This stored version of the test case has not been run for the full 144 cases in order to save storage space and decrease SVN transfer time. 