Skip to content
Snippets Groups Projects

reduce problem

Merged gcorradini requested to merge gc/we into conus-dps
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -41,9 +41,7 @@ jobs:
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
echo "##########################"
echo $NOW_TED
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
@@ -54,6 +52,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": $NOW_TED, "operation": "--coordinate-all"}'
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"}'
Loading