378 Commits (1.3.0)
 

Author SHA1 Message Date
Bill Ladwig 94d1de79ff Better support for scipy.io.netcdf. Fixes #41. 7 years ago
Bill Ladwig 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. 7 years ago
Bill Ladwig 23520ac34f Now throws a warning if latlon is set to True, but there is no coordinate metadata for vertcross and interpline. Fixes #38. 7 years ago
Bill Ladwig aa683a54cd Updated documentation for cfrac 7 years ago
Bill Ladwig 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. 7 years ago
Bill Ladwig 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. 7 years ago
Bill Ladwig e22de8f4a4 Updated ignore file to ignore the pyf and default omp.f90 files, along with other junk 7 years ago
Bill Ladwig 38f49d2303 Added dummy code to prevent compiler warnings. Removed unused variables. 7 years ago
Bill Ladwig 78f34b4e69 Cleaned up the default implementation of omp.f90 and the pyf file. 7 years ago
Bill Ladwig 7353aca4bd Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
Bill Ladwig f5bc875627 Added docstrings for OpenMP runtime. 7 years ago
Bill Ladwig e4a192fb47 Added a no-meta test for join 7 years ago
Bill Ladwig 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 7 years ago
Bill Ladwig 69b990f1aa Added omp unit tests. Added some omp documentation. 7 years ago
Bill Ladwig 1c8ca7e287 Added OpenMP runtime library wrappers and build scripts 7 years ago
Bill Ladwig 83573db03f Renamed omp.F90 to be ompgen.F90. 7 years ago
Bill Ladwig a3c3ddad27 reverted name 7 years ago
Bill Ladwig 03468fc050 renamed omp.F90 to omp.f90.in 7 years ago
Bill Ladwig 7b79ca3ae4 created wrappers for openmp runtime routines 7 years ago
Bill Ladwig a7b3714e4f Fixed type with the iterable test. 7 years ago
Bill Ladwig 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. 7 years ago
Bill Ladwig d66a81a98a Fixed wrf_monotonic performance issues caused by an accidental revert 7 years ago
Bill Ladwig 3056a34ea2 Fix parallel computation problem with wrf_monotonic 7 years ago
Bill Ladwig b0a6f9e268 Performance improvements. 7 years ago
Bill Ladwig fbb2555eae Performance improvements 7 years ago
Bill Ladwig ddd879586f Fix typo with missing geobounds argument for PolarStereographic. 7 years ago
Bill Ladwig 7d637dff04 Sets cutoff point for Lambert Conformal so that southern hemisphere works. Fixes #31. 7 years ago
Bill Ladwig 2d0a7e17ce Added OpenMP directives. Unit tests updated for interpline and vertcross to handle the additional grid point that NCL does not yet have. 7 years ago
Bill Ladwig af8bc5d5d0 Forgot to modify the dx and dy after adding the additional point. Fixes #30 7 years ago
Bill Ladwig ea7aba57b2 Updated OpenMP directives. 7 years ago
Bill Ladwig 4135d06edb Fix issue with incorrect number of gridpoints being computed via the xy routine. Fixes #30 . 7 years ago
Bill Ladwig c9fdc533d0 Added additional error text. 7 years ago
Bill Ladwig 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 . 7 years ago
Bill Ladwig 0ee9ec6c89 vectorization improvements and openmp added 7 years ago
Bill Ladwig 8c66408920 Fix computational problem with new fortran DCAPECALC2D routine 7 years ago
Bill Ladwig 64838f1841 Added OpenMP directives for wrf_vintrp 7 years ago
Bill Ladwig f4eeee927b Modified the indexing labels so that they make sense. 7 years ago
Bill Ladwig 74ded8f0f9 Added changes for faster cape and twb routines done by @supreethms1809 7 years ago
Bill Ladwig 0be864a194
Updated README.md 7 years ago
Bill Ladwig 7e19c5e616
Update README.md 7 years ago
Bill Ladwig 6f5c8c3be6
Merge pull request #39 from letmaik/mingw 7 years ago
Maik Riechert d9236e7ba2 wrong file.. 7 years ago
Maik Riechert 3dff6df89a add support for gfortran+msvc 7 years ago
Bill Ladwig f9dd771b15 Now handles WRF files that are missing coordinate attributes for variables (old WRF files). Fixes #29. 8 years ago
Bill Ladwig 14009aa4d7 Updated recipe 8 years ago
Bill Ladwig f4877da5fe Merge tag '1.0.5' into develop 8 years ago
Bill Ladwig 829ccbb79f Merge branch 'release/1.0.5' 8 years ago
Bill Ladwig ff79d15e28 Bumped version number 8 years ago
Bill Ladwig 955fc8d282 Reduced the size of the CI unit test files 8 years ago
Bill Ladwig 0d753e06d8 Update recipe. 8 years ago