v1.0.0 Release of python package `falwa` v1.0.0
- The python package is renamed from
hn2016_falwa
tofalwa
#91 - There is a fix in code for zonal advective flux computation. The correction done in release 0.7.2 happens to be an over-correction. See #92 for mathematical details. Thanks Christopher Polster for spotting the error. The fix requires re-compilation of fortran modules.
- QGDataset now supports dataset with even number of latitude gridpoints #85
- User can delay the return of variable from methods in QGField/QGDataset by the boolean parameter
return_named_tuple
. - Cartopy is replacing Basemap (deprecated) in all the visualization examples #87
- The GitHub workflow has been updated and run successfully #82
The changes can be found in this pull request: #93