Releases: E3SM-Project/e3sm_diags
v2.6.1
What's Changed
- Optimize nco invocation by @chengzhuzhang in #540
- Document change from acme_diags by @forsyth2 in #541
- Fix missing “CLDLOW_TAU*_MISR in lat-lon by @chengzhuzhang in #542
- Replace print statements with logger and execute integration tests explicitly over implicitly by @tomvothecoder in #544
- Drop container/Docker support and update README badges and docs by @tomvothecoder in #547
- Remove xerr=0 by @chengzhuzhang in #553
- Bump to 2.6.1rc1 by @tomvothecoder in #554
- Add e3sm_diags for CMIP example workflow by @chengzhuzhang in #555
- enable short test name to be printed for TC and ARM figures by @chengzhuzhang in #558
- Bump to 2.6.1 by @tomvothecoder in #559
Full Changelog: v2.6.0...v2.6.1
v2.6.1rc1
What's Changed
- Optimize nco invocation by @chengzhuzhang in #540
- Document change from acme_diags by @forsyth2 in #541
- Fix missing “CLDLOW_TAU*_MISR in lat-lon by @chengzhuzhang in #542
- Replace print statements with logger and execute integration tests explicitly over implicitly by @tomvothecoder in #544
- Drop container/Docker support and update README badges and docs by @tomvothecoder in #547
- Remove xerr=0 by @chengzhuzhang in #553
- Bump to 2.6.1rc1 by @tomvothecoder in #554
Full Changelog: v2.6.0...v2.6.1rc1
v2.6.0
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
Docs
- Update load e3sm unified paths #489
- Update README #507
- Update dev install docs #508
- Update unified paths #510
CI/CD
v2.6.0rc1
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
TC Analysis and Column Ozone
New features include:
- TC analysis based on: Balaguru at al. 2020: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2019MS002024
- Zonal Mean Annual Cycle contour plots (including Stratospheric and Tropospheric column Ozone)
v2.5.0rc4
New features include:
- TC analysis based on: Balaguru at al. 2020: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2019MS002024
- Zonal Mean Annual Cycle contour plots
v2.5.0rc3
New features include:
- TC analysis based on: Balaguru at al. 2020: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2019MS002024
- Zonal Mean Annual Cycle contour plots
v2.5.0rc2
New features include:
- TC analysis based on: Balaguru at al. 2020: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2019MS002024
- Zonal Mean Annual Cycle contour plots
TC Analysis and Zonal Mean Annual Cycle
New features include:
- TC analysis based on:Balaguru at al. 2020: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2019MS002024
- Zonal Mean Annual Cycle contour plots
ARM Diags
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