A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bill Ladwig ed07d217bf PEP 8. 6 years ago
..
ci_tests PEP 8 6 years ago
ipynb Fix local paths for local tests 6 years ago
misc PEP 8. 6 years ago
plot_tests Updated plot test notebook 6 years ago
cachetest.py PEP 8 6 years ago
comp_utest.py PEP 8 6 years ago
ctt_test.py Added ctt test 7 years ago
generator_test.py 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
listBug.ncl 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
ncl_get_var.ncl Added tests for wspd_wdir 6 years ago
test_filevars.py Fix paths for internal tests 6 years ago
test_inputs.py Fix paths for internal tests 6 years ago
test_multi_cache.py Fix paths for internal tests 6 years ago
test_omp.py Fixed issues found during unit testing 7 years ago
test_proj_params.py Added tests. 6 years ago
test_units.py Added new unit aliases to better match udunits, if we ever go down that route. Changed temperature to use Kelvin as base unit, so speed should improve. Added unit test for units to make sure they all run 9 years ago
test_vinterp.ncl removed the wrf_open directory 9 years ago
utests.py PEP 8. 6 years ago
varcache.py Fix paths for internal tests 6 years ago
viewtest.py Completed the backporting of fortran 90 code to NCL. All routines should now pass numpy views directly to fortran to be filled rather than copying. Multi-product output now moves the product type to the left index. Raw computational routines have a public API (not tested yet however). Lots of clean-up done, and lots remaining. 9 years ago