From 62fddab375e81df77c2ef2261031ae43d0aeac52 Mon Sep 17 00:00:00 2001 From: jacquelynsmale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:25:35 -0900 Subject: [PATCH 1/8] Add in ERA5 as option for ISCE_INSAR --- job_spec/INSAR_ISCE.yml | 1 + job_spec/INSAR_ISCE_TEST.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/job_spec/INSAR_ISCE.yml b/job_spec/INSAR_ISCE.yml index 2fc1d53be..2d89f82d2 100644 --- a/job_spec/INSAR_ISCE.yml +++ b/job_spec/INSAR_ISCE.yml @@ -37,6 +37,7 @@ INSAR_ISCE: - HRRR - HRES - GMAO + - ERA5 bucket_prefix: default: '""' validators: [] diff --git a/job_spec/INSAR_ISCE_TEST.yml b/job_spec/INSAR_ISCE_TEST.yml index 27e1e20ca..c652d350e 100644 --- a/job_spec/INSAR_ISCE_TEST.yml +++ b/job_spec/INSAR_ISCE_TEST.yml @@ -37,6 +37,7 @@ INSAR_ISCE_TEST: - HRRR - HRES - GMAO + - ERA5 bucket_prefix: default: '""' validators: [] From 3f510ca9603556d5afe8d58156718e7dad71e76f Mon Sep 17 00:00:00 2001 From: jacquelynsmale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 24 Jan 2023 12:55:32 -0900 Subject: [PATCH 2/8] Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17c78962..bddfdfb7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Removed the `include_flood_depth` parameter for `WATER_MAP` jobs. +## [2.25.1] +### Added +- `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accept a `ERA5` as a weather model parameter. + ## [2.25.0] ### Added - `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accept a `weather_model` parameter to specify which weather model to use From 9c8fa78e03e74d31050b1b6dea2290dc59b66dd1 Mon Sep 17 00:00:00 2001 From: jacquelynsmale <34557291+jacquelynsmale@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:57:23 -0900 Subject: [PATCH 3/8] Add in more models --- job_spec/INSAR_ISCE.yml | 3 +++ job_spec/INSAR_ISCE_TEST.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/job_spec/INSAR_ISCE.yml b/job_spec/INSAR_ISCE.yml index 2d89f82d2..a6beccab0 100644 --- a/job_spec/INSAR_ISCE.yml +++ b/job_spec/INSAR_ISCE.yml @@ -38,6 +38,9 @@ INSAR_ISCE: - HRES - GMAO - ERA5 + - NCMR + - ERA5 + - ERA5T bucket_prefix: default: '""' validators: [] diff --git a/job_spec/INSAR_ISCE_TEST.yml b/job_spec/INSAR_ISCE_TEST.yml index c652d350e..af276433a 100644 --- a/job_spec/INSAR_ISCE_TEST.yml +++ b/job_spec/INSAR_ISCE_TEST.yml @@ -37,7 +37,9 @@ INSAR_ISCE_TEST: - HRRR - HRES - GMAO + - NCMR - ERA5 + - ERA5T bucket_prefix: default: '""' validators: [] From d9a7bef7dc858770d4308238eb27961d160e5d25 Mon Sep 17 00:00:00 2001 From: jacquelynsmale <34557291+jacquelynsmale@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:00:10 -0900 Subject: [PATCH 4/8] Update Changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddfdfb7d..a8e9eea25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [3.0.1] +### Added +- `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accepts all weather model parameters [allowed by `RAiDER`](https://github.com/dbekaert/RAiDER/blob/dev/tools/RAiDER/models/allowed.py). + ## [3.0.0] ### Changed - `WATER_MAP` and `RIVER_WIDTH` jobs are now run as a series of multiple tasks. @@ -13,10 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Removed the `include_flood_depth` parameter for `WATER_MAP` jobs. -## [2.25.1] -### Added -- `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accept a `ERA5` as a weather model parameter. - ## [2.25.0] ### Added - `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accept a `weather_model` parameter to specify which weather model to use From e8c7c0712179fc7dff5b48de0fb7399c354f2351 Mon Sep 17 00:00:00 2001 From: Jacquelyn Smale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:21:49 -0900 Subject: [PATCH 5/8] Update job_spec/INSAR_ISCE.yml Co-authored-by: Joseph H Kennedy --- job_spec/INSAR_ISCE.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/job_spec/INSAR_ISCE.yml b/job_spec/INSAR_ISCE.yml index a6beccab0..94cf9aa4f 100644 --- a/job_spec/INSAR_ISCE.yml +++ b/job_spec/INSAR_ISCE.yml @@ -34,13 +34,12 @@ INSAR_ISCE: type: string enum: - None - - HRRR - - HRES - - GMAO - - ERA5 - - NCMR - ERA5 - ERA5T + - GMAO + - HRES + - HRRR + - NCMR bucket_prefix: default: '""' validators: [] From 18ff80ca347554babf99211930e01c8b96b6fdde Mon Sep 17 00:00:00 2001 From: Jacquelyn Smale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:22:04 -0900 Subject: [PATCH 6/8] Update job_spec/INSAR_ISCE_TEST.yml Co-authored-by: Joseph H Kennedy --- job_spec/INSAR_ISCE_TEST.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/job_spec/INSAR_ISCE_TEST.yml b/job_spec/INSAR_ISCE_TEST.yml index af276433a..853b1fd75 100644 --- a/job_spec/INSAR_ISCE_TEST.yml +++ b/job_spec/INSAR_ISCE_TEST.yml @@ -34,12 +34,12 @@ INSAR_ISCE_TEST: type: string enum: - None - - HRRR - - HRES - - GMAO - - NCMR - ERA5 - ERA5T + - GMAO + - HRES + - HRRR + - NCMR bucket_prefix: default: '""' validators: [] From 4ccf0aba0432424729a134d917e95029baa768c3 Mon Sep 17 00:00:00 2001 From: jacquelynsmale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:29:33 -0900 Subject: [PATCH 7/8] move to current version release --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e9eea25..2ae74809a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file. 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). -## [3.0.1] +## [3.0.0] ### Added - `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accepts all weather model parameters [allowed by `RAiDER`](https://github.com/dbekaert/RAiDER/blob/dev/tools/RAiDER/models/allowed.py). - -## [3.0.0] ### Changed - `WATER_MAP` and `RIVER_WIDTH` jobs are now run as a series of multiple tasks. - The `flood_depth_estimator` parameter for `WATER_MAP` jobs is now restricted to a set of possible values. From b72fc9b1be821dfe278c082cbcb67f0b4f4c7bbe Mon Sep 17 00:00:00 2001 From: Jacquelyn Smale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:34:53 -0900 Subject: [PATCH 8/8] Update CHANGELOG.md Co-authored-by: Joseph H Kennedy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b86c75b70..14bef4d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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). -## [3.0.0] +## [3.0.0] ### Added - `INSAR_ISCE` and `INSAR_ISCE_TEST` jobs now accepts all weather model parameters [allowed by `RAiDER`](https://github.com/dbekaert/RAiDER/blob/dev/tools/RAiDER/models/allowed.py). - Added `hyp3-bgc-engineering` deployment.