Skip to content
Snippets Groups Projects

Updates ecological assessment documentation

Merged kbistreck requested to merge documentation/ecological_assessment_update into develop
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 :wink:

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
    • Is Kossarevs LTO cycle emissions now constant like shown in the table or calculated by default and backup is only in the table?

    • The constant values in the table are used by default and you can switch to a calculation mode which has a backup in case it fails -> changed description in doc

    • Please register or sign in to reply
  • Tobias Weckenmann approved this merge request

    approved this merge request

  • Tobias Weckenmann unapproved this merge request

    unapproved this merge request

  • Tobias Weckenmann approved this merge request

    approved this merge request

  • kbistreck added 11 commits

    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

    Compare with previous version

  • kbistreck reset approvals from @tobi747 by pushing to the branch

    reset approvals from @tobi747 by pushing to the branch

  • Tobias Weckenmann approved this merge request

    approved this merge request

  • I totally agree with everything that was said here

  • kbistreck mentioned in commit 8f3e6995

    mentioned in commit 8f3e6995

  • merged

  • Please register or sign in to reply
    Loading