Commit Graph

  • e22de8f4a4 Updated ignore file to ignore the pyf and default omp.f90 files, along with other junk Bill Ladwig 2017-12-15 16:07:19 -0700
  • 38f49d2303 Added dummy code to prevent compiler warnings. Removed unused variables. Bill Ladwig 2017-12-15 15:57:43 -0700
  • 78f34b4e69 Cleaned up the default implementation of omp.f90 and the pyf file. Bill Ladwig 2017-12-15 15:21:38 -0700
  • 7353aca4bd Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. Bill Ladwig 2017-12-14 16:09:48 -0700
  • f5bc875627 Added docstrings for OpenMP runtime. Bill Ladwig 2017-12-11 16:43:03 -0700
  • e4a192fb47 Added a no-meta test for join Bill Ladwig 2017-12-08 16:31:23 -0700
  • 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 Bill Ladwig 2017-12-08 16:29:03 -0700
  • 69b990f1aa Added omp unit tests. Added some omp documentation. Bill Ladwig 2017-12-04 16:44:38 -0700
  • 1c8ca7e287 Added OpenMP runtime library wrappers and build scripts Bill Ladwig 2017-12-01 16:13:19 -0700
  • 83573db03f Renamed omp.F90 to be ompgen.F90. Bill Ladwig 2017-11-28 16:28:39 -0700
  • a3c3ddad27 reverted name Bill Ladwig 2017-11-28 16:22:48 -0700
  • 03468fc050 renamed omp.F90 to omp.f90.in Bill Ladwig 2017-11-28 16:18:16 -0700
  • 7b79ca3ae4 created wrappers for openmp runtime routines Bill Ladwig 2017-11-28 16:14:18 -0700
  • a7b3714e4f Fixed type with the iterable test. Bill Ladwig 2017-11-17 16:42:54 -0700
  • 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. Bill Ladwig 2017-11-17 16:39:42 -0700
  • d66a81a98a Fixed wrf_monotonic performance issues caused by an accidental revert Bill Ladwig 2017-11-17 14:27:54 -0700
  • 3056a34ea2 Fix parallel computation problem with wrf_monotonic Bill Ladwig 2017-11-16 16:46:03 -0700
  • b0a6f9e268 Performance improvements. Bill Ladwig 2017-11-16 16:25:06 -0700
  • fbb2555eae Performance improvements Bill Ladwig 2017-11-16 16:22:25 -0700
  • ddd879586f Fix typo with missing geobounds argument for PolarStereographic. Bill Ladwig 2017-11-14 16:00:29 -0700
  • 7d637dff04 Sets cutoff point for Lambert Conformal so that southern hemisphere works. Fixes #31. Bill Ladwig 2017-11-09 16:59:04 -0700
  • 2d0a7e17ce Added OpenMP directives. Unit tests updated for interpline and vertcross to handle the additional grid point that NCL does not yet have. Bill Ladwig 2017-11-07 15:08:02 -0700
  • af8bc5d5d0 Forgot to modify the dx and dy after adding the additional point. Fixes #30 Bill Ladwig 2017-11-02 16:53:39 -0600
  • ea7aba57b2 Updated OpenMP directives. Bill Ladwig 2017-11-02 16:36:41 -0600
  • 4135d06edb Fix issue with incorrect number of gridpoints being computed via the xy routine. Fixes #30 . Bill Ladwig 2017-11-02 16:35:50 -0600
  • c9fdc533d0 Added additional error text. Bill Ladwig 2017-10-31 15:56:28 -0600
  • 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 . Bill Ladwig 2017-10-30 16:52:05 -0600
  • 0ee9ec6c89 vectorization improvements and openmp added Bill Ladwig 2017-10-20 16:25:00 -0600
  • 8c66408920 Fix computational problem with new fortran DCAPECALC2D routine Bill Ladwig 2017-10-18 16:27:53 -0600
  • 64838f1841 Added OpenMP directives for wrf_vintrp Bill Ladwig 2017-10-18 16:26:49 -0600
  • f4eeee927b Modified the indexing labels so that they make sense. Bill Ladwig 2017-10-13 16:09:51 -0600
  • 74ded8f0f9 Added changes for faster cape and twb routines done by @supreethms1809 Bill Ladwig 2017-10-11 16:44:10 -0600
  • 0be864a194
    Updated README.md Bill Ladwig 2017-12-21 15:52:39 -0700
  • 7e19c5e616
    Update README.md Bill Ladwig 2017-12-19 16:53:33 -0700
  • 6f5c8c3be6
    Merge pull request #39 from letmaik/mingw Bill Ladwig 2017-12-15 10:09:11 -0700
  • d9236e7ba2 wrong file.. Maik Riechert 2017-12-15 00:22:37 +0000
  • 3dff6df89a add support for gfortran+msvc Maik Riechert 2017-12-15 00:02:59 +0000
  • f9dd771b15 Now handles WRF files that are missing coordinate attributes for variables (old WRF files). Fixes #29. Bill Ladwig 2017-10-05 11:28:53 -0600
  • 14009aa4d7 Updated recipe Bill Ladwig 2017-09-08 10:37:33 -0600
  • f4877da5fe Merge tag '1.0.5' into develop Bill Ladwig 2017-09-08 10:31:28 -0600
  • 829ccbb79f Merge branch 'release/1.0.5' 1.0.5 Bill Ladwig 2017-09-08 10:31:03 -0600
  • ff79d15e28 Bumped version number Bill Ladwig 2017-09-08 10:30:56 -0600
  • 955fc8d282 Reduced the size of the CI unit test files Bill Ladwig 2017-09-08 10:21:03 -0600
  • 0d753e06d8 Update recipe. Bill Ladwig 2017-09-07 16:09:39 -0600
  • fef53f8dc8 Merge tag '1.0.4' into develop Bill Ladwig 2017-09-07 15:48:49 -0600
  • 7445c6358c Merge branch 'release/1.0.4' 1.0.4 Bill Ladwig 2017-09-07 15:47:22 -0600
  • 1367f064c0 Updated release info Bill Ladwig 2017-09-07 15:46:43 -0600
  • 16676dcdf0 Update version number. Bill Ladwig 2017-09-07 15:36:20 -0600
  • 7f518e6015 Modified CI unit tests to remove the warnings. Added __eq__ operator for projection, Fixes #26 . Bill Ladwig 2017-09-07 14:44:31 -0600
  • 827ee737c7 Merge tag '1.0.3' into develop Bill Ladwig 2017-06-14 12:01:10 -0600
  • f00d3a8d33 Merge branch 'hotfix/1.0.3' 1.0.3 Bill Ladwig 2017-06-14 12:00:24 -0600
  • 8fd75f893a Fixed and issue with the x limits being the same value when using MercatorWithLatTS. Fixes #24 Bill Ladwig 2017-06-14 12:00:05 -0600
  • 9e1447b24b Merge tag '1.0.2.4' into develop Bill Ladwig 2017-06-12 12:43:58 -0600
  • 114b24996c Merge branch 'hotfix/1.0.2.4' 1.0.2.4 Bill Ladwig 2017-06-12 12:42:23 -0600
  • b367bb2f62 Doc update 4. Added more clarification from some installation steps for the workshop. Bill Ladwig 2017-06-12 12:41:16 -0600
  • 3a4fa310a9 Merge tag '1.0.2.3' into develop Bill Ladwig 2017-06-09 15:40:18 -0600
  • ad5ec870fb Merge branch 'hotfix/1.0.2.3' 1.0.2.3 Bill Ladwig 2017-06-09 15:39:31 -0600
  • 10369d7df6 Added RH to the product table. Updated the WRF Workshop instructions to clarify potential problems and added a verification step. Bill Ladwig 2017-06-09 15:39:24 -0600
  • 7467ced9a9 Merge tag '1.0.2.2' into develop Bill Ladwig 2017-06-06 13:51:51 -0600
  • a221545230 Merge branch 'hotfix/1.0.2.2' 1.0.2.2 Bill Ladwig 2017-06-06 13:51:26 -0600
  • 3ca69549c2 Fixed a typo in activate command. Bill Ladwig 2017-06-06 13:51:13 -0600
  • dea02b6025 Merge tag '1.0.2.1' into develop Bill Ladwig 2017-06-05 12:15:18 -0600
  • 2d338e9988 Merge branch 'hotfix/1.0.2.1' 1.0.2.1 Bill Ladwig 2017-06-05 12:14:37 -0600
  • 21860fee13 Fixed errors in WRF Workshop instructions. Added better Windows commands for activation and deactivation. Bill Ladwig 2017-06-05 12:14:29 -0600
  • 7909aa9e25 Updated conda recipe Bill Ladwig 2017-06-05 11:07:36 -0600
  • d82c070012 Merge tag '1.0.2' into develop Bill Ladwig 2017-05-31 15:31:07 -0600
  • 292fe9a75d Merge branch 'hotfix/1.0.2' 1.0.2 Bill Ladwig 2017-05-31 15:30:06 -0600
  • ab8ed71816 Added additional tests for the wspd_wdir products Bill Ladwig 2017-05-31 15:27:53 -0600
  • 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. Bill Ladwig 2017-05-31 14:20:23 -0600
  • 7fd1326e95 Merge tag '1.0.1.4' into develop Bill Ladwig 2017-05-10 16:05:23 -0600
  • 2416d899a5 Merge branch 'hotfix/1.0.1.4' 1.0.1.4 Bill Ladwig 2017-05-10 16:04:42 -0600
  • 62ac653ec0 Fixed some plotting typos Bill Ladwig 2017-05-10 16:03:44 -0600
  • 55d0259f05 Merge tag '1.0.1.3' into develop Bill Ladwig 2017-05-08 12:12:18 -0600
  • 96cbce8d82 Merge branch 'hotfix/1.0.1.3' 1.0.1.3 Bill Ladwig 2017-05-08 12:11:50 -0600
  • cf7286294d Fixed formatting issues and typos with vertcros and interpline, and fixed some bogus references in some computation routines. Bill Ladwig 2017-05-08 12:09:01 -0600
  • 3759e21420 Merge tag '1.0.1.2' into develop Bill Ladwig 2017-05-03 16:12:53 -0600
  • 1e783e6231 Merge branch 'hotfix/1.0.1.2' 1.0.1.2 Bill Ladwig 2017-05-03 16:12:19 -0600
  • ca96f30c59 Added the destaggering function to the user API Bill Ladwig 2017-05-03 16:12:05 -0600
  • 21176751a7 Merge branch 'feature/hpc_install' into develop Bill Ladwig 2017-04-28 12:05:14 -0600
  • 2e29be9b7d Updated hpc install scripts to match what is actually on yellowstone Bill Ladwig 2017-04-27 14:53:29 -0600
  • 83bd98cd30 Added yellowstone installation. Fixed typo in build-wrf-python.ys script. Bill Ladwig 2017-04-12 16:49:06 -0600
  • 32bdfb2f2c Added yellowstone hpcinstall scripts Bill Ladwig 2017-04-10 16:36:06 -0600
  • bf6b5a6cb9 Added build script for wrapt Bill Ladwig 2017-04-08 11:53:35 -0600
  • 58c6f6277c Merge tag '1.0.1.1' into develop Bill Ladwig 2017-04-28 11:35:53 -0600
  • 6e2924955d Merge branch 'hotfix/1.0.1.1' 1.0.1.1 Bill Ladwig 2017-04-28 11:35:30 -0600
  • 383978e71b Added yellowstone installation instructions to documentation Bill Ladwig 2017-04-28 11:35:07 -0600
  • 9eb79e8a70 Added xarray to conda recipe Bill Ladwig 2017-04-20 10:19:23 -0600
  • 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. Bill Ladwig 2017-04-19 16:56:17 -0600
  • fa5bebe242 Fixed plot doc import issue. Updated error messages for map related utility functions when xarray is not installed or is disabled. Bill Ladwig 2017-04-19 15:04:57 -0600
  • f2f672151e No longer references DataArray where it shouldn't, so that things work again without xarray installed. Fixes #15 Bill Ladwig 2017-04-13 16:47:11 -0600
  • 99beada350 Merge branch 'feature/fortran_intel' into develop Bill Ladwig 2017-03-29 10:40:02 -0600
  • a1cbe81e8b More fortran cleaning Bill Ladwig 2017-03-28 13:38:46 -0600
  • 7f3c04c871 Removed type specific max/min calls Bill Ladwig 2017-03-28 12:04:51 -0600
  • 3bf4455a41 recipe updated Bill Ladwig 2017-03-27 14:45:59 -0600
  • 65afb53121 Merge tag '1.0.1' into develop Bill Ladwig 2017-03-27 14:30:48 -0600
  • 3c0e3276ff Merge branch 'hotfix/1.0.1' 1.0.1 Bill Ladwig 2017-03-27 14:29:36 -0600
  • 379a7652bb Now ignores the XTIME coordinate variable if it is present in a variables coordinate list, but missing in the file. Fixes #11. Bill Ladwig 2017-03-27 14:29:10 -0600
  • 3983b9c71b Merge tag '1.0.1' into develop Bill Ladwig 2017-03-27 13:59:37 -0600
  • eae8aca40f Merge branch 'hotfix/1.0.1' Bill Ladwig 2017-03-27 13:58:56 -0600
  • 9f36eebcce Fix initialization issues with polar stereographic and latlon map projections. Addresses #11. Bill Ladwig 2017-03-27 13:50:49 -0600