e6b4f7382b 
								
							
								 
							
						 
						
							
							
								
								Added checks for _key=None in extract_vars. Fix typo with updraft helicity cache key.  Fixes   #51 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								71fe678e91 
								
							
								 
							
						 
						
							
							
								
								Moved work arrays out of fortran.  Fixes   #47  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cbe0805f79 
								
							
								 
							
						 
						
							
							
								
								Fix OpenMP directive issue with cloud top temperature.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								411cfd17cf 
								
							
								 
							
						 
						
							
							
								
								Fix mdbz on cheyenne.  
							
							... 
							
							
 
							
							Xarray doesn't work with np.amax on cheyenne for some reason. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bb41e19d36 
								
							
								 
							
						 
						
							
							
								
								Updated version to 1.1.1  
							
							... 
							
							
 
							
							Updated docs. Updated numpy compile flags. Updated build script flags. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a5e8f8f0b6 
								
							
								 
							
						 
						
							
							
								
								Fix more accidental unicode characters  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								87355fc531 
								
							
								 
							
						 
						
							
							
								
								Fix acidental unicode character  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								219041246d 
								
							
								 
							
						 
						
							
							
								
								Fix doc printing of fill values. Update recipe based on Travis CI failures with sizes executable.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								76a2565764 
								
							
								 
							
						 
						
							
							
								
								Fixed issues found during unit testing  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								812c546d95 
								
							
								 
							
						 
						
							
							
								
								Changed vertcross and interpline to use a CoordPair for the lower left corner point.  
							
							... 
							
							
 
							
							Also added some helper functions to extract the lower left points from 2D lat/lon arrays and extract lat/lons from sequences of CoordPair objects.
Updated documentation and unit tests. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b8bc1fbb38 
								
							
								 
							
						 
						
							
							
								
								Fixes vertcross and interpline when using lat/lon coordinates with a projection object.  
							
							... 
							
							
 
							
							The fix requires the user to supply the lower left lat/lon corner points for the domain. Added unit tests. Updated docs. Fixes  #44 . 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cff1c0e956 
								
							
								 
							
						 
						
							
							
								
								Updated build scripts, manifest, requirements, install docs  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0d6f9230da 
								
							
								 
							
						 
						
							
							
								
								Fixed metadata bugs related to interpolation.  
							
							... 
							
							
 
							
							Unit tests were also updated to test for this situation. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								497aeb508e 
								
							
								 
							
						 
						
							
							
								
								Updated documentation  
							
							... 
							
							
 
							
							Added sections for performance, what's new, FAQ, the citation. Fixed some typos. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								abee4fc27c 
								
							
								 
							
						 
						
							
							
								
								Updated documentation.  
							
							... 
							
							
 
							
							Added OpenMP, performance tips, how to use the variable cache. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								48f406c263 
								
							
								 
							
						 
						
							
							
								
								Fixed issue with coordinate cache key name conflict.  
							
							... 
							
							
 
							
							Also added documentation for OpenMP and performance tips. The tutorial section has been moved to better support announcements in the future.
