|  |  | @ -2203,8 +2203,11 @@ def _make_time(timearr): | 
			
		
	
		
		
			
				
					
					|  |  |  |         :class:`datetime.datetime`: A datetime object. |  |  |  |         :class:`datetime.datetime`: A datetime object. | 
			
		
	
		
		
			
				
					
					|  |  |  |      |  |  |  |      | 
			
		
	
		
		
			
				
					
					|  |  |  |     """ |  |  |  |     """ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     try: | 
			
		
	
		
		
			
				
					
					|  |  |  |         return dt.datetime.strptime("".join(npbytes_to_str(timearr)),  |  |  |  |         return dt.datetime.strptime("".join(npbytes_to_str(timearr)),  | 
			
		
	
		
		
			
				
					
					|  |  |  |                                 "%Y-%m-%d_%H:%M:%S") |  |  |  |                                 "%Y-%m-%d_%H:%M:%S") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     except ValueError: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return np.datetime64("NaT") | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | def _file_times(wrfin, do_xtime): |  |  |  | def _file_times(wrfin, do_xtime): | 
			
		
	
	
		
		
			
				
					|  |  | @ -3234,6 +3237,7 @@ def _get_proj_obj(ob_type, var, wrfin, varname, timeidx, method, squeeze, | 
			
		
	
		
		
			
				
					
					|  |  |  |          |  |  |  |          | 
			
		
	
		
		
			
				
					
					|  |  |  |     return proj_obj |  |  |  |     return proj_obj | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | def latlon_coords(var, as_np=False): |  |  |  | def latlon_coords(var, as_np=False): | 
			
		
	
		
		
			
				
					
					|  |  |  |     """Return the latitude and longitude coordinates from a  |  |  |  |     """Return the latitude and longitude coordinates from a  | 
			
		
	
		
		
			
				
					
					|  |  |  |     :class:`xarray.DataArray` object. |  |  |  |     :class:`xarray.DataArray` object. | 
			
		
	
	
		
		
			
				
					|  |  | 
 |