From 6c29463a0000957a8818d206867eee01e3f05370 Mon Sep 17 00:00:00 2001 From: rem1776 Date: Thu, 2 May 2024 18:00:47 -0400 Subject: [PATCH] fix tabs in known changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b13119b65..f1f6787a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,10 @@ sequential patch number (starting from `01`). - Setting an output frequency of '0 days' does not work as expected and may cause an error stating a time_step has been skipped (#1502) - The `flush_nc_files` and `mix_snapshot_average_fields` nml options are not yet functional. The `mix_snapshot_average_fields` option is planned will to be deprecated (for the rewritten diag_manager only). - Expected output file changes: - - If the model run time is less than the output frequency, old diag_manager would write a specific value (9.96921e+36). The new diag_manager will not, so only fill values will be present. + - If the model run time is less than the output frequency, old diag_manager would write a specific value (9.96921e+36). The new diag_manager will not, so only fill values will be present. - A `scalar_axis` dimension will not be added to scalar variables - The `_FillValue` and `missing_value` attributes will not be added for `average_T1`, `average_T2`, and `average_DT` variables - - Attributes added via `diag_field_add_attributes` in the old code were saved as `NF90_FLOAT` regardless of precision, but will now be written as the precision that is passed in + - Attributes added via `diag_field_add_attributes` in the old code were saved as `NF90_FLOAT` regardless of precision, but will now be written as the precision that is passed in - Subregional output will have a global attribute `is_subregional = True` set for non-global history files. - The `grid_type` and `grid_tile` global attributes will no longer be added for all files, and some differences may be seen in the exact order of the `associated_files` attribute