Renamed the OpenMP scheduler constants so that they are placed in to the wrf namespace rather than wrf.Constants. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3441467ecb 
								
							
								 
							
						 
						
							
							
								
								Added a product for the vertical staggered grid.   Fixes   #20 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								94d1de79ff 
								
							
								 
							
						 
						
							
							
								
								Better support for scipy.io.netcdf.   Fixes   #41 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6a54d31c2e 
								
							
								 
							
						 
						
							
							
								
								Added a fortran routine to determine if OpenMP has been enabled.  Added a python wrapper, and updated the default omp.f90 and wrffortran.pyf.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								23520ac34f 
								
							
								 
							
						 
						
							
							
								
								Now throws a warning if latlon is set to True, but there is no coordinate metadata for vertcross and interpline.   Fixes   #38 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								aa683a54cd 
								
							
								 
							
						 
						
							
							
								
								Updated documentation for cfrac  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1cc072b2a9 
								
							
								 
							
						 
						
							
							
								
								Changed default cfrac to use height_agl as the type. Since NCL never advertised this function, and it never really worked correctly before, breaking backwards compatibility is less of an issue.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8b21b10860 
								
							
								 
							
						 
						
							
							
								
								Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines.   Closes   #33 .  Closes   #32 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f5bc875627 
								
							
								 
							
						 
						
							
							
								
								Added docstrings for OpenMP runtime.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6239fc16fd 
								
							
								 
							
						 
						
							
							
								
								Fixed numerous issues with reading scalars and non-grid variables from the NetCDF file using getvar. Adds unit tests for reading file variables.   Fixes   #37  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								69b990f1aa 
								
							
								 
							
						 
						
							
							
								
								Added omp unit tests.  Added some omp documentation.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1c8ca7e287 
								
							
								 
							
						 
						
							
							
								
								Added OpenMP runtime library wrappers and build scripts  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								819cdfe078 
								
							
								 
							
						 
						
							
							
								
								Cleaned up cape fortran routine.  Fixed issue with generators not being copied correctly due to changes in python (the python works as expected now).  Fixed a uniqueness problem with coordinate caching which was causing problems in jupyter notebook when files were changed.  Fixed an issue with the cache test script failing due to unitialized thread local data in child threads.   Fixes   #34 .   Fixes   #14 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d66a81a98a 
								
							
								 
							
						 
						
							
							
								
								Fixed wrf_monotonic performance issues caused by an accidental revert  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3056a34ea2 
								
							
								 
							
						 
						
							
							
								
								Fix parallel computation problem with wrf_monotonic  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b0a6f9e268 
								
							
								 
							
						 
						
							
							
								
								Performance improvements.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ddd879586f 
								
							
								 
							
						 
						
							
							
								
								Fix typo with missing geobounds argument for PolarStereographic.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7d637dff04 
								
							
								 
							
						 
						
							
							
								
								Sets cutoff point for Lambert Conformal so that southern hemisphere works.   Fixes   #31 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								af8bc5d5d0 
								
							
								 
							
						 
						
							
							
								
								Forgot to modify the dx and dy after adding the additional point.   Fixes   #30  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4135d06edb 
								
							
								 
							
						 
						
							
							
								
								Fix issue with incorrect number of gridpoints being computed via the xy routine.   Fixes   #30  .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0c270c7e02 
								
							
								 
							
						 
						
							
							
								
								Added more OpenMP Directives.  Fixed serious bug with cloud fraction and implemented new behavior allowing users to select the vertical coordinate type and select their own cloud thresholds.   Fixes   #25  .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								74ded8f0f9 
								
							
								 
							
						 
						
							
							
								
								Added changes for faster cape and twb routines done by  @supreethms1809  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d9236e7ba2 
								
							
								 
							
						 
						
							
							
								
								wrong file..  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f9dd771b15 
								
							
								 
							
						 
						
							
							
								
								Now handles WRF files that are missing coordinate attributes for variables (old WRF files).   Fixes   #29 .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ff79d15e28 
								
							
								 
							
						 
						
							
							
								
								Bumped version number  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								16676dcdf0 
								
							
								 
							
						 
						
							
							
								
								Update version number.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7f518e6015 
								
							
								 
							
						 
						
							
							
								
								Modified CI unit tests to remove the warnings.  Added __eq__ operator for projection,  Fixes   #26  .  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8fd75f893a 
								
							
								 
							
						 
						
							
							
								
								Fixed and issue with the x limits being the same value when using MercatorWithLatTS.   Fixes   #24  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								62ea6c6b74 
								
							
								 
							
						 
						
							
							
								
								Fixed issue with the wspd_wdir diagnostic not working with sequences of data.  Added WRF Workshop instructions for the upcoming tutorial. Made new fortran functions for wspd and wdir.  Fixes   #19 ,  fixes   #21 ,  fixes   #22 ,  fixes   #23 .  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cf7286294d 
								
							
								 
							
						 
						
							
							
								
								Fixed formatting issues and typos with vertcros and interpline, and fixed some bogus references in some computation routines.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9e66ea139e 
								
							
								 
							
						 
						
							
							
								
								numpy 1.11 does not properly set the flags for 1D arrays that are expanded via np.newaxis.  This was allowing the 1D cape to work in numpy 1.11 but not in numpy 1.12.  Fortran arrays are now directly created to ensure it works across numpy versions.   Fixes   #9 .  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								fa5bebe242 
								
							
								 
							
						 
						
							
							
								
								Fixed plot doc import issue.  Updated error messages for map related utility functions when xarray is not installed or is disabled.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f2f672151e 
								
							
								 
							
						 
						
							
							
								
								No longer references DataArray where it shouldn't, so that things work again without xarray installed.   Fixes   #15  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								379a7652bb 
								
							
								 
							
						 
						
							
							
								
								Now ignores the XTIME coordinate variable if it is present in a variables coordinate list, but missing in the file.   Fixes   #11 .  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9f36eebcce 
								
							
								 
							
						 
						
							
							
								
								Fix initialization issues with polar stereographic and latlon map projections.  Addresses  #11 .  
							
							
 
							
						 
						
							9 years ago