Tags give the ability to mark specific points in history as being important
-
v1.1.14
Release: v1.1.14fb090618 · ·* Release date: 2025/11/29 * Changes and new features: * Bugfixes: * It accepts now time units as 'years since' but NES transforms it to 'days since' * climatology_bounds read as metadata * It now accepts 'lon' and 'longitude' in the convert_longitude method * CLI: nes nc2rline force input and output units * New Command Line Interface nes with: * nes diff * nes diffper * New Functionalities: * Nes().get_totals() -> Dictionary with variable names as keys and total sum as value. * Nes().get_min(var_name) * Nes().get_max(var_name) * Nes().daily_statistic(op=[nanmax, nanmean, nanmin]) -> new functionalities -
v1.1.9
Release: v1.1.9c59116c4 · ·* Add additional names for the time variable * Added MOCAGE format * Bugfix on vertical interpolation. * Selecting function allows now to select negative latitudes on 0-360 ones. * Reorder functionality (0 360 to -180 180) as an entry point * Coordinates metadata conventions.
-
v1.1.7.post2
Release: v1.1.7.post25916e11c · ·* Release date: 2024/10/02 * Changes and new features: * Remove mpich requirement
-
v1.1.7.post1
Release: v1.1.7.post1732a2220 · ·* Release date: 2024/09/27 * Changes and new features: * Remove import errors on installation using pip
-
v1.1.4
Release: v1.1.44f68f3ec · ·* Release date: 2024/05/31 * Changes and new features: * Statistics: * Rolling mean * Documentation * Removed negative values on the horizontal interpolation due to unmapped NaNs values. * Improved load_nes.py removing redundant code * Direct access to variable data. (`#77 <https://earth.bsc.es/gitlab/es/NES/-/issues/77>`_) * New functionalities for vertical extrapolation. (`#74 <https://earth.bsc.es/gitlab/es/NES/-/issues/74>`_) * Removed cfunits and psutil dependencies. * Updated the requirements and environment.yml for the Conda environment created in MN5 (`#78 <https://earth.bsc.es/gitlab/es/NES/-/issues/78>`_) * Bugfix: * Vertical interpolation for descendant level values (Pressure) (`#71 <https://earth.bsc.es/gitlab/es/NES/-/issues/71>`_) * Removed lat-lon dimension on the NetCDF projections that not need them (`#72 <https://earth.bsc.es/gitlab/es/NES/-/issues/72>`_) * Fixed the bug when creating the spatial bounds after selecting a region (`#68 <https://earth.bsc.es/gitlab/es/NES/-/issues/68>`_) * Fixed the bug related to Shapely deprecated function TopologicalError(`#76 <https://earth.bsc.es/gitlab/es/NES/-/issues/76>`_) * Fixed the bug related to NumPy deprecated np.object(`#76 <https://earth.bsc.es/gitlab/es/NES/-/issues/76>`_) * Removed DeprecationWarnings from shapely and pyproj libraries, needed for the porting to MN5 (`#78 <https://earth.bsc.es/gitlab/es/NES/-/issues/78>`_)