Skip to content

Trajectory investment workflow

Workflow

The complete workflow is composed of the following four "independent" steps : The first two steps are (order of execution does not matter) :

Intermediary files :

The other two steps have to be executed after the first two :

File structure

The expected file structure at the --dataDir looks like :

.
├── input-trajectory.yaml
├── node_2030_study
│        ├── Desktop.ini
│        ├── input ...
│        ├── layers ...
│        ├── logs ...
│        ├── output ...
│        ├── settings ...
│        ├── study.antares
│        └── user
│            └── expansion
│                ├── candidates.ini
│                ├── capa ...
│                ├── constraints ...
│                ├── outer_loop ...
│                ├── sensitivity ...
│                ├── settings.ini
│                └── weights
│                    └── weights.txt
├── node_2040_study
│        ├── Desktop.ini
│        ├── input ...
│        ├── layers ...
│        ├── logs ...
│        ├── output ...
│        ├── settings ...
│        ├── study.antares
│        └── user
│            └── expansion
│                ├── candidates.ini
│                ├── capa ...
│                ├── constraints ...
│                ├── outer_loop ...
│                ├── sensitivity ...
│                ├── settings.ini
│                └── weights
│                    └── weights.txt
├── node_2050_A_study
│        ├── Desktop.ini
│        ├── input ...
│        ├── layers ...
│        ├── logs ...
│        ├── output ...
│        ├── settings ...
│        ├── study.antares
│        └── user
│            └── expansion
│                ├── candidates.ini
│                ├── capa ...
│                ├── constraints ...
│                ├── outer_loop ...
│                ├── sensitivity ...
│                ├── settings.ini
│                └── weights
│                    └── weights.txt
└── node_2050_B_study
         ├── Desktop.ini
         ├── input ...
         ├── layers ...
         ├── logs ...
         ├── output ...
         ├── settings ...
         ├── study.antares
         └── user
             └── expansion
                 ├── candidates.ini
                 ├── capa ...
                 ├── constraints ...
                 ├── outer_loop ...
                 ├── sensitivity ...
                 ├── settings.ini
                 └── weights
                     └── weights.txt