Open
Conversation
Author
Pipeline's flowchartflowchart TD
node1[add_species_vol_to_bio]
node2[compile_results]
node3[create_tiffs]
node4[modify_decay_parameters]
node5[modify_root_parameters]
node6[modify_spinup_parameters]
node7[modify_turnover_parameters]
node8[postprocessing]
node9[recliner2gcbm_x64]
node10[run_gcbm]
node11[tiler]
node12[update_gcbm_configuration]
node1-->node5
node2-->node8
node3-->node2
node4-->node7
node5-->node4
node6-->node12
node7-->node6
node9-->node1
node10-->node3
node11-->node9
node12-->node10
|
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.
Add dvc pipeline to Colombia Case
Description
The goal of this PR is :
Standalone_GCBM\readme.txtSimilar to GCBM.Belize
Type of change
Additional Context (Please include any Screenshots/gifs if relevant)
Follow the dvc installation and pipeline execution guide in pipeline.md to run the pipeline locally.
output of
dvc stage list