Skip to content

Commit

Permalink
Merge pull request #2216 from ASFHyP3/require-weather-model
Browse files Browse the repository at this point in the history
make weather model a required parameter for ARIA_RAIDER jobs
  • Loading branch information
jhkennedy authored Apr 26, 2024
2 parents a4fc23b + 67d7139 commit 0515c77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions job_spec/ARIA_RAIDER.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARIA_RAIDER:
required_parameters:
- job_id
- weather_model
parameters:
job_id:
api_schema:
Expand All @@ -11,10 +12,8 @@ ARIA_RAIDER:
weather_model:
api_schema:
description: Weather model used to generate tropospheric delay estimations.
default: None
type: string
enum:
- None
- ERA5
- ERA5T
- GMAO
Expand Down

0 comments on commit 0515c77

Please sign in to comment.