215 Commits (69b990f1aa93e91bc3c23c37a1ab826e2e3871a6)
 

Author SHA1 Message Date
Bill Ladwig 10369d7df6 Added RH to the product table. Updated the WRF Workshop instructions to clarify potential problems and added a verification step. 8 years ago
Bill Ladwig 7467ced9a9 Merge tag '1.0.2.2' into develop 8 years ago
Bill Ladwig a221545230 Merge branch 'hotfix/1.0.2.2' 8 years ago
Bill Ladwig 3ca69549c2 Fixed a typo in activate command. 8 years ago
Bill Ladwig dea02b6025 Merge tag '1.0.2.1' into develop 8 years ago
Bill Ladwig 2d338e9988 Merge branch 'hotfix/1.0.2.1' 8 years ago
Bill Ladwig 21860fee13 Fixed errors in WRF Workshop instructions. Added better Windows commands for activation and deactivation. 8 years ago
Bill Ladwig 7909aa9e25 Updated conda recipe 8 years ago
Bill Ladwig d82c070012 Merge tag '1.0.2' into develop 8 years ago
Bill Ladwig 292fe9a75d Merge branch 'hotfix/1.0.2' 8 years ago
Bill Ladwig ab8ed71816 Added additional tests for the wspd_wdir products 8 years ago
Bill Ladwig 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. 8 years ago
Bill Ladwig 7fd1326e95 Merge tag '1.0.1.4' into develop 8 years ago
Bill Ladwig 2416d899a5 Merge branch 'hotfix/1.0.1.4' 8 years ago
Bill Ladwig 62ac653ec0 Fixed some plotting typos 8 years ago
Bill Ladwig 55d0259f05 Merge tag '1.0.1.3' into develop 8 years ago
Bill Ladwig 96cbce8d82 Merge branch 'hotfix/1.0.1.3' 8 years ago
Bill Ladwig cf7286294d Fixed formatting issues and typos with vertcros and interpline, and fixed some bogus references in some computation routines. 8 years ago
Bill Ladwig 3759e21420 Merge tag '1.0.1.2' into develop 8 years ago
Bill Ladwig 1e783e6231 Merge branch 'hotfix/1.0.1.2' 8 years ago
Bill Ladwig ca96f30c59 Added the destaggering function to the user API 8 years ago
Bill Ladwig 21176751a7 Merge branch 'feature/hpc_install' into develop 8 years ago
Bill Ladwig 2e29be9b7d Updated hpc install scripts to match what is actually on yellowstone 8 years ago
Bill Ladwig 83bd98cd30 Added yellowstone installation. Fixed typo in build-wrf-python.ys script. 8 years ago
Bill Ladwig 32bdfb2f2c Added yellowstone hpcinstall scripts 8 years ago
Bill Ladwig bf6b5a6cb9 Added build script for wrapt 8 years ago
Bill Ladwig 58c6f6277c Merge tag '1.0.1.1' into develop 8 years ago
Bill Ladwig 6e2924955d Merge branch 'hotfix/1.0.1.1' 8 years ago
Bill Ladwig 383978e71b Added yellowstone installation instructions to documentation 8 years ago
Bill Ladwig 9eb79e8a70 Added xarray to conda recipe 8 years ago
Bill Ladwig 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. 8 years ago
Bill Ladwig fa5bebe242 Fixed plot doc import issue. Updated error messages for map related utility functions when xarray is not installed or is disabled. 8 years ago
Bill Ladwig f2f672151e No longer references DataArray where it shouldn't, so that things work again without xarray installed. Fixes #15 8 years ago
Bill Ladwig 99beada350 Merge branch 'feature/fortran_intel' into develop 8 years ago
Bill Ladwig a1cbe81e8b More fortran cleaning 8 years ago
Bill Ladwig 7f3c04c871 Removed type specific max/min calls 8 years ago
Bill Ladwig 3bf4455a41 recipe updated 8 years ago
Bill Ladwig 65afb53121 Merge tag '1.0.1' into develop 8 years ago
Bill Ladwig 3c0e3276ff Merge branch 'hotfix/1.0.1' 8 years ago
Bill Ladwig 379a7652bb Now ignores the XTIME coordinate variable if it is present in a variables coordinate list, but missing in the file. Fixes #11. 8 years ago
Bill Ladwig 3983b9c71b Merge tag '1.0.1' into develop 8 years ago
Bill Ladwig eae8aca40f Merge branch 'hotfix/1.0.1' 8 years ago
Bill Ladwig 9f36eebcce Fix initialization issues with polar stereographic and latlon map projections. Addresses #11. 8 years ago
Bill Ladwig 20a67966d0 Updated recipe 8 years ago
Bill Ladwig 39bae1a227 Merge tag '1.0.0' into develop 8 years ago
Bill Ladwig e9e1f6f9ac Merge branch 'release/1.0.0' 8 years ago
Bill Ladwig d1c508074d Notebook updates 8 years ago
Bill Ladwig c9eea20f23 Cleaned up plotting documentation. 8 years ago
Bill Ladwig 1d73bc7eeb Fixed typo with cape flag. Fixes #9 8 years ago
Bill Ladwig cbb0a10220 Added support for using a single column of data for the cape_3d routine. This was an NCL feature that should have been included. Fixes #9. 8 years ago