Skip to content

v2.6.0

Compare
Choose a tag to compare
@chengzhuzhang chengzhuzhang released this 02 Nov 18:22
f3c549b

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