Skip to content

Releases: E3SM-Project/e3sm_diags

v2.6.0

02 Nov 18:22
f3c549b
Compare
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

v2.6.0rc1

04 Oct 16:36
f5c8ea6
Compare
Choose a tag to compare
v2.6.0rc1 Pre-release
Pre-release

Bug Fixes

  • Fix flipped lat of ozone obs #491
  • Modify LH formula for NET_FLUX_SRF #519
  • Update remaining acme_diags/ refs to e3sm_diags/ #530

Features

  • Add xml support for get_static_var #516
  • Refine plevs to include stratosphere #525
  • Plot improvements for TC #521
  • Use cartopy_offlinedata #524

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

Cleanup

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

TC Analysis and Column Ozone

13 Jul 17:38
Compare
Choose a tag to compare

New features include:

v2.5.0rc4

08 Jul 16:58
Compare
Choose a tag to compare
v2.5.0rc4 Pre-release
Pre-release

New features include:

v2.5.0rc3

18 Jun 00:39
Compare
Choose a tag to compare
v2.5.0rc3 Pre-release
Pre-release

New features include:

v2.5.0rc2

10 Jun 00:38
Compare
Choose a tag to compare
v2.5.0rc2 Pre-release
Pre-release

New features include:

TC Analysis and Zonal Mean Annual Cycle

28 May 22:40
Compare
Choose a tag to compare
Pre-release

New features include:

ARM Diags

01 Mar 19:09
Compare
Choose a tag to compare

This is a major release.

New Features:

  • Incorporation of ARM-diags which uses in-situ measurements from DOE's ARM (Atmospheric Radiation Measurement) Program to compare with point grid model output. Diagnostics added include: seasonal mean, annual cycle cycle of a set of atmospheric variables, including (surface temperature, precipitation, radiation fluxes, surface turbulent fluxes...); diurnal cycle of precipitation and cloud; convection onset metrics.

  • MERRA 2 datasets are updated to include monthly main daily maximum and minimum surface air temperature.

Other major enhancement

  • Add a test suite for E3SM-Diags on Chrysalis/Anvil
  • Image comparison tests added in unit tests and a complete run
  • Integrate GitHub Actions CI/CD workflow
  • Add and apply formatters and linters to codebase

Minor enhancement

  • Code repo clean up by moving test data to E3SM data server and providing data download script.
  • Simplify Conda environments

Documentation

  • Include quick guide for Chrysalis/Anvil
  • Update post-processing and run scripts examples
  • Update development guide

v2.3.0

02 Dec 07:13
Compare
Choose a tag to compare
  • New set: streamflow diags including seasonality maps, annual mean maps and scatter plots based on gauge station data from GSIM
  • New set: diurnal cycle of precipitation diagnostics based on 3hourly TRMM data.
  • Updated documentation and bug fixes

v2.2.0

04 Sep 20:37
Compare
Choose a tag to compare
  • Add 2020 tutorial examples
  • Add ERA5 and 1 deg GPCP data
  • Removed vtk as a dependency
  • Fixes for plotting issues 330 326