diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b3b95f9af1c46f08bb0327049097917c8524263..1df8bed6a2132fbe0ecb074fe53a7ff97100ff74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ dps-run:data-update-checker:
     QUEUE: maap-dps-worker-32gb
     PARAMS: '{}'
 
+
 dps-run:fire-atlas-conus:
   extends: .run_dps_job_base
   only:
@@ -40,11 +41,11 @@ dps-run:fire-atlas-conus:
   variables:
     MAAP_IMAGE_ENV: ubuntu
     IMAGE_TAG: fire-atlas-${CI_COMMIT_SHORT_SHA}
-    ALGO_NAME: eis-fire-feds-dps-main-v3test
-    VERSION: 0.99.6
+    ALGO_NAME: eis-fire-feds-dps-main-v3
+    VERSION: 1.0.0
     USERNAME: gcorradini
     QUEUE: maap-dps-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\"]"}'
+    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:
@@ -61,8 +62,7 @@ dps-run:fire-atlas-conus-manual:
     QUEUE: maap-dps-worker-32gb
     PARAMS: |
       $PARAMS_STRING
-    #PARAMS: '{"regnm": "CaliTestRun", "bbox": "[-125,36,-117,42]", "tst": "[2023,6,1,\"AM\"]", "ted": "[2023,9,1,\"AM\"]"}'
-
+    # EXAMPLE: '{"regnm": "CaliTestRun", "bbox": "[-125,36,-117,42]", "tst": "[2023,6,1,\"AM\"]", "ted": "[2023,9,1,\"AM\"]", "export": "true"}'
 
 dps-run:fire-atlas-boreal-automate-snapshot:
   extends: .run_dps_job_base
@@ -102,8 +102,8 @@ dps-run:fire-atlas-lf-archive:
   variables:
     MAAP_IMAGE_ENV: ubuntu
     IMAGE_TAG: fire-atlas-lf-archive-${CI_COMMIT_SHORT_SHA}
-    ALGO_NAME: eis-fire-feds-combine-largefire-archive-v3test
-    VERSION: 0.99.6
+    ALGO_NAME: eis-fire-feds-combine-largefire-archive-v3
+    VERSION: 1.0.0
     USERNAME: gcorradini
     QUEUE: maap-dps-worker-32gb
     PARAMS: '{"folder_name": "WesternUS_REDO", "start": 2013, "end": 2021}'
@@ -116,8 +116,8 @@ dps-run:fire-atlas-lf-nrt:
   variables:
     MAAP_IMAGE_ENV: ubuntu
     IMAGE_TAG: fire-atlas-lf-archive-nrt-${CI_COMMIT_SHORT_SHA}
-    ALGO_NAME: eis-fire-feds-combine-largefire-nrt-v3test
-    VERSION: 0.99.6
+    ALGO_NAME: eis-fire-feds-combine-largefire-nrt-v3
+    VERSION: 1.0.0
     USERNAME: gcorradini
     QUEUE: maap-dps-worker-32gb
     PARAMS: '{"folder_name": "CONUS_NRT_DPS"}'
diff --git a/maap_runtime/combine_largefire_archive/algorithm_config.yaml b/maap_runtime/combine_largefire_archive/algorithm_config.yaml
index 5b5b9235d5c43be93b67480d36140167eb176b9f..4c06922725545524cd7be29a552c5873e7e6097d 100644
--- a/maap_runtime/combine_largefire_archive/algorithm_config.yaml
+++ b/maap_runtime/combine_largefire_archive/algorithm_config.yaml
@@ -1,6 +1,6 @@
 algorithm_description: "Combine FEDS Largefire data into a single file."
 algorithm_name: eis-fire-feds-combine-largefire-archive-v3test
-algorithm_version: 0.99.6
+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"
diff --git a/maap_runtime/combine_largefire_nrt/algorithm_config.yaml b/maap_runtime/combine_largefire_nrt/algorithm_config.yaml
index ec00e57133a437a28fbc9f404d592bf3bb7ea64c..ebbf19ad21d43c33afe625d7cdd1ac8811e4dc39 100644
--- a/maap_runtime/combine_largefire_nrt/algorithm_config.yaml
+++ b/maap_runtime/combine_largefire_nrt/algorithm_config.yaml
@@ -1,6 +1,6 @@
 algorithm_description: "Combine FEDS Largefire data into a single file."
 algorithm_name: eis-fire-feds-combine-largefire-nrt-v3test
-algorithm_version: 0.99.6
+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"
diff --git a/maap_runtime/conus_nrt_pkey/algorithm_config.yaml b/maap_runtime/conus_nrt_pkey/algorithm_config.yaml
index e5a61e2589e49cf81d16d6715d0bb6766e51e42a..68801799a26760adbc30148dfe86c00da5112444 100644
--- a/maap_runtime/conus_nrt_pkey/algorithm_config.yaml
+++ b/maap_runtime/conus_nrt_pkey/algorithm_config.yaml
@@ -1,6 +1,6 @@
 algorithm_name: eis-fire-feds-dps-main-v3test
 algorithm_description: "Map active fire perimeters."
-algorithm_version: 0.99.9
+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"