fbc0af3bb0 
								
							
								 
							
						 
						
							
							
								
								Updated tutorials  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d67586c09b 
								
							
								 
							
						 
						
							
							
								
								Fixed the smoothing algorithm.  
							
							... 
							
							
 
							
							It now works like a typical smoothing kernel using convolution.
Users can now specify the center weight.
The vintrp algorithm needed to be modified to use the new function signature.
Updated the documentation to give a better description of how it works.
Fixes  #67 . 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b1de059f10 
								
							
								 
							
						 
						
							
							
								
								latest updates  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1f1ba244f7 
								
							
								 
							
						 
						
							
							
								
								Updated for Boise tutorial  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								18d50f7044 
								
							
								 
							
						 
						
							
							
								
								Updated 2018 WRF tutorial documentation  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								60989dd47a 
								
							
								 
							
						 
						
							
							
								
								Removed unicode literals.  
							
							... 
							
							
 
							
							Python 2.x strings are no longer promoted to unicode. Strings are now the native type for the interpreter used.
Fixes  #57 . 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4a687473ed 
								
							
								 
							
						 
						
							
							
								
								Documentation fixes  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5799ccf6d0 
								
							
								 
							
						 
						
							
							
								
								Fixed bugs related to input failures with dictionaries.  
							
							... 
							
							
 
							
							Modified routines that use qvapor to make copies so that scipy.io.netcdf works in the newer release. Added input tests. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8523dea59a 
								
							
								 
							
						 
						
							
							
								
								Added support added for calculating cape_2d with a single vertical column.  
							
							... 
							
							
 
							
							Fixes  #46 . 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cc86d68a35 
								
							
								 
							
						 
						
							
							
								
								Fix issues related to cloud top temperature.  
							
							... 
							
							
 
							
							Fixed indexing bug.
Fixed incorrect computation of optical depth when cloud ice is not available.
Users can use fill values for cloud free areas.
Users can now specify the optical depth threshold that triggers the calculation.
Fixes  #45 . 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cbe0805f79 
								
							
								 
							
						 
						
							
							
								
								Fix OpenMP directive issue with cloud top temperature.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								514d9ecaec 
								
							
								 
							
						 
						
							
							
								
								Updated doc  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								deca151313 
								
							
								 
							
						 
						
							
							
								
								Updated tutorial doc  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								91e845ef98 
								
							
								 
							
						 
						
							
							
								
								Updated build scripts.  
							
							... 
							
							
 
							
							Since the size of OpenMP constants differs from system to system, there is now a fortran program that will print the KIND sizes, and the ompgen.F90 file is generated by python using a string template. This only needs to be performed if using OpenMP. 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								37052d3235 
								
							
								 
							
						 
						
							
							
								
								Updated documentation  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								09f3fbb909 
								
							
								 
							
						 
						
							
							
								
								Updated tutorial documentation  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								ff79d15e28 
								
							
								 
							
						 
						
							
							
								
								Bumped version number  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1367f064c0 
								
							
								 
							
						 
						
							
							
								
								Updated release info  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								b367bb2f62 
								
							
								 
							
						 
						
							
							
								
								Doc update 4.  Added more clarification from some installation steps for the workshop.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								10369d7df6 
								
							
								 
							
						 
						
							
							
								
								Added RH to the product table.  Updated the WRF Workshop instructions to clarify potential problems and added a verification step.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3ca69549c2 
								
							
								 
							
						 
						
							
							
								
								Fixed a typo in activate command.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								21860fee13 
								
							
								 
							
						 
						
							
							
								
								Fixed errors in WRF Workshop instructions.  Added better Windows commands for activation and deactivation.  
							
							
 
							
						 
						
							9 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  
				
					
						
							
							
								 
						
							
							
								62ac653ec0 
								
							
								 
							
						 
						
							
							
								
								Fixed some plotting typos  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ca96f30c59 
								
							
								 
							
						 
						
							
							
								
								Added the destaggering function to the user API  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								383978e71b 
								
							
								 
							
						 
						
							
							
								
								Added yellowstone installation instructions to documentation  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								c9eea20f23 
								
							
								 
							
						 
						
							
							
								
								Cleaned up plotting documentation.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2e33099fc0 
								
							
								 
							
						 
						
							
							
								
								Updated FAQ  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7b3b89a067 
								
							
								 
							
						 
						
							
							
								
								Updated support documentation.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e4f4fc1cff 
								
							
								 
							
						 
						
							
							
								
								Added FAQ placeholder  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9daad748fa 
								
							
								 
							
						 
						
							
							
								
								updated width for forum  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3034fdcb30 
								
							
								 
							
						 
						
							
							
								
								Attempt to fix the forum width  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								86835c6529 
								
							
								 
							
						 
						
							
							
								
								Added support placeholder.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								95d868651f 
								
							
								 
							
						 
						
							
							
								
								Update index.rst  
							
							... 
							
							
 
							
							move latlon_coords to plotting helper section 
							
						 
						
							9 years ago