Merged
Conversation
- Created new CSV files for scenario definitions: seals_cgebox_scenarios.csv and seals_cgebox_scenarios_test.csv, defining various scenarios for baseline and SSP projections. - Implemented run_seals_standard_force_recompute.py script to streamline project execution without creating new directories each time, enhancing performance for repeated runs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new workflow for running SEALS with CGEBox inputs, including a new script to handle CGEBox output conversion and updated scenario definitions. The main focus is to enable integration between CGEBox and SEALS by transforming CGEBox regional projections into a format compatible with SEALS, and to provide new scenario definition CSVs for both production and testing.
Integration of CGEBox with SEALS:
seals/run_seals_cgebox.pythat defines a complete workflow for running SEALS with CGEBox outputs. This script includes a function to convert CGEBox regional projections to SEALS-compatible input, builds the SEALS task tree, and manages project setup and execution.convert_cgebox_output_to_seals_regional_projections_inputfunction, which reads CGEBox output, pivots and processes the data to compute year-over-year land use changes, and generates override input files for SEALS scenarios.Scenario definitions for CGEBox-SEALS integration:
input/seals_cgebox_input/seals_cgebox_scenarios.csvfor production runs, covering baseline and multiple SSP/RCP combinations, with all required metadata and input paths.input/seals_cgebox_input/seals_cgebox_scenarios_test.csvfor simplified and quick testing of the integration workflow.