-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathtooltips.json
More file actions
569 lines (569 loc) · 27.2 KB
/
tooltips.json
File metadata and controls
569 lines (569 loc) · 27.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
{
"tooltips": [
{
"name": "tt_loss_array_spacing",
"title": "Array Spacing Loss",
"tip": "Losses associated with interactions of wave energy converters due to spacing."
},
{
"name": "tt_loss_resource_overprediction",
"title": "Resource Overprediction Loss",
"tip": "Reduction from resource uncertainty associated \nwith installing device waters at a depth or distance \noutside parameters of resource file (e.g. shallow \nwaters close to shore, large distance from \nmeasuring buoy)."
},
{
"name": "tt_loss_transmission",
"title": "Transmission Losses",
"tip": "Related to the efficiency of the electrical \ninfrastructure for the array, such as inter-device \ncabling, export cabling, substations, and onshore \ntransmission up to grid interconnection."
},
{
"name": "tt_loss_downtime",
"title": "Array/WEC Downtime Loss",
"tip": "Availability losses which reduce the system output \nduring system outages, operations and maintenance \nactivities, or other events."
},
{
"name": "tt_loss_additional",
"title": "Additional Losses",
"tip": "Miscellaneous losses which would decrease the \npower output from the wave energy converter to \nthe grid."
},
{
"name": "tt_structural_assembly_cost",
"title": "Structural Assembly",
"tip": "Primary energy capture and supporting structural \ncomponents. Cost includes prime mover (float paddle, \nturbine, flap, etc.), ancillary marine systems, \ncoatings, transportation of structure to staging area, and \nadditional structural components."
},
{
"name": "tt_power_takeoff_system_cost",
"title": "Power Take-Off System (PTO)",
"tip": "Comprised of mechanism to convert captured energy \ninto mechanical power, such as hydraulic drivetrain, \ngearbox (speed increaser/reducer), air turbine, or \nelectrical generator. Cost also includes PTO enclosure, coatings, \ntransportation to staging area, power electronics, and short-term \nenergy storage."
},
{
"name": "tt_mooring_found_substruc_cost",
"title": "Mooring, Foundation, and Sub-Structure",
"tip": "All elements of the mooring system and/or \nfoundation. Elements include mooring lines, anchors, \npiles, connecting hardware, scour protection, additional \nnon-structural elements, and transportation of components to \nstaging area."
},
{
"name": "tt_development_cost",
"title": "Development",
"tip": "All activities from project inception to financial close. Activities such\nas site selection, permitting and leasing, professional advisory services,\ninitial engineering, site characterization, interconnection and power\nmarketing, and development project management."
},
{
"name": "tt_eng_and_mgmt_cost",
"title": "Engineering and Management",
"tip": "Costs include detailed designs, procurement management, construction\nmanagement, project certification, and health/safety/environmental\nmonitoring. All engineering and management activities from financial close \nthrough commercial operation date."
},
{
"name": "tt_plant_commissioning_cost",
"title": "Plant Commissioning",
"tip": "Cost incurred by owner or prime contractor\nto test and commission the integrated power plant.\nModeled value is 1.6% of capital expenditures."
},
{
"name": "tt_site_access_port_staging_cost",
"title": "Site Access, Port & Staging",
"tip": "Activities and physical aspects needed to support \nportside delivery, storage, handling, and deployment \nof marine energy converter components. Costs include \nport facilities lease, cranage fees, port improvements, \nand port fees. Modeled value is 1.1% of capital expenditures."
},
{
"name": "tt_assembly_and_install_cost",
"title": "Assembly & Installation",
"tip": "Costs associated with vessels, labor, and equipment costs for\nassembly and installation of substructures/foundations,\nmarine energy converter, offshore electrical infrastructure,\nand offshore logistical infrastructure. All assembly and\ninstallation activities conducted at the staging port and\nat the project site."
},
{
"name": "tt_other_infrastructure_cost",
"title": "Other Infrastructure",
"tip": "Other capital investments made by the project \ncompany prior to commercial operation date, such \nas offshore accommodations, dedicated O&M vessels, onshore \nO&M facilities, and offshore logistical infrastructure."
},
{
"name": "tt_array_cable_system_cost",
"title": "Array Cable",
"tip": "Low to medium voltage cables which connect the marine \nenergy converters with offshore substation or export cable."
},
{
"name": "tt_export_cable_system_cost",
"title": "Export Cable",
"tip": "Medium to high voltage cable to connect marine energy converter \nor offshore substations with onshore electric infrastructure."
},
{
"name": "tt_onshore_substation_cost",
"title": "Onshore Substation",
"tip": "Facility to house electric conversion equipment to transform or \nconvert power from the export voltage to the onshore grid voltage."
},
{
"name": "tt_offshore_substation_cost",
"title": "Offshore Substation",
"tip": "Electric conversion equipment required to step-up or convert \npower for export to the onshore grid and support structure. \nCost includes onboard work platforms, accommodation, \nequipment storage, or helicopter access."
},
{
"name": "tt_other_elec_infra_cost",
"title": "Other Electrical Infrastructure",
"tip": "Costs include cable accessories and jointing, cable \nfor protection, cable commissioning, and cable transportation. Any \ncost associated with components for electrical infrastructure \nnot called out in SAM."
},
{
"name": "tt_project_contingency_cost",
"title": "Project Contingency Cost",
"tip": "Modeled value is 5% of capital expenditures. Liquid \nfinancial instrument set up to respond to \"known unknown\" \ncosts that arise during construction, does not include contingences \nset by manufacturers and contractors as part of supply \ncontract pricing."
},
{
"name": "tt_insurance_during_construction_cost",
"title": "Cost of Insurance During Construction",
"tip": "Modeled value is 1% of capital expenditures. Insurance policies \nheld by owner during construction period. Costs may \ninclude construction all risk, marine cargo, commercial general liability, \nworkers compensation, environmental site liability, \npollution liability, etc. Does not \ninclude insurance held by contractors."
},
{
"name": "tt_reserve_accounts_cost",
"title": "Reserve Account Costs",
"tip": "Modeled value is 3% of capital expenditures. Payments \n(before commissioning) into reserve accounts. Generally \nrequired by either financiers or regulators."
},
{
"name": "tt_operations_cost_cost",
"title": "Operations",
"tip": "Non-equipment costs during project operations. Costs \ninclude insurance, annual seabed and onshore leases, \npersonnel salaries, software, facilities during operations, and \nenvironmental/health/safety monitoring."
},
{
"name": "tt_maintenance_cost_cost",
"title": "Maintenance",
"tip": "Maintenance performed under long-term service agreements, \nscheduled or unscheduled maintenance. Costs include vessel, \nlabor, and equipment costs of operations for the project."
},
{
"name": "tt_prime_mover_cost",
"title": "Prime Mover",
"tip": "Primary body used for energy capture (e.g. WEC float, Rotor, flap, etc.)."
},
{
"name": "tt_structural_component_cost",
"title": "Structural Components",
"tip": "Any additional supporting structural components not included in the Structure category."
},
{
"name": "tt_marine_systems_cost",
"title": "Marine Systems",
"tip": "Ancillary systems on the marine energy converter (MEC) device."
},
{
"name": "tt_coatings_cost",
"title": "Coatings",
"tip": "Coatings to protect from corrosion in marine environment."
},
{
"name": "tt_transportation_of_structure_cost",
"title": "Transportation of Structure",
"tip": "Costs of transporting the marine energy converter (MEC) structure\ncomponents from the manufacturing facility to the staging area."
},
{
"name": "tt_other_structural_assembly_cost",
"title": "Other Structural Assembly Costs",
"tip": "Costs not included within the structural assembly categories."
},
{
"name": "tt_hydraulic_drivetrain_cost",
"title": "Hydraulic Drivetrain",
"tip": "Hydraulic system to transfer mechanical energy from marine energy converter to electrical energy."
},
{
"name": "tt_gearbox_cost",
"title": "Gearbox",
"tip": "Mechanical system used to increase or decrease the speed of the shaft work going into the generator.\nThis may include mechanical motion rectifiers."
},
{
"name": "tt_air_turbine_cost",
"title": "Air Turbine",
"tip": "Any turbine that is used to convert kinetic energy in the air,\ndue to wave oscillations, into shaft work (e.g. Wells Turbine)"
},
{
"name": "tt_electrical_generator_cost",
"title": "Electrical Generator",
"tip": "Any Generator that is used to convert rotational shaft work, or translational motion into electrical power. "
},
{
"name": "tt_short_term_energy_storage_cost",
"title": "Short-term Energy Storage",
"tip": "Temporary storage of electrical energy (e.g. onboard batteries or ultra-capacitors for wave to wave power smoothing)"
},
{
"name": "tt_power_electronics_cost",
"title": "Power Electronics",
"tip": "Electrical system used to transfer power, convert voltages or frequencies, as well as any active power controllers. "
},
{
"name": "tt_power_takeoff_enclosure_cost",
"title": "Power Take-off Enclosure",
"tip": "Any enclosure used to house or isolate the Power Take-Off system (e.g. Nacelle)"
},
{
"name": "tt_coatings_pto_cost",
"title": "Coatings",
"tip": "Coatings to protect from corrosion in marine environment."
},
{
"name": "tt_transportation_of_power_conversion_chain_cost",
"title": "Transportation of Power Conversion Chain",
"tip": "Costs of transporting the marine energy converter (MEC) power conversion chain (PCC)\ncomponents from the manufacturing facility to the staging area."
},
{
"name": "tt_other_pto_cost",
"title": "Other PTO Costs",
"tip": "Costs not included within the PTO categories."
},
{
"name": "tt_mooring_lines_cost",
"title": "Mooring Lines",
"tip": "Chain, wire, or synthetic fiber ropes to connect marine energy converter with anchors on the seabed."
},
{
"name": "tt_anchors_and_piles_cost",
"title": "Anchors and Piles",
"tip": "Anchors and Piles installed on the seabed to either maintain station keeping or to react against the seabed.\nThis can include gravity based anchor systems. "
},
{
"name": "tt_connecting_hardware_cost",
"title": "Connecting Hardware",
"tip": "Connectors required to attach the mooring lines to anchors and marine energy converter."
},
{
"name": "tt_subfoundation_or_bedding_cost",
"title": "Sub-foundation or Bedding",
"tip": "Layers of gravel and stone to provide a stable and level surface on which to place anchors."
},
{
"name": "tt_messenger_lines_and_buoys_cost",
"title": "Messenger Lines and Buoys",
"tip": "Ancillary equipment used during the installation of the mooring system."
},
{
"name": "tt_scour_protection_cost",
"title": "Scour Protection",
"tip": "Rock fill or concrete mattresses to protect substructures from scouring (caused by currents or waves)."
},
{
"name": "tt_outfitting_structure_cost",
"title": "Outfitting Structure",
"tip": "Additional non-structural elements attached to substructure elements."
},
{
"name": "tt_ancillary_marine_systems_cost",
"title": "Ancillary Marine Systems",
"tip": "Ancillary systems required for marine operations."
},
{
"name": "tt_integration_assembly_testing_checkout_cost",
"title": "Integration, Assembly, Testing, Checkout",
"tip": "Activities performed by manufacturer to integrate, assemble, test, and checkout for the mooring and foundation\nsystem before delivery to customer. Does not include commissioning activities."
},
{
"name": "tt_transportation_cost",
"title": "Transportation",
"tip": "Costs of transporting the mooring system components from the manufacturing facility to the staging area."
},
{
"name": "tt_other_mooring_substructure_cost",
"title": "Other Mooring Substructure Cost",
"tip": "Costs not included within the mooring, foundation, and sub-structure categories."
},
{
"name": "tt_site_selection_cost",
"title": "Site Selection",
"tip": "Initial desktop-level studies to select project location, develop a conceptual design,\nidentify regulatory requirements, and create preliminary business case."
},
{
"name": "tt_permitting_and_leasing_cost",
"title": "Permitting and Leasing",
"tip": "Acquisition of permits and leases required for site assessment, construction,\nand operation at the project site."
},
{
"name": "tt_professional_advisory_services_cost",
"title": "Professional Advisory Services",
"tip": "Legal support, external consultants, accounting, etc., during development."
},
{
"name": "tt_initial_engineering_cost",
"title": "Initial Engineering",
"tip": "Engineering studies to specify the design of the project (e.g., technology, layout)\nand understand economics and risks associated with the design."
},
{
"name": "tt_site_characterization_cost",
"title": "Site Characterization",
"tip": "Equipment, material and labor costs required for collecting/analysis of wind resource, ocean conditions,\nand geological data at project site. Defines parameters for engineering assessments as data becomes available."
},
{
"name": "tt_interconnection_and_power_marketing_cost",
"title": "Interconnection and Power Marketing",
"tip": "Activities to gain access to the transmission grid and negotiate contracts to sell or otherwise market power."
},
{
"name": "tt_project_management_during_development_cost",
"title": "Project Management during Development",
"tip": "Project Management from the start of the development phase through financial close."
},
{
"name": "tt_financing_and_incentives_cost",
"title": "Financing and Incentives",
"tip": "Fees, closing costs, and staff and consultant efforts to arrange and secure equity,\ndebt financing, and government incentives."
},
{
"name": "tt_other_development_cost",
"title": "Other Development",
"tip": "Costs not included within the development categories."
},
{
"name": "tt_detailed_design_and_construction_engineering_cost",
"title": "Detailed Design and Construction Engineering",
"tip": "Detailed design and construction engineering costs."
},
{
"name": "tt_procurement_management_cost",
"title": "Procurement Management",
"tip": "Bid management, purchasing, negotiations, and contract management."
},
{
"name": "tt_construction_management_cost",
"title": "Construction Management",
"tip": "Quality control and assurance."
},
{
"name": "tt_project_certification_cost",
"title": "Project Certification",
"tip": "Review by a 3rd party independent verification agent to assure that project is in compliance with design\nbasis as well as technical standards and regulatory requirements. Results in project certificate."
},
{
"name": "tt_health_safety_and_environmental_monitoring_cost",
"title": "Health, Safety, and Environmental Monitoring",
"tip": "Coordination and monitoring to ensure compliance with health, safety, and\nenvironmental monitoring requirements during construction."
},
{
"name": "tt_other_engineering_and_management_cost",
"title": "Other Engineering and Management",
"tip": "Costs not included within the engineering and management categories."
},
{
"name": "tt_array_cable_system_cost",
"title": "Array Cable System",
"tip": "Collects power generated by the marine energy converter(s)\nand transports to the offshore substation(s)."
},
{
"name": "tt_export_cable_systems_cost",
"title": "Export Cable Systems",
"tip": "Export cables and associated infrastructure to connect marine energy converter(s) or offshore substation(s)\nwith onshore electric infrastructure or offshore converter station(s) if using direct current (DC). "
},
{
"name": "tt_cable_protection_cost",
"title": "Cable Protection",
"tip": "Equipment and materials used to protect cable from damage (strikes, over-bending, etc.)"
},
{
"name": "tt_offshore_substation_cost",
"title": "Offshore Substation",
"tip": "Electric conversion equipment required to step-up or convert power for export to the onshore grid and\nsupport structure, also onboard work platforms, accommodation, equipment storage, helicopter access, etc."
},
{
"name": "tt_onshore_transmission_infrastructure_cost",
"title": "Onshore Transmission Infrastructure",
"tip": "Any onshore transmission or conversion equipment required to connect project to onshore grid."
},
{
"name": "tt_other_electrical_infrastructure_cost",
"title": "Other Electrical Infrastructure",
"tip": "Costs not included within the electrical infrastructure categories."
},
{
"name": "tt_staging_port_cost",
"title": "Staging Port",
"tip": "Port facilities or space leased to support the installation of the project."
},
{
"name": "tt_cranage_cost",
"title": "Cranage",
"tip": "Cranage fees to use and operate crawler cranes, tower cranes, harbor cranes, self-propelled modular\ntransporters (SPMTs) used for land-based assembly of components and load out onto installation vessels."
},
{
"name": "tt_port_improvement_cost",
"title": "Port Improvements",
"tip": "Any improvement to existing port infrastructure paid for\nby project owner (e.g., quayside reinforcement)."
},
{
"name": "tt_port_fees_cost",
"title": "Port Fees",
"tip": "Fees for vessel access, docking and loading/unloading."
},
{
"name": "tt_other_site_access_cost",
"title": "Other Site Access",
"tip": "Costs not included within the site access, port, and staging categories."
},
{
"name": "tt_substructures_and_foundations_cost",
"title": "Substructures and Foundations",
"tip": "Vessel, labor, and equipment costs to complete\ninstallation of foundations and substructures."
},
{
"name": "tt_marine_energy_converter_device_cost",
"title": "Marine Energy Converter Device",
"tip": "Vessel, labor, and equipment costs to complete marine energy\nconverter installation procedures for the entire project."
},
{
"name": "tt_offshore_electrical_infrastructure_cost",
"title": "Offshore Electrical Infrastructure",
"tip": "Vessel, labor, and equipment costs to install electrical infrastructure."
},
{
"name": "tt_offshore_logistical_infrastructure_assembly_cost",
"title": "Offshore Logistical Infrastructure",
"tip": "Labor and equipment cost to install offshore logistical infrastructure. "
},
{
"name": "tt_other_assembly_and_installation_cost",
"title": "Other Assembly and Installation",
"tip": "Costs not included within the assembly and installation categories."
},
{
"name": "tt_offshore_accomodations_cost",
"title": "Offshore Accomodations",
"tip": "Hotel Vessels or permanent platform(s) at the project\nsite to house project personnel during operations."
},
{
"name": "tt_dedicated_om_vessel_cost",
"title": "Dedicated O&M Vessel",
"tip": "New build vessels owned by the project company that will\nbe used exclusively to support operations at project."
},
{
"name": "tt_onshore_om_facilities_cost",
"title": "Onshore O&M Facilities",
"tip": "Facilities on land, owned by the project company, to support the operation of the project."
},
{
"name": "tt_om_equipment_purchases_cost",
"title": "O&M Equipment Purchases",
"tip": "Other purchases necessary for the operation of the marine energy converter project\nafter commercial operation date (COD).Examples include: safety equipment\n(e.g., harnesses, floatation devices), equipment to store replacement parts (e.g., climate\ncontrol for spare electric cables), vehicles to support operations (e.g., fork trucks)."
},
{
"name": "tt_offshore_logistical_infrastructure_cost",
"title": "Offshore Logistical Infrastructure",
"tip": "Systems to support marine coordination, weather forecasting, and metocean data collection.\nMay include marine management software, wave buoy, current meter, etc."
},
{
"name": "tt_other_infrastructure_transportation_cost",
"title": "Other Infrastructure Transportation",
"tip": "Cost of transporting other infrastructure components\nfrom the manufacturing facility to the staging area."
},
{
"name": "tt_other_other_infrastructure_cost",
"title": "Other",
"tip": "Costs not included within the other infrastructure categories."
},
{
"name": "tt_project_contingency_budget_cost",
"title": "Project Contingency Budget",
"tip": "Liquid financial instrument set up to respond to 'known unknown' costs that arise during construction,\ndoes not include contingences set by manufacturers and contractors as part of supply contract pricing."
},
{
"name": "tt_insurance_during_construction_cost",
"title": "Insurance during Construction",
"tip": "Insurance policies held by owner during construction period, can include construction all risk,\nmarine cargo, commercial general liability, workers compensation, environmental site liability,\npollution liability, etc. Does not include insurance held by contractors."
},
{
"name": "tt_maintenance_reserve_account_cost",
"title": "Maintenance Reserve Account",
"tip": "Payments (before commissioning) into reserve accounts set up to cover major\nmaintenance expenditures (MRAs), often required by debt service providers."
},
{
"name": "tt_debt_service_reserve_account_cost",
"title": "Debt Service Reserve Account",
"tip": "Payments (before commissioning) into reserve accounts set up to cover debt service\nexpenditures (DSRAs), often required by debt service providers."
},
{
"name": "tt_decommissioning_reserve_account_cost",
"title": "Decommissioning Reserve Account",
"tip": "Payments (before commissioning) into reserve accounts to fund project\ndecommissioning obligations (e.g. security bonds). "
},
{
"name": "tt_other_reserve_accounts_cost",
"title": "Other Reserve Accounts",
"tip": "Costs not included within the other reserve accounts costs category."
},
{
"name": "tt_other_financial_costs_cost",
"title": "Other Financial Costs",
"tip": "Costs not included within the financial categories."
},
{
"name": "tt_environmental_health_and_safety_monitoring_operations_cost",
"title": "Environmental Health and Safety Monitoring Operations",
"tip": "Coordination and monitoring to ensure compliance with health, safety,\nand environmental (HSE) requirements during construction."
},
{
"name": "tt_annual_leases_fees_cost",
"title": "Annual Leases, Fees, Cost",
"tip": "Ongoing payments after COD, including but not limited to: payments to regulatory body for permission\nto operate at project site (terms defined within lease); payments to Transmissions Systems Operators or\nTransmission Asset Owners for rights to transport generated power."
},
{
"name": "tt_insurance_operations_cost",
"title": "Insurance",
"tip": "Insurance policies held by project company or operations manager during operational period."
},
{
"name": "tt_operations_management_and_general_admin_cost",
"title": "Operations, Management, and General Admin.",
"tip": "Activities necessary to forecast, dispatch, sell, and manage the production of power from the plant.\nIncludes both on-site and off-site personnel salaries, software, and equipment to coordinate high\nvoltage equipment, switching, port activities, marine activities, weather forecasting."
},
{
"name": "tt_other_operations_cost",
"title": "Other Operations",
"tip": "Costs not included within the operations categories."
},
{
"name": "tt_long_term_service_agreement_cost",
"title": "Long Term Service Agreement",
"tip": "Annualized cost of a contract, generally between the owner and marine energy converter OEM or Third Party,\nto maintain the water power project at a guaranteed level of availability for a defined period, will likely replace\nscheduled and unscheduled maintenance categories below for duration of contract"
},
{
"name": "tt_scheduled_maintenance_cost",
"title": "Scheduled Maintenance",
"tip": "Planned and routine activities to ensure that marine energy converters, substructures, and all related systems are operating correctly,\nat optimal efficiency, and to minimize unscheduled breakdowns/downtime, includes cost of vessels, labor, equipment, spare parts\nand consumables. Sometimes referred to as preventative maintenance."
},
{
"name": "tt_unscheduled_maintenance_cost",
"title": "Unscheduled Maintenance",
"tip": "Interventions and other activities to respond to random failures. Costs include equipment and vessels,\nlabor, replacement parts, and consumables. Also known as corrective maintenance."
},
{
"name": "tt_other_maintenance_cost",
"title": "Other Maintenance",
"tip": "Costs not included within the maintenance categories."
},
{
"name": "tt_cambium_location_type",
"title": "Location Type",
"tip": "The location type determines the area represented by the location."
},
{
"name": "tt_cambium_location",
"title": "Location",
"tip": "Choose a location depending on the choice you made for Location Type."
},
{
"name": "tt_cambium_year",
"title": "Year",
"tip": "Choose a future year for the pricing data, or choose multiple years to download data for all available years and apply an optional escalation rate. Data for each missing year is copied from the previous available year."
},
{
"name": "tt_load_data",
"title": "Electric Load Power",
"tip": "Click Edit Array to enter or import time series load data in kW.\nSAM requires that the load data and weather data have the same number of time steps."
},
{
"name": "tt_load_scaling",
"title": "Electric Load Scaling Factor",
"tip": "Use the electric load scaling factor to increase or decrease the load.\nSAM adjusts the entire load profile up or down.\nFor example, 1 uses the original load as you provided it,\n0.5 reduces the load in each time step by half,\n2 doubles the load in each time step.\nClick View Load Data to see the original and scaled load data."
},
{
"name": "tt_load_growth",
"title": "Electric Load Annual Growth Rate",
"tip": "Use the annual growth rate to model a load that increases from year to year.\n(Use a negative growth rate for a load that decreases.)"
},
{
"name": "tt_start_day",
"title": "January 1 Day of Week",
"tip": "Day of week for January 1 in the year represented by the load data.\nUse the default (Monday) unless your simulation is for a specific year."
},
{
"name": "tt_load_scale_monthly",
"title": "Monthly Electricity Usage for Scaling",
"tip": "Click Edit Values to scale the load by month to match monthly data from an electricity bill.\nThis will match the total kWh by month to the electricity bill data, but the peak kW will\ndepend on the load you provide and may differ from the peaks reported on the electricity bill."
}
]
}