Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in ERA5 as option for ISCE_INSAR #1443

Merged
merged 10 commits into from
Feb 1, 2023
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
jhkennedy marked this conversation as resolved.
Show resolved Hide resolved
- 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