Bill Ladwig
55697b1795
Added NSF logo
6 years ago
Bill Ladwig
4e67314b66
Added NSF logo and disclaimer to docs
6 years ago
Bill Ladwig
497aeb508e
Updated documentation
...
Added sections for performance, what's new, FAQ, the citation. Fixed some typos.
7 years ago
Bill Ladwig
48f406c263
Fixed issue with coordinate cache key name conflict.
...
Also added documentation for OpenMP and performance tips. The tutorial section has been moved to better support announcements in the future.
Renamed the OpenMP scheduler constants so that they are placed in to the wrf namespace rather than wrf.Constants.
7 years ago
Bill Ladwig
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 .
8 years ago
Bill Ladwig
e4f4fc1cff
Added FAQ placeholder
8 years ago
Bill Ladwig
86835c6529
Added support placeholder.
8 years ago
Bill Ladwig
b4b4677c15
Added fix for issues from xarray 0.9, which was caused by xarray no longer including default dimensions in to coordinate mappings. Updated documentation and notebooks. Modified documentation URL in setup. Dropping requirement for numpy 1.9
8 years ago
Bill Ladwig
5b01084a87
Documentation updates. Added more packaging boilerplate. Updated version to 1.0b.
8 years ago
Bill Ladwig
1c7baf0a4e
Updated documentation. Fixed bugs found while creating examples, mostly related to xarray and compiled extensions.
9 years ago
Bill Ladwig
bfd28da171
Updated API documentation. Added levels to the vertcross routine so users can specify their own vertical levels
9 years ago
Bill Ladwig
49092f6ac1
Added docstrings to all functions. Modified some argument names for better consistency. Added unit support to raw computational algorithms. Modified setup.py to work with readthedocs. Modifyied conf.py to use mocks for readthedocs. Modified gitignore to ignore the generated documentation folder.
9 years ago
Bill Ladwig
68b9f1a6eb
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