Skip to content

Commit

Permalink
Merge pull request #1443 from ASFHyP3/add-era5-isce
Browse files Browse the repository at this point in the history
Add in ERA5 as option for ISCE_INSAR
  • Loading branch information
jacquelynsmale authored Feb 1, 2023
2 parents 37032f5 + b72fc9b commit 6c84517
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.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.
### Changed
- `WATER_MAP` and `RIVER_WIDTH` jobs are now run as a series of multiple tasks.
Expand Down
7 changes: 5 additions & 2 deletions job_spec/INSAR_ISCE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ INSAR_ISCE:
type: string
enum:
- None
- HRRR
- HRES
- ERA5
- ERA5T
- GMAO
- HRES
- HRRR
- NCMR
bucket_prefix:
default: '""'
validators: []
Expand Down
7 changes: 5 additions & 2 deletions job_spec/INSAR_ISCE_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ INSAR_ISCE_TEST:
type: string
enum:
- None
- HRRR
- HRES
- ERA5
- ERA5T
- GMAO
- HRES
- HRRR
- NCMR
bucket_prefix:
default: '""'
validators: []
Expand Down

0 comments on commit 6c84517

Please sign in to comment.