Skip to content

Commit

Permalink
Adding json spec for CHIRP job
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Mar 9, 2023
1 parent 395ad85 commit 42a3dce
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sounder_sips/chirp/chirp-rebinning-job.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"mode": "async",
"response": "document",
"inputs": [
{
"id": "input_cmr_collection_name",
"data": "my_input_coll"
},
{
"id": "input_cmr_search_start_time",
"data": "2023-01-01"
},
{
"id": "input_cmr_search_stop_time",
"data": "2023-01-31"
},
{
"id": "input_cmr_edl_user",
"data": "abc"
},
{
"id": "input_cmr_edl_pass",
"data": "def"
}
],
"outputs": [
{
"id": "output",
"transmissionMode": "reference"
}
]
}

0 comments on commit 42a3dce

Please sign in to comment.