Bill Ladwig
09f3fbb909
Updated tutorial documentation
7 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
abee4fc27c
Updated documentation.
...
Added OpenMP, performance tips, how to use the variable cache.
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
3441467ecb
Added a product for the vertical staggered grid. Fixes #20 .
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
ff79d15e28
Bumped version number
8 years ago
Bill Ladwig
1367f064c0
Updated release info
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
8fd75f893a
Fixed and issue with the x limits being the same value when using MercatorWithLatTS. Fixes #24
8 years ago
Bill Ladwig
b367bb2f62
Doc update 4. Added more clarification from some installation steps for the workshop.
8 years ago
Bill Ladwig
10369d7df6
Added RH to the product table. Updated the WRF Workshop instructions to clarify potential problems and added a verification step.
8 years ago
Bill Ladwig
3ca69549c2
Fixed a typo in activate command.
8 years ago
Bill Ladwig
21860fee13
Fixed errors in WRF Workshop instructions. Added better Windows commands for activation and deactivation.
8 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
62ac653ec0
Fixed some plotting typos
8 years ago
Bill Ladwig
ca96f30c59
Added the destaggering function to the user API
8 years ago
Bill Ladwig
383978e71b
Added yellowstone installation instructions to documentation
8 years ago
Bill Ladwig
fa5bebe242
Fixed plot doc import issue. Updated error messages for map related utility functions when xarray is not installed or is disabled.
8 years ago
Bill Ladwig
379a7652bb
Now ignores the XTIME coordinate variable if it is present in a variables coordinate list, but missing in the file. Fixes #11 .
8 years ago
Bill Ladwig
9f36eebcce
Fix initialization issues with polar stereographic and latlon map projections. Addresses #11 .
8 years ago
Bill Ladwig
c9eea20f23
Cleaned up plotting documentation.
8 years ago
Bill Ladwig
2e33099fc0
Updated FAQ
8 years ago
Bill Ladwig
7b3b89a067
Updated support documentation.
8 years ago
Bill Ladwig
e4f4fc1cff
Added FAQ placeholder
8 years ago
Bill Ladwig
9daad748fa
updated width for forum
8 years ago
Bill Ladwig
3034fdcb30
Attempt to fix the forum width
8 years ago
Bill Ladwig
86835c6529
Added support placeholder.
8 years ago
Andreas Hilboll
95d868651f
Update index.rst
...
move latlon_coords to plotting helper section
8 years ago
Andreas Hilboll
def034bb21
Update index.rst
...
The plotting documentation contains examples where the `latlon_coords` function is used, but it is not included in the API documentation.
8 years ago
Bill Ladwig
fd1dfd9978
Updated documentation
8 years ago
Bill Ladwig
ee7ca7c3ad
Fix issue with vinterp and heavily cropped datasets in the vertical. Added continuous integration tests for conda-forge. Changed some documentation wording.
8 years ago
Bill Ladwig
3411b78797
Moved latest release information to top of new.rst. Fixed documentation URL in setup.py
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
823c2bb0e0
Added my channel back to instructions in case conda-forge isn't ready by AMS
8 years ago
Bill Ladwig
cea50f7b60
Doc updates
8 years ago
Shiwei Sun
fe65eb8560
correct the example of vinterp
8 years ago
Shiwei Sun
700fd02703
correct the pivot-angle-interpline example
...
The previous one has a wrong example when interpolating the 2-D fields to a line using a pivot point and the angle.
8 years ago
Bill Ladwig
5b01084a87
Documentation updates. Added more packaging boilerplate. Updated version to 1.0b.
8 years ago
Bill Ladwig
da2a2f8c07
Modified conf.py to use default theme for rtd
8 years ago
Bill Ladwig
cea1b98ddd
Renamed the geobounds function since it was confusing the autosummary tool with Sphinx. Updated documentation.
8 years ago
Bill Ladwig
f789faf436
Removed a .DS_Store file
9 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
eec730c8ab
Fix documentation typos. Updated API outlines. Fixed an issue with a computation routine name conflict.
9 years ago
Bill Ladwig
d6ea275f64
Added generated folders for placekeepers
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
62216c5d04
Updated notebooks. Conda recipe changed to use latest libgcc since continuum broke the 4.8.5 build by excluding libgfortran in build 2
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