sw_c=[datafile.variables['lat'][slices['lat_e']-1],datafile.variables['lon'][slices['lon_s']]]# meridional axis lat is oriented from north to south (i.e. monotonically decreasing)
sw_c=[float(datafile.variables['lat'][slices['lat_e']-1]),float(datafile.variables['lon'][slices['lon_s']])]# meridional axis lat is oriented from north to south (i.e. monotonically decreasing)