Skip to content
Snippets Groups Projects
Commit 0512a87a authored by ranchodeluxe's avatar ranchodeluxe
Browse files

manually handle merge conflicts

parents f62e8510 a35da195
No related branches found
No related tags found
1 merge request!61Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
......@@ -30,10 +30,9 @@ dps-run:data-update-checker:
ALGO_NAME: eis-fire-feds-dps-data-checker-v2
VERSION: 1.0.0
USERNAME: tmccabe
QUEUE: maap-dps-worker-32gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: '{}'
dps-run:fire-atlas-conus:
extends: .run_dps_job_base
only:
......@@ -45,10 +44,9 @@ dps-run:fire-atlas-conus:
ALGO_NAME: eis-fire-feds-dps-main-v3
VERSION: 1.0.0
USERNAME: gcorradini
QUEUE: maap-dps-worker-32gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: '{"regnm": "CONUS_ARCHIVE_P_KEY", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[2022, 1, 1, \"AM\"]", "ted": "[2022, 12, 31, \"PM\"]", "export":"true"}'
dps-run:fire-atlas-conus-manual:
extends: .run_dps_job_base
only:
......@@ -60,7 +58,7 @@ dps-run:fire-atlas-conus-manual:
ALGO_NAME: eis-fire-feds-dps-main-v3test
VERSION: $VERSION_TAG
USERNAME: $USERNAME
QUEUE: maap-dps-worker-32gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: |
$PARAMS_STRING
# EXAMPLE: '{"regnm": "CaliTestRun", "bbox": "[-125,36,-117,42]", "tst": "[2023,6,1,\"AM\"]", "ted": "[2023,9,1,\"AM\"]", "export": "true"}'
......@@ -76,7 +74,7 @@ dps-run:fire-atlas-boreal-automate-snapshot:
ALGO_NAME: eis-fire-borealna-nrt_snap
VERSION: eli_global_boreal_snap_only
USERNAME: tmccabe
QUEUE: maap-dps-worker-128gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: '{}'
#PARAMS: '{"regnm": "BOREAL_NRT_3571_DPS", "bbox": "[-169, 44, -48, 75]", "tst": "", "ted": ""}'
......@@ -91,7 +89,7 @@ dps-run:fire-atlas-boreal-automate-lf:
ALGO_NAME: eis-fire-borealna-nrt_largefire
VERSION: eli_global_boreal_largefire_only
USERNAME: tmccabe
QUEUE: maap-dps-worker-128gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: '{}'
#PARAMS: '{"regnm": "BOREAL_NRT_3571_DPS", "bbox": "[-169, 44, -48, 75]", "tst": "", "ted": ""}'
......@@ -106,7 +104,7 @@ dps-run:fire-atlas-lf-archive:
ALGO_NAME: eis-fire-feds-combine-largefire-archive-v3
VERSION: 1.0.0
USERNAME: gcorradini
QUEUE: maap-dps-worker-32gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: '{"folder_name": "WesternUS_REDO", "start": 2013, "end": 2021}'
dps-run:fire-atlas-lf-nrt:
......@@ -120,5 +118,5 @@ dps-run:fire-atlas-lf-nrt:
ALGO_NAME: eis-fire-feds-combine-largefire-nrt-v3
VERSION: 1.0.0
USERNAME: gcorradini
QUEUE: maap-dps-worker-32gb
QUEUE: maap-dps-eis-worker-32gb
PARAMS: '{"folder_name": "CONUS_NRT_DPS"}'
......@@ -4,7 +4,7 @@ algorithm_version: 1.0.0
environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
queue: "maap-dps-worker-32gb"
queue: "maap-dps-eis-worker-32gb"
run_command: "fireatlas_nrt/run_largefire_archive.sh"
build_command: ""
disk_space: "10GB"
......
......@@ -4,7 +4,7 @@ algorithm_version: 1.0.0
environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
queue: "maap-dps-worker-32gb"
queue: "maap-dps-eis-worker-32gb"
run_command: "fireatlas_nrt/run_largefire_nrt.sh"
build_command: ""
disk_space: "10GB"
......
......@@ -4,7 +4,7 @@ algorithm_version: 1.0.0
environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
queue: "maap-dps-worker-32gb"
queue: "maap-dps-eis-worker-32gb"
run_command: "fireatlas_nrt/run_dps.sh 'CONUSrunNRT'"
build_command: ""
disk_space: "100GB"
......
......@@ -4,7 +4,7 @@ algorithm_version: 1.0.0
environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
queue: "maap-dps-worker-32gb"
queue: "maap-dps-eis-worker-32gb"
run_command: "fireatlas_nrt/run_dps_v2.sh"
build_command: ""
disk_space: "100GB"
......
......@@ -4,7 +4,7 @@ algorithm_version: 1.0.0
environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
queue: "maap-dps-worker-32gb"
queue: "maap-dps-eis-worker-32gb"
run_command: "fireatlas_nrt/run_dps.sh 'DataUpdateChecker'"
build_command: ""
disk_space: "10GB"
......
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