Skip to content

Releases: E3SM-Project/e3sm_diags

v2.9.0rc2

26 Jul 18:46
128e1ff

Choose a tag to compare

v2.9.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.9.0rc1...v2.9.0rc2

v2.9.0rc1

21 Jun 20:36
2e6bacc

Choose a tag to compare

v2.9.0rc1 Pre-release
Pre-release
Bump to 2.9.0rc1 (#697)

v2.8.0

01 Dec 18:20
b5a0cc6

Choose a tag to compare

New Features

Other Changes

Full Changelog: v2.7.0...v2.8.0

v2.8.0rc1 Aerosols

16 Nov 00:11
fd9e918

Choose a tag to compare

v2.8.0rc1 Aerosols Pre-release
Pre-release

New Features

Other Changes

Full Changelog: v2.7.0...v2.8.0rc1

v2.7.0

11 Jul 23:48
e15610c

Choose a tag to compare

New Features:

  • Added scatter plots for comparing annual mean long-term Absorption Optical Depth (AOD) Aerosol Absorption Optical Depth (AAOD) at 550 nm from AERONET measurements. Scripts and data contributed by @yfenganl
  • Add cmip6 comparison box whisker plot. Scripts contributed by @golaz
  • Add CMIP6 models + E3SM v1 v2, AMIP and HISTORICAL runs as baseline for box whisker plots and Taylor Diagrams
  • Support Model only analysis in lat-lon set
  • Add lat_lon_land annd lat_lon_river drivers and viewers supported in the main viewer.
  • Integrate in ELM land variable pre-processing and MOSART river variables for lat-lon model vs model default run. (contributed by @darincomeau @jenniferholm and @hydrotian )
  • Add a standalone script to generate a summary plot of E3SM diagnostics. by @ambrad
  • Included a Metrics checker to check consistency between two lat-lon run.

Enhanced Features:

  • Add AODDUST to lat_lon plots (model only)
  • Add Q to zonal_mean_2d plots
  • Add TREFMNAV/tasmin TREFMXAV/tasmax to core set
  • Replace ERA Interim with ERA5 in core sets
  • Update to MACv2 for AOD at 550nm diags

Major Fixes:

  • Set regrid method to bilinear for a subset of variables with masks or missing data
  • Fix and Enhancement for Diurnal Cycle of Precipitation
  • Fix extreme values of Albedo from obs values over high latitudes by masking high latitude in lat-lon plot

Other Updates:

  • Update DevOps tooling; Update black to fix click ImportError
  • Add xarray and mache to conda env dependencies and remove dask
  • Update input data path; nco invocation in pre-processing
  • Fix FileNotFoundError for log file

Contributors

Full Changelog: v2.6.1...v2.7.0

v2.7.0rc2

24 Jun 23:30
9b913b8

Choose a tag to compare

v2.7.0rc2 Pre-release
Pre-release
Merge pull request #604 from E3SM-Project/v2.7.0rc2

Bump to 2.7.0rc2

v2.7.0rc1

09 Jun 23:45
8a18255

Choose a tag to compare

v2.7.0rc1 Pre-release
Pre-release
bump to 2.7.0rc1 (#595)

v2.6.1

03 Feb 22:27
04aee49

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.1rc1

19 Jan 18:49
4f3fc45

Choose a tag to compare

v2.6.1rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.6.0...v2.6.1rc1

v2.6.0

02 Nov 18:22
f3c549b

Choose a tag to compare

From v2.6.0, Module name acme_diags is renamed to e3sm_diags, users should update their Python run scripts to use import e3sm_diags instead.

Feature

  • Add pressure-latitude set focusing on Stratosphere #535
  • Refine plevs to include stratosphere #525
  • Plot improvements for TC #521
  • Use cartopy_offlinedata #524

Bug Fixes

  • Fix post-processing induced warm bias over South Polar area #523
  • Fix flipped lat of ozone obs #491
  • Modify LH formula for NET_FLUX_SRF #519
  • Update remaining acme_diags/ refs to e3sm_diags/ #530
  • Add xml support for get_static_var #516

Cleanup

  • Rename dir acme_diags to e3sm_diags #495
  • Consolidate pre-processing scripts #514

Docs

  • Update load e3sm unified paths #489
  • Update README #507
  • Update dev install docs #508
  • Update unified paths #510

CI/CD

  • Enable ability to manually update docs on gh-pages #497
  • Update CI/CD workflows to only regenerate master docs #498
  • Update publish-docs job in release_workflow.yml #500
  • Add tbump to simplify package versioning #494