72 Commits (bbc961e17ecf22b863c767b07d6ea174382946ea)

Author SHA1 Message Date
Bill Ladwig b26cb377b9 Added tests for wspd_wdir 6 years ago
Bill Ladwig 00b648e2a3 Fix local paths for local tests 6 years ago
Bill Ladwig 77ed9be1c8 Fix paths for internal tests 6 years ago
Bill Ladwig 8848384ca4 Fix PyNIO import 6 years ago
Bill Ladwig d544fbafa4 Updated documentation. 6 years ago
Bill Ladwig 21e28f90e7 Updated plot test notebook 6 years ago
Bill Ladwig 0b6d22b6e2 Updated plot test notebook 6 years ago
Bill Ladwig d15a655399 Added new test plots 6 years ago
Bill Ladwig 7941a0ec36 Updated plot tests and added images 6 years ago
Bill Ladwig e59116f1b8 Updated plot tests 6 years ago
Bill Ladwig a859cd20df Added nadgrids=@null to the WRF globe. 6 years ago
Bill Ladwig 1332223b31 Added tests. 6 years ago
Bill Ladwig d15d4a3e2d ll_to_xy_proj and xy_to_ll_proj now check for required args and set defaults. 6 years ago
Bill Ladwig 6f964a7c6a Updated CI tests 7 years ago
Bill Ladwig 06280e5cae Fix issues found during testing of static and moving nests. 7 years ago
Bill Ladwig 4eeeadc9ce Fix issues with moving nests and line interpolation. 7 years ago
Bill Ladwig c8ba485efe More successful tests, which coincide with the NCL-WRF changes. 7 years ago
Bill Ladwig d06a7b8ea7 Updated tests to use a set of files with the moving domain 7 years ago
Bill Ladwig 68052929fb Updated tests for new horizontal interpolation 7 years ago
Bill Ladwig d9585354c0 Improved horizontal interpolation 7 years ago
Bill Ladwig 725e7187a0 Updated tests 7 years ago
Bill Ladwig a3880b1e10 Added autolevels parameter for vertcross 7 years ago
Bill Ladwig 70371d191b Updated NCL script used for computation testing 7 years ago
Bill Ladwig 22c4efa8a9 Added a new iterable class demo to reduce files 7 years ago
Bill Ladwig 2c35edd7d7 Added ctt test 7 years ago
Bill Ladwig 5799ccf6d0 Fixed bugs related to input failures with dictionaries. 7 years ago
Bill Ladwig 8523dea59a Added support added for calculating cape_2d with a single vertical column. 7 years ago
Bill Ladwig 78de49faea Updated CI test file for new CTT changes. Updated docs for raw ctt routine. 7 years ago
Bill Ladwig cc86d68a35 Fix issues related to cloud top temperature. 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 b8bc1fbb38 Fixes vertcross and interpline when using lat/lon coordinates with a projection object. 7 years ago
Bill Ladwig 0d6f9230da Fixed metadata bugs related to interpolation. 7 years ago
Bill Ladwig 9a5a05dd59 Updated CI tests to reflect changes to diagnostics 7 years ago
Bill Ladwig 497aeb508e Updated documentation 7 years ago
Bill Ladwig abee4fc27c Updated documentation. 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 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 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 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 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 955fc8d282 Reduced the size of the CI unit test files 8 years ago
Bill Ladwig 7f518e6015 Modified CI unit tests to remove the warnings. Added __eq__ operator for projection, Fixes #26 . 8 years ago
Bill Ladwig ab8ed71816 Added additional tests for the wspd_wdir products 8 years ago
Bill Ladwig d1c508074d Notebook updates 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