Make __main__ take FireRun function name and reorg where MAAP(y) things live
Okay here are the finalized changes:
-
make
__main__
really general and pass in the function name we want to run. This also means some of our run functions that currently take an argument need to be thought about more (such asWesternUSYrRun
) -
moved all MAAP(y) runtime stuff to
maap_runtime
including eachalgorithm_config.yaml
-
setup all the new job schedulers and [north/south]eastern algos that are currently inactive: https://repo.ops.maap-project.org/eorland_gee/fireatlas_nrt/-/pipeline_schedules
Merge request reports
Activity
- Resolved by gcorradini
- Resolved by gcorradini
- Resolved by gcorradini
- Resolved by gcorradini
- Resolved by gcorradini
- Resolved by gcorradini
- Resolved by gcorradini
added 1 commit
- f958e44c - plumb in call from run_dps.sh
By Gregory on 2023-02-01T16:11:30 (imported from GitLab)
- Resolved by gcorradini
- Resolved by gcorradini
requested review from @tmccabe
By Tempest McCabe on 2023-02-01T20:04:21 (imported from GitLab)
removed review request for @tmccabe
By Tempest McCabe on 2023-02-02T14:17:41 (imported from GitLab)
- Resolved by gcorradini
@greg can you give me an example of how this would work when running multiple regions? Asking to check my understanding of how MAAP interprets the
.yaml
files. Is the idea that we have a directory full of.yaml
files all identical except for what follows thefireatlas_nrt/run_dps.sh
command where each addition runs a different function that sits withinFireMain.py
? So one could be the Western US, another could be the Eastern half, or CONUS, or whatever?Examples:
"fireatlas_nrt/run_dps.sh 'WesternUSrunNRT'"
"fireatlas_nrt/run_dps.sh 'EasternUSrunNRT'"
"fireatlas_nrt/run_dps.sh 'NorthAmericaNRT'"
"fireatlas_nrt/run_dps.sh 'GlobalNRT'"
By Eli Orland on 2023-02-03T01:08:24 (imported from GitLab)
Edited by gcorradini
added 26 commits
-
f958e44c...ade973e9 - 24 commits from branch
conus-dps
- 50664e36 - Merge branch 'conus-dps' into conus-dps-main-refactor
- d3896c56 - final draft
By Gregory on 2023-02-08T21:04:05 (imported from GitLab)
-
f958e44c...ade973e9 - 24 commits from branch