ArcGIS 10.1 prior to SP1 uses “NAD_1927_To_NAD_1983_NADCON” as the default geographic transformation. This causes problems in the "Calculate Curve Number" script when it projects the watershed file from WTM to Albers (line 345 in EVAAL.pyt). A fix that seems to work is to define the geographic transformation in line 345 as: arcpy.Project_management(watershedFile, watershedCdlPrj, sr, "NAD_1983_To_HARN_Wisconsin")
ArcGIS 10.1 prior to SP1 uses “NAD_1927_To_NAD_1983_NADCON” as the default geographic transformation. This causes problems in the "Calculate Curve Number" script when it projects the watershed file from WTM to Albers (line 345 in EVAAL.pyt). A fix that seems to work is to define the geographic transformation in line 345 as: arcpy.Project_management(watershedFile, watershedCdlPrj, sr, "NAD_1983_To_HARN_Wisconsin")