From a321c4d53661b1bffbb8c9fb7a5b3af1e40d8119 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 28 Aug 2023 14:18:45 -0400 Subject: [PATCH] Update to BCs 11.2.0 --- .circleci/config.yml | 2 +- CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c154c7f12dd5..2321066747f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ parameters: # Anchors to prevent forgetting to update a version os_version: &os_version ubuntu20 baselibs_version: &baselibs_version v7.14.0 -bcs_version: &bcs_version v11.1.0 +bcs_version: &bcs_version v11.2.0 tag_build_arg_name: &tag_build_arg_name maplversion orbs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e41b10c5ab..64d5dc1697f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added -- Added the ability to read string attributes of variables. This is as opposed to "character" attributes - a distinction made by NetCDF. Previously a small kludge had been used to allow reading string attributes, but was limited to attributes on the global var. +### Added +- Added the ability to read string attributes of variables. This is as opposed to "character" attributes - a distinction made by NetCDF. Previously a small kludge had been used to allow reading string attributes, but was limited to attributes on the global var. - Added markdown documentation for select items such as ExtData, History and a few other sources - Trajectory sampler with Epoch time span - Added utility to convert binary files used by MAPL\_ReadForcing to NetCDF @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Modified tilegrid creation to use index flag ESMF_INDEX_DELOCAL instead of ESMF_INDEX_USER - Renamed "geom" subdir and library to "field_utils" +- Updated CircleCI to use v11.2.0 bcs ### Fixed