Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak authored Mar 3, 2025
2 parents f0b42a9 + 7a5b029 commit 3a53aa0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
job_spec/INSAR_GAMMA.yml
job_spec/RTC_GAMMA.yml
job_spec/INSAR_ISCE_BURST.yml
job_spec/ARIA_S1_GUNW.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 1500
expanded_max_vcpus: 3000
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [9.5.2]

## Fixed
- OPERA-DIST-S1 job spec had wrong CLI interface (e.g. --n-lookbacks should be --n_lookbacks).
## Added
- The `ARIA_S1_GUNW` job type is now available in the hyp3-edc-prod deployment.

## Changed
- OPERA-DIST-S1 runtime increases from 3 to 6 hours for experimentation.
- Updated the DIST-S1 entrypoint of the image and changed the job spec accordingly.

## Fixed
- OPERA-DIST-S1 job spec had wrong CLI interface (e.g. --n-lookbacks should be --n_lookbacks).

## [9.5.1]

Expand Down
13 changes: 4 additions & 9 deletions job_spec/ARIA_S1_GUNW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ ARIA_S1_GUNW:
minItems: 1
maxItems: 3
example:
- S1A_IW_SLC__1SDV_20250127T010136_20250127T010203_057623_07199D_4B63
- S1A_IW_SLC__1SDV_20250127T010111_20250127T010138_057623_07199D_4E88
- S1A_IW_SLC__1SDV_20250127T010045_20250127T010113_057623_07199D_4D3B
- S1A_IW_SLC__1SSV_20141127T015250_20141127T015318_003461_0040D8_A29D
- S1A_IW_SLC__1SSV_20141127T015314_20141127T015342_003461_0040D8_87BA
items:
description: The names of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
type: string
Expand All @@ -26,9 +25,7 @@ ARIA_S1_GUNW:
minItems: 1
maxItems: 3
example:
- S1A_IW_SLC__1SDV_20250103T010137_20250103T010204_057273_070BB6_CD45
- S1A_IW_SLC__1SDV_20250103T010113_20250103T010140_057273_070BB6_1133
- S1A_IW_SLC__1SDV_20250103T010047_20250103T010115_057273_070BB6_99C5
- S1A_IW_SLC__1SSV_20141103T015256_20141103T015323_003111_00391A_3776
items:
description: The names of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
type: string
Expand All @@ -42,7 +39,7 @@ ARIA_S1_GUNW:
type: integer
minimum: 0
maximum: 27397
example: 23474
example: 9859
cost_profiles:
EDC:
cost: 60.0
Expand Down Expand Up @@ -73,8 +70,6 @@ ARIA_S1_GUNW:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: TROPOSPHERE
image: ghcr.io/dbekaert/raider
command:
Expand Down
2 changes: 0 additions & 2 deletions job_spec/INSAR_ISCE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ INSAR_ISCE:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: TROPOSPHERE
image: ghcr.io/dbekaert/raider
command:
Expand Down

0 comments on commit 3a53aa0

Please sign in to comment.