Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gyetman committed Dec 23, 2021
2 parents 7cf62bc + d93a1ad commit 7583a21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def build_file_lookup(solar,desal,finance,timestamp):
# function to look up additional documentation for each tab
info = ['Weather file format requirement', 'Detailed description for inputs', 'Variables on this page are not required for input, please ignore them']
doc_info = {('pvsamv1', 'Location and Resource'): {'text': info[0], 'href': f"{SAMD}#page=120"},
('pvsamv1', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
# ('pvsamv1', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
('tcslinear_fresnel', 'Location and Resource'): {'text': info[0], 'href': f"{SAMD}#page=120"},
('linear_fresnel_dsg_iph', 'Location and Resource'): {'text': info[0], 'href': f"{SAMD}#page=120"},
('linear_fresnel_dsg_iph', 'Collector and Receiver'): {'text': info[1], 'href': f"{ADD}#page=4"},
Expand All @@ -142,12 +142,12 @@ def build_file_lookup(solar,desal,finance,timestamp):
('tcstrough_physical', 'Receivers (HCEs)'): {'text': info[1], 'href': f"{ADD}#page=7"},
('tcstrough_physical', 'Location and Resource'): {'text': info[0], 'href': f"{SAMD}#page=120"},
('tcstrough_physical', 'Solar Field'): {'text': info[1], 'href': f"{ADD}#page=8"},
('tcstrough_physical', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
('tcsdirect_steam', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
# ('tcstrough_physical', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
# ('tcsdirect_steam', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
('tcsdirect_steam', 'Location and Resource'): {'text': info[0], 'href': f"{SAMD}#page=120"},
('tcsmolten_salt', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
# ('tcsmolten_salt', 'General'): {'text': info[2], 'href': f"{ADD}#page=1"},
('tcsmolten_salt', 'Location and Resource'): {'text': info[0], 'href': f"{SAMD}#page=120"},
('trough_physical_process_heat','General'): {'text': info[2], 'href': f"{ADD}#page=1"},
# ('trough_physical_process_heat','General'): {'text': info[2], 'href': f"{ADD}#page=1"},
('trough_physical_process_heat','Location and Resource'):{'text': info[2], 'href': f"{ADD}#page=120"},
('trough_physical_process_heat','Collectors (SCAs)'): {'text': info[1], 'href': f"{ADD}#page=10"},
('trough_physical_process_heat','Receivers (HCEs)'): {'text': info[1], 'href': f"{ADD}#page=11"},
Expand Down
Binary file modified app/assets/docs/Detailed description for Input Variables.pdf
Binary file not shown.

0 comments on commit 7583a21

Please sign in to comment.