Update the Colored Surface Temp Plot notebook to have a more optimized for loop

Pulled these steps out of the for loop, perform first:
-instantiate the air temp array once
-nan out the null values (-9999)
-convert from c to f

In the for loop:
-create a copy of tair (subtair)
-use this copy to isolate values in the given threshold range
-when setting the data on the stationplot use the 'value' variable instead of using x again in the threshold to find the color value
This commit is contained in:
Shay Carter 2020-09-09 15:51:04 -06:00
parent bd7a893802
commit 10537bf3f7

File diff suppressed because one or more lines are too long