From 05a394d393af35b0d6d1fb8f2cb2ad183b91d450 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Fri, 13 Sep 2024 10:28:33 -0400 Subject: [PATCH] Edited CHANGELOG for PR #341 (Fix missing headers in aerosol table) CHANGELOG.md - Added a note about the header line now being written to file in the aerosol burden table Signed-off-by: Bob Yantosca --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f697d1..7a1deb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,8 +99,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Import error in `gcpy/examples/diagnostics/compare_diags.py` - Added missing `n_cores` to `gcpy/examples/diagnostics/compare_diags.yml` - Added missing `plot_drydep` option to `gcpy/gcpy/benchmark/config/1yr_ch4_benchmark.yml` -- Add `docs/requirements.txt` symbolic link to `docs/environment_files/read_the_docs_requirements.txt` for RTD builds +- Added `docs/requirements.txt` symbolic link to `docs/environment_files/read_the_docs_requirements.txt` for RTD builds - `gcpy/file_regrid.py` now tests if `lon_bnds`, `lat_bnds` are in the dataset before trying to drop them +- Ensured that the header line in the aerosol burden table is written to file ### Removed - Example script `gcpy/examples/plotting/mda8_o3_timeseries.py`