Updates ecological assessment documentation
6 unresolved threads
Description
Updates on the documentation of ecological_assessment:
- changes to native markdown
- improved structure
- more method explanations
Additional Notes
- The citation is currently not working - I try to fix this in another MR
- Some functions in Dallara basic concept are not displayed correctly - I'm thankful for ideas how to fix that
Merge request reports
Activity
added typedocumentation label
requested review from @tobi747
assigned to @kbistreck
11 - define in the `program_settings` which submodules you would like to execute 12 - all other parameters can be left at default values 13 3. You need to provide all necessary input data. What is necessary depends on the chosen methods (or executed submodule). In general, you need a (shortened) project environment as described in [Seperate Tool Execution](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/tutorials/seperate-tool-execution/). The aircraft exchange file need to located at the path you defined in the configuration file. Here is an example with a CSMR-2020 in the projects directory: 14 15 16 ``` 17 project environment 18 ├── ecological_assessment/ 19 │ ├── ecological_assessment.exe 20 │ └── ecological_assessment_config.xml 21 ├── projects/ 22 │ └── CSMR/ 23 │ └──CSMR-2020 24 │ └── CSMR-2020.xml 25 ├── databases/ 26 │ └── engine/ 63 27.01.2025 14:33:33 - Checking directory... [HTML] 64 27.01.2025 14:33:33 - Checking directory... [PLOT] 65 27.01.2025 14:33:33 - Checking directory... [CSVFILES] 66 27.01.2025 14:33:33 - Checking directory... [CSVFILESTOOL] 67 27.01.2025 14:33:33 - Creating directory... [CSVFILESTOOL] 68 27.01.2025 14:33:33 - Checking directory... [PLOTFILES] 69 27.01.2025 14:33:33 - Checking directory... [PLOTFILESTOOL] 70 27.01.2025 14:33:33 - Creating directory... [PLOTFILESTOOL] 71 27.01.2025 14:33:33 - Checking directory... [LOGFILES] 72 ``` 73 To this point, the module is in the top level stage and creates folders and checks the configuration file settings from the control block. Here you can see some common information. 74 75 Then, the standard strategy is initialized. You can see, which methods were chosen in the configuration file: 76 ```xml 77 27.01.2025 14:33:33 - Initialize standard strategy 78 27.01.2025 14:33:33 - Method SCHAEFER will be used for life cycle emission calculation added 11 commits
-
eb91ff8b...a7d860ff - 9 commits from branch
develop
- b2b01a12 - changes according to review
- 39eeb1c4 - Merge remote-tracking branch 'origin/develop' into documentation/ecological_assessment_update
-
eb91ff8b...a7d860ff - 9 commits from branch
reset approvals from @tobi747 by pushing to the branch
mentioned in commit 8f3e6995
Please register or sign in to reply