- Great thanks to chpolste for pull request 36 that optimizes the fortran code that computes LWA and fluxes. To incorporate the changes made, after pulling the changes, please re-compile the f2py modules. One way of doing this is:
$ python setup.py develop -u
$ git pull
$ python setup.py develop
- The module `hn2016_falwa/download_data.py`, which downloads ERA-Interim data, has been removed.
- The module `hn2016_falwa/beta_version.py` has been moved to the `legacy/` folder. This module is no longer maintained, and will be deprecated in the upcoming release.
- Added one unit test for the class `BarotropicField`.
- Instead of using Travis CI, now deployment test and code coverage test are implemented using *GitHub workflow*.
close 37