408 Commits (f9f98c321bc7265ece00ede2be9e718507111433)
 

Author SHA1 Message Date
Bill Ladwig c257c2d85d Fix typo 7 years ago
Bill Ladwig 915fe23636 More py3 issues 7 years ago
Bill Ladwig fbc251e352 More python 3 fixes 7 years ago
Bill Ladwig d92c11f501 Fix for Python 3 7 years ago
Bill Ladwig e745270da4 Fix issues related to windows and linux. 7 years ago
Bill Ladwig 91e845ef98 Updated build scripts. 7 years ago
Bill Ladwig 533f93bdc7 Fix build issues related to lock sizes 7 years ago
Bill Ladwig 768ff4ed9f Merge tag '1.1.0' into develop 7 years ago
Bill Ladwig 3bafbe84e7 Merge branch 'release/1.1.0' 7 years ago
Bill Ladwig a8cb3ae861 Fix unit test issue. 7 years ago
Bill Ladwig 76a2565764 Fixed issues found during unit testing 7 years ago
Bill Ladwig 812c546d95 Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
Bill Ladwig 6f1498036b Merge branch 'bugfix/issue44' into develop 7 years ago
Bill Ladwig 37052d3235 Updated documentation 7 years ago
Bill Ladwig b8bc1fbb38 Fixes vertcross and interpline when using lat/lon coordinates with a projection object. 7 years ago
Bill Ladwig f02db010f8 Merge branch 'feature/build11' into develop 7 years ago
Bill Ladwig e7c2ab0832 Removed the accidentally added text file 7 years ago
Bill Ladwig 014be8d49e Updated build scripts. 7 years ago
Bill Ladwig dd188359a4 Updated build scripts and recipe 7 years ago
Bill Ladwig cff1c0e956 Updated build scripts, manifest, requirements, install docs 7 years ago
Bill Ladwig 0d6f9230da Fixed metadata bugs related to interpolation. 7 years ago
Bill Ladwig 5d448aa278 Added windows build scripts. 7 years ago
Bill Ladwig 9a5a05dd59 Updated CI tests to reflect changes to diagnostics 7 years ago
Bill Ladwig 09f3fbb909 Updated tutorial documentation 7 years ago
Bill Ladwig 640fb51d9c Merge branch 'feature/omp' into develop 7 years ago
Bill Ladwig 497aeb508e Updated documentation 7 years ago
Bill Ladwig abee4fc27c Updated documentation. 7 years ago
Bill Ladwig 16cbaf50ce Fixed a segfault issue when writing the LCL and LFC values 7 years ago
Bill Ladwig 48f406c263 Fixed issue with coordinate cache key name conflict. 7 years ago
Bill Ladwig 3441467ecb Added a product for the vertical staggered grid. Fixes #20. 7 years ago
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