v3.2.1
Summary
- Profile.process_en4(). Added keyword option (remove_flagged_neighbours=bool), a new EN flag to remove close points.
- Profile.process_en4(). Remove bug to correctly reject salinity points. (Salinity was being rejected at bad temperature points)
- Profile.mask_means() —> Profile.mask_stats(), which includes standard deviation and means over regions
- MaskMaker edits - new FSC region in NW European shelf. Harmonise naming convention for NW shelf regions.
- coast.Gridded() can take indices to perform subsetting prior to generating the Gridded object (which isn’t scaling well is subsets are called in other ways.)
- new CurrentsOnT() subclass of Gridded(), with methods for mapping velocities to t-points for analysis (self-complete but not fully implemented)
What's Changed
- bug fixes in process_en4() by @jpolton in #609
- fix depreciated syntax. cannot define gridded.landmask = None by @jpolton in #614
- 606 circulation and fluxes in global model data jp by @jpolton in #616
- 606 circulation and fluxes in global model data by @jasontempestholt in #607
- update: 3.2.1 by @jpolton in #619
Full Changelog: v3.2.0...v3.2.1