Skip to content
Snippets Groups Projects

Updated LH2 tank design method

Merged s-roscher requested to merge feature/tank_design_lh2 into main
17 files
+ 1244
529
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -62,7 +62,7 @@ def read_energy_carrier_and_tank_configuration(paths_and_names, dict_ac_data, di
tank_energy_share = dict_ac_data['energy_share']
except KeyError:
runtime_output.critical('Error: Missing data in aircraft exchange file. Energy carrier and tank configuration '
+' preparation not possible. Program aborted.')
+ 'preparation not possible. Program aborted.')
sys.exit('Exit information: Missing data in aircraft exchange file. Energy carrier and tank configuration '
'preparation not possible!')
Loading