From f38b1e4cb4829416e925042638b1d119f32a3dd0 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 18 Jan 2022 11:00:28 -0500 Subject: [PATCH 1/2] Update ESMA_env to 3.10.0 --- CHANGELOG.md | 2 ++ components.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e5c6ff21f2..de5111dca556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - io profiler is fixed due to the change of profiler finalize - Files read by GriddedIOMod now respect the file defined _FillValue rather than assuming it is MAPL_UNDEF +- Updated `components.yaml` + - ESMA_env v3.10.0 (Mainly updates for NAS) ### Added diff --git a/components.yaml b/components.yaml index c16c54538d28..8679e774cd13 100644 --- a/components.yaml +++ b/components.yaml @@ -5,7 +5,7 @@ MAPL: ESMA_env: local: ./ESMA_env remote: ../ESMA_env.git - tag: v3.8.0 + tag: v3.10.0 develop: main ESMA_cmake: From 5ebf5ba4da351b76dddf2a8bb5090214e3bc976a Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 26 Jan 2022 08:47:00 -0500 Subject: [PATCH 2/2] update to ESMA_env 3.11.0 --- CHANGELOG.md | 2 +- components.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e783d7abfe..97cee70536c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Files read by GriddedIOMod now respect the file defined _FillValue rather than assuming it is MAPL_UNDEF - Fix bug so that fields with an ungridded dimension of size 1 can be written via History - Updated `components.yaml` - - ESMA_env v3.10.0 (Mainly updates for NAS) + - ESMA_env v3.11.0 (Mainly updates for NAS) ### Added diff --git a/components.yaml b/components.yaml index 8679e774cd13..8d18dc4d7e1a 100644 --- a/components.yaml +++ b/components.yaml @@ -5,7 +5,7 @@ MAPL: ESMA_env: local: ./ESMA_env remote: ../ESMA_env.git - tag: v3.10.0 + tag: v3.11.0 develop: main ESMA_cmake: