Skip to content
Snippets Groups Projects
Commit da0bc869 authored by gcorradini's avatar gcorradini
Browse files

Merge branch 'gc/simply_inputs' into 'conus-dps'

do not pass tst or ted

See merge request !96
parents 7216a057 6ec9a29c
No related branches found
No related tags found
1 merge request!96do not pass tst or ted
Pipeline #13509 passed with stage
in 6 seconds
......@@ -33,16 +33,6 @@ jobs:
echo "Docker GID: $DOCKER_GID"
echo "User UID: $UID"
- name: set ted now
run: |
FULL_YEAR=$(date +"%Y")
MONTH_INT=$(date +"%-m") # Remove zero padding for month
DAY_INT=$(date +"%-d") # Remove zero padding for day
HOUR=$(date +"%I") # Use 12-hour format
MERIDIAN=$(date +"%p") # Get AM/PM
# NOTE: this has to be JSON encoded
echo "NOW_TED='[$FULL_YEAR, $MONTH_INT, $DAY_INT, \"$MERIDIAN\"]'" >> $GITHUB_ENV
- name: kick off the DPS job
uses: Earth-Information-System/fireatlas/.github/actions/run-dps-job-v3@conus-dps
with:
......@@ -52,6 +42,6 @@ jobs:
queue: maap-dps-eis-worker-64gb
maap_image_env: ubuntu
maap_pgt_secret: ${{ secrets.MAAP_PGT }}
json_params: '{"regnm": "CONUS", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[2024,1,1,\"AM\"]", "ted": "[2024,4,8, \"AM\"]", "operation": "--coordinate-all"}'
json_params: '{"regnm": "CONUS", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[]", "ted": "[]", "operation": "--coordinate-all"}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment