|
|
# Aviation sector section
|
|
|
|
|
|
This section of the configuration file is used to define all the parameters needed for the calculation of the aviation sector.
|
|
|
|
|
|
```text
|
|
|
[AVIATION SECTOR]
|
|
|
aviation_source_pollutants = nox_no2, co, hc, nmvoc, ch4, so2, pm10, pm25, co2
|
|
|
# airport_list = LEBL LEML
|
|
|
# plane_list = A320 B738
|
|
|
airport_shapefile_path = <input_dir>/aviation/Airports.shp
|
|
|
airport_runways_shapefile_path = <input_dir>/aviation/Runways.shp
|
|
|
airport_runways_corners_shapefile_path = <input_dir>/aviation/Runway_Corners.shp
|
|
|
airport_trajectories_shapefile_path = <input_dir>/aviation/Air_Trajectory.shp
|
|
|
airport_operations_path = <input_dir>/aviation/operations_2015.csv
|
|
|
planes_path = <input_dir>/aviation/planes.csv
|
|
|
airport_times_path = <input_dir>/aviation/times.csv
|
|
|
airport_ef_dir = <input_dir>/aviation/ef
|
|
|
aviation_weekly_profiles = <input_dir>/profiles/temporal/aviation/weekly_profiles.csv
|
|
|
aviation_hourly_profiles = <input_dir>/profiles/temporal/aviation/hourly_profiles.csv
|
|
|
aviation_speciation_profiles = <input_dir>/profiles/speciation/aviation/speciation_profiles_base.csv
|
|
|
```
|
|
|
|
|
|
## Options description
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| aviation_source_pollutants | List of pollutants considered for the calculation of the aviation sector. |
|
|
|
| airport_list | [**OPTIONAL**] Defines the list of airport codes to be considered for the calculation of the sector. By default, all the airports located within the working domain will be considered. |
|
|
|
| plane_list | [**OPTIONAL**] List of plane categories to be considered for the calculation of the sector. By default, all the plane categories are considered. A complete description of each vessel category code is available [here](examples_vessel_categories). |
|
|
|
| airport_shapefile_path | Defines the path to the [polygon shapefile with the airport infrastructure boundaries](#airport-shapefile). |
|
|
|
| airport_runways_shapefile_path | Defines the path to the [polyline shapefile with the airport runways](#runway-shapefile). |
|
|
|
| airport_runways_corners_shapefile_path | Defines the path to the [multipoint shapefile with the airport runway’s corners](#runway-corners-shapefile). |
|
|
|
| airport_trajectories_shapefile_path | Defines the path to the [polyline shapefile with the airport’s air trajectories](#trajectories-shapefile). |
|
|
|
| airport_operations_path | Defines the path to the CSV file that contains the [number of monthly operations](#operations-file) (arrival, departure) per airport and plane. |
|
|
|
| planes_path | Defines the path to the CSV file that contains the [description of the planes](#planes-file). |
|
|
|
| airport_times_path | Defines the path to the CSV file that contains the [times associates to each LTO phase per airport and plane](#airport-times-file). |
|
|
|
| airport_ef_dir | Defines the path to the CSV files that contain the [emission factors for each plane and LTO phase](#emission-factors-file). |
|
|
|
| aviation_weekly_profiles | Defines the path to the CSV file that contains the [weekly temporal profiles per airport](#temporal-weekly-profiles). |
|
|
|
| aviation_hourly_profiles | Defines the path to the CSV file that contains the [hourly temporal profiles per airport](#temporal-hourly-profiles). |
|
|
|
| aviation_speciation_profiles | Defines the path to the CSV file that contains the [speciation profiles](examples_profiles_speciation_profiles). |
|
|
|
|
|
|
### Airport shapefile
|
|
|
|
|
|
The example below shows the information fields of the airport shapefile used for Spain.
|
|
|
|
|
|
|airport_id|airport_na |cons |
|
|
|
|----------|------------------|----------|
|
|
|
|LERS |Aeroport de Reus |1 |
|
|
|
|LELL |Aeroport de Sabadell|1 |
|
|
|
|LEAB |Aeropuerto de Albacete|1 |
|
|
|
|LEAL |Aeropuerto de Alicante|1 |
|
|
|
|LEAM |Aeropuerto de Almería|1 |
|
|
|
|LECO |Aeropuerto de A Coruña|1 |
|
|
|
|LEAS |Aeropuerto de Asturias|1 |
|
|
|
|LEBZ |Aeropuerto de Badajoz|1 |
|
|
|
|LEBL |Aeropuerto de Barcelona|1 |
|
|
|
|LEBB |Aeropuerto de Bilbao|1 |
|
|
|
|LEBA |Aeropuerto de Córdoba|1 |
|
|
|
|LECU |Aeropuerto de Cuatro Vientos|1 |
|
|
|
|GCHI |Aeropuerto de El Hierro|1 |
|
|
|
|GCFV |Aeropuerto de Fuerteventura|1 |
|
|
|
|LEGE |Aeropuerto de Girona|1 |
|
|
|
|GCLP |Aeropuerto de Gran Canaria|1 |
|
|
|
|LEGR |Aeropuerto de Granada|1 |
|
|
|
|LEHC |Aeropuerto de Huesca|1 |
|
|
|
|LEIB |Aeropuerto de Ibiza|1 |
|
|
|
|LEJR |Aeropuerto de Jerez|1 |
|
|
|
|GCGM |Aeropuerto de La Gomera|1 |
|
|
|
|GCLA |Aeropuerto de La Palma|1 |
|
|
|
|GCRR |Aeropuerto de Lanzarote|1 |
|
|
|
|LELN |Aeropuerto de León|1 |
|
|
|
|LERJ |Aeropuerto de Logroño|1 |
|
|
|
|LEMD |Aeropuerto de Madrid-Barajas|1 |
|
|
|
|LEMG |Aeropuerto de Málaga|1 |
|
|
|
|GEML |Aeropuerto de Melilla|1 |
|
|
|
|LEMH |Aeropuerto de Menorca|1 |
|
|
|
|LELC |Aeropuerto de Murcia|1 |
|
|
|
|LEPA |Aeropuerto de Palma de Mallorca|1 |
|
|
|
|LEPP |Aeropuerto de Pamplona|1 |
|
|
|
|LESA |Aeropuerto de Salamanca|1 |
|
|
|
|LESO |Aeropuerto de San Sebastián|1 |
|
|
|
|LEXJ |Aeropuerto de Santander|1 |
|
|
|
|LEST |Aeropuerto de Santiago|1 |
|
|
|
|LEZL |Aeropuerto de Sevilla|1 |
|
|
|
|GCXO |Aeropuerto de Tenerife Norte|1 |
|
|
|
|GCTS |Aeropuerto de Tenerife Sur|1 |
|
|
|
|LETO |Aeropuerto de Torrejón|1 |
|
|
|
|LEVC |Aeropuerto de Valencia|1 |
|
|
|
|LEVD |Aeropuerto de Valladolid|1 |
|
|
|
|LEVX |Aeropuerto de Vigo|1 |
|
|
|
|LEVT |Aeropuerto de Vitoria|1 |
|
|
|
|LEZG |Aeropuerto de Zaragoza|1 |
|
|
|
|LEBG |Aeropuerto de Burgos|1 |
|
|
|
|LESB |Aeropuerto de Son Bonet|1 |
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| airport_id | ICAO airport code. |
|
|
|
| airport_na | Airport name. |
|
|
|
| cons | Defines if the airport is considered (1) or dismissed (0) for the emission calculations. |
|
|
|
|
|
|
### Runway shapefile
|
|
|
|
|
|
The example below shows the information fields of the airport's runways shapefile used for Spain.
|
|
|
|
|
|
|airport_id|runway_id|approach_a|climbout_a|approach_f|climbout_f|cons|
|
|
|
|----------|---------|----------|----------|----------|----------|----|
|
|
|
|LEBL |LEBL_20 |3 |3.005 |0 |0.0001 |0 |
|
|
|
|LEBL |LEBL_07L |3 |3.262 |0.2566 |0.0052 |1 |
|
|
|
|LEBL |LEBL_25L |3 |2.86 |0.0263 |0.697 |1 |
|
|
|
|LEBL |LEBL_02 |3 |2.86 |0.052 |0 |1 |
|
|
|
|LEBL |LEBL_25R |3 |3.49 |0.6642 |0.0019 |1 |
|
|
|
|LEBL |LEBL_07R |3 |3.12 |0.0006 |0.2957 |1 |
|
|
|
|LELL |LELL_31 |5.85 |3.12 |0.5 |0.5 |1 |
|
|
|
|LELL |LELL_13 |5.59 |3.12 |0.5 |0.5 |1 |
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| airport_id | ICAO airport code. |
|
|
|
| runway_id | Runway code. |
|
|
|
| approach_a | Angle of approach (degrees). |
|
|
|
| climbout_a | Angle of climb out (degrees). |
|
|
|
| approach_f | Share of arrival operations ocurring in the runway (between 0 and 1). |
|
|
|
| climbout_f | Share of departure operations ocurring in the runway (between 0 and 1). |
|
|
|
| cons | Defines if the runway is considered (1) or dismissed (0) for the emission calculations. |
|
|
|
|
|
|
### Runway corners shapefile
|
|
|
|
|
|
The example below shows the information fields of the airport's runway corners shapefile used for Spain.
|
|
|
|
|
|
|airport_id|runway_id|lat_orig|lon_orig|
|
|
|
|----------|---------|--------|--------|
|
|
|
|LECO |LECO_04 |43.2948 |-8.38323|
|
|
|
|LECO |LECO_22 |43.3097 |-8.37095|
|
|
|
|LEAB |LEAB_09 |38.948 |-1.87912|
|
|
|
|LEAB |LEAB_27 |38.9489 |-1.84799|
|
|
|
|LEAL |LEAL_10 |38.2845 |-0.574997|
|
|
|
|LEAL |LEAL_28 |38.2798 |-0.541317|
|
|
|
|LEAM |LEAM_08 |36.8401 |-2.38565|
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| airport_id | ICAO airport code. |
|
|
|
| runway_id | Runway code. |
|
|
|
| lat_orig | Latitude coordinate of the runway corner (degrees). |
|
|
|
| lon_orig | Longitude coordinate of the runway corner (degrees). |
|
|
|
|
|
|
### Trajectories shapefile
|
|
|
|
|
|
The example below shows the information fields of the airport's air trajectories shapefile used for Spain.
|
|
|
|
|
|
|operation|airport_id|runway_id|
|
|
|
|---------|----------|---------|
|
|
|
|arrival |LEBL |LEBL_02 |
|
|
|
|arrival |LEBL |LEBL_25R |
|
|
|
|arrival |LEBL |LEBL_07L |
|
|
|
|arrival |LEBL |LEBL_25L |
|
|
|
|arrival |LEBL |LEBL_07R |
|
|
|
|departure|LEBL |LEBL_07R |
|
|
|
|departure|LEBL |LEBL_07L |
|
|
|
|departure|LEBL |LEBL_20 |
|
|
|
|departure|LEBL |LEBL_02 |
|
|
|
|departure|LEBL |LEBL_25L |
|
|
|
|departure|LEBL |LEBL_25R |
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| operation | Type of operation associated with the air trajectory [arrival / departure]. |
|
|
|
| airport_id | ICAO airport code. |
|
|
|
| runway_id | Runway code. |
|
|
|
|
|
|
### Operations file
|
|
|
|
|
|
The example below displays the first few lines of the airport operations CSV file used for Spain.
|
|
|
|
|
|
```csv
|
|
|
plane_id,airport_id,operation,1,2,3,4,5,6,7,8,9,10,11,12
|
|
|
A124-A,GCLP,arrival,0,0,2,0,1,1,1,0,0,0,0,5
|
|
|
A124-A,GCLP,departure,0,0,2,0,1,1,1,0,0,0,0,5
|
|
|
A124-A,LEZL,arrival,0,3,2,1,0,2,2,2,4,5,0,6
|
|
|
A124-A,LEZL,departure,0,3,2,1,0,2,2,2,4,5,0,5
|
|
|
A306-F,LEBL,arrival,2,6,3,2,2,1,1,1,5,10,7,16
|
|
|
A306-F,LEBL,departure,2,6,3,2,2,1,1,1,5,10,7,16
|
|
|
A306-F,LEMD,arrival,45,47,52,53,53,53,56,51,57,59,53,52
|
|
|
A306-F,LEMD,departure,44,47,53,53,52,54,55,52,57,58,54,51
|
|
|
|
|
|
```
|
|
|
|
|
|
|plane_id|airport_id|operation|1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |
|
|
|
|--------|----------|---------|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|A124-A |GCLP |arrival |0 |0 |2 |0 |1 |1 |1 |0 |0 |0 |0 |5 |
|
|
|
|A124-A |GCLP |departure|0 |0 |2 |0 |1 |1 |1 |0 |0 |0 |0 |5 |
|
|
|
|A124-A |LEZL |arrival |0 |3 |2 |1 |0 |2 |2 |2 |4 |5 |0 |6 |
|
|
|
|A124-A |LEZL |departure|0 |3 |2 |1 |0 |2 |2 |2 |4 |5 |0 |5 |
|
|
|
|A306-F |LEBL |arrival |2 |6 |3 |2 |2 |1 |1 |1 |5 |10 |7 |16 |
|
|
|
|A306-F |LEBL |departure|2 |6 |3 |2 |2 |1 |1 |1 |5 |10 |7 |16 |
|
|
|
|A306-F |LEMD |arrival |45 |47 |52 |53 |53 |53 |56 |51 |57 |59 |53 |52 |
|
|
|
|A306-F |LEMD |departure|44 |47 |53 |53 |52 |54 |55 |52 |57 |58 |54 |51 |
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| plane_id | Code of the plane category. A complete description of each vessel category code is available [here](examples_vessel_categories). |
|
|
|
| airport_id | ICAO airport code. |
|
|
|
| operation | Type of operation [arrival / departure]. |
|
|
|
| 1 | Number of operations occurred during January. |
|
|
|
| 2 | Number of operations occurred during February. |
|
|
|
| 3 | Number of operations occurred during March. |
|
|
|
| 4 | Number of operations occurred during April. |
|
|
|
| 5 | Number of operations occurred during May. |
|
|
|
| 6 | Number of operations occurred during June. |
|
|
|
| 7 | Number of operations occurred during July. |
|
|
|
| 8 | Number of operations occurred during August. |
|
|
|
| 9 | Number of operations occurred during September. |
|
|
|
| 10 | Number of operations occurred during October. |
|
|
|
| 11 | Number of operations occurred during November. |
|
|
|
| 12 | Number of operations occurred during December. |
|
|
|
|
|
|
### Planes file
|
|
|
|
|
|
The example below displays the first few lines of the plane description CSV file used for Spain.
|
|
|
|
|
|
```csv
|
|
|
plane_id,engine_id,engine_n,mtow,apu_id,plane_type
|
|
|
B738-D,8CM051,2,78.5,131-9,medium
|
|
|
A320-F,3CM026,2,77,36-300,medium
|
|
|
A319-D,3CM027,2,77,36-300,medium
|
|
|
A321-G,3IA008,2,89,36-300,medium
|
|
|
ATR-72,PW127F,2,23,36-150[ ],medium
|
|
|
```
|
|
|
|
|
|
|plane_id|engine_id|engine_n|mtow|apu_id |plane_type|
|
|
|
|--------|---------|--------|----|---------|----------|
|
|
|
|B738-D |8CM051 |2 |78.5|131-9 |medium |
|
|
|
|A320-F |3CM026 |2 |77 |36-300 |medium |
|
|
|
|A319-D |3CM027 |2 |77 |36-300 |medium |
|
|
|
|A321-G |3IA008 |2 |89 |36-300 |medium |
|
|
|
|ATR-72 |PW127F |2 |23 |36-150[ ]|medium |
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| plane_id | Code of the plane category. |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| engine_n | Number of engines associated to plane_id. |
|
|
|
| mtow | Maximum take-off weight of the plane (in tonnes) |
|
|
|
| apu_id | Code of the auxiliar power unit. |
|
|
|
| plane_type | Type of plane [jumbo/medium/business/piston]. |
|
|
|
|
|
|
### Airport times file
|
|
|
|
|
|
The example below displays the first few lines of the times CSV file used for Spain.
|
|
|
|
|
|
```csv
|
|
|
airport_id,plane_type,taxi_out,taxi_in,takeoff,climbout,approach,landing,post-taxi_in,pre-taxi_out
|
|
|
GCFV,jumbo,551.130265327537,288.831985624438,56,120,228,11.4,600,1800
|
|
|
GCGM,jumbo,261.71511627907,185.526315789474,56,120,228,11.4,600,1800
|
|
|
GCHI,jumbo,211.188903566711,179.921052631579,56,120,228,11.4,600,1800
|
|
|
GCLA,jumbo,266.474079936684,165.902612826603,56,120,228,11.4,600,1800
|
|
|
GCLP,jumbo,599.671787709497,238.825108705168,56,120,228,11.4,600,1800
|
|
|
GCRR,jumbo,524.468549195307,243.670156452182,56,120,228,11.4,600,1800
|
|
|
```
|
|
|
|
|
|
|airport_id|plane_type|taxi_out|taxi_in|takeoff |climbout|approach|landing|post-taxi_in|pre-taxi_out|
|
|
|
|----------|----------|--------|-------|---------|--------|--------|-------|------------|------------|
|
|
|
|GCFV |jumbo |551.130265327537|288.831985624438|56 |120 |228 |11.4 |600 |1800 |
|
|
|
|GCGM |jumbo |261.71511627907|185.526315789474|56 |120 |228 |11.4 |600 |1800 |
|
|
|
|GCHI |jumbo |211.188903566711|179.921052631579|56 |120 |228 |11.4 |600 |1800 |
|
|
|
|GCLA |jumbo |266.474079936684|165.902612826603|56 |120 |228 |11.4 |600 |1800 |
|
|
|
|GCLP |jumbo |599.671787709497|238.825108705168|56 |120 |228 |11.4 |600 |1800 |
|
|
|
|GCRR |jumbo |524.468549195307|243.670156452182|56 |120 |228 |11.4 |600 |1800 |
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| airport_id | ICAO airport code. |
|
|
|
| plane_type | Type of plane [jumbo/medium/business/piston]. |
|
|
|
| taxi_out | Time spent to completed the taxi-out phase (in seconds). |
|
|
|
| taxi_in | Time spent to completed the taxi-in phase (in seconds). |
|
|
|
| takeoff | Time spent to completed the take-off phase (in seconds). |
|
|
|
| climbout | Time spent to completed the climb-out phase (in seconds). |
|
|
|
| approach | Time spent to completed the approach phase (in seconds). |
|
|
|
| landing | Time spent to completed the landing phase (in seconds). |
|
|
|
| post-taxi_in | APU running time before the taxi-in phase (in seconds). |
|
|
|
| pre-taxi_out | APU running time after the taxi-out phase (in seconds). |
|
|
|
|
|
|
### Emission factors file
|
|
|
|
|
|
Emission factor CSV files need to be provided separately for each Landing and Takeoff (LTO) phase.
|
|
|
The examples below display the first few lines of the emission factors CSV files used in HERMESv3_BU.
|
|
|
|
|
|
The file names must be as follows:
|
|
|
* [ef_approach.csv](#approach-emission-factors-file)
|
|
|
* [ef_apu.csv](#apu-emission-factors-file)
|
|
|
* [ef_climbout.csv](#climb-out-emission-factors-file)
|
|
|
* [ef_landing.csv](#landing-emission-factors-file)
|
|
|
* [ef_landing_wear.csv](#landing-wear-brakes-and-tyres-emission-factors-file)
|
|
|
* [ef_takeoff.csv](#takeoff-emission-factors-file)
|
|
|
* [ef_taxi.csv](#taxi-emission-factors-file-used-for-both-taxi-in-and-taxi-out-phases)
|
|
|
|
|
|
#### Approach emission factors file
|
|
|
|
|
|
```csv
|
|
|
engine_id,co,hc,nox_no2,fuel,pm10,pm25,co2,so2
|
|
|
10AL026,0.000563,1.38e-07,0.00109,0.138,6.776e-06,6.776e-06,0.4347,6.9e-05
|
|
|
10IA011,0.0007905,2.17e-05,0.002889,0.31,5.086e-05,5.086e-05,0.9765,0.000155
|
|
|
10IA012,0.0007433,2.282e-05,0.003159,0.326,5.987e-05,5.987e-05,1.0269,0.000163
|
|
|
10IA013,0.000738,2.296e-05,0.003195,0.328,6.167e-05,6.167e-05,1.0332,0.000164
|
|
|
10IA014,0.000738,2.296e-05,0.003195,0.328,6.167e-05,6.167e-05,1.0332,0.000164
|
|
|
10IA015,0.000738,2.296e-05,0.003195,0.328,6.167e-05,6.167e-05,1.0332,0.000164
|
|
|
10IA016,0.0006386,2.322e-05,0.004226,0.387,0.0001035,0.0001035,1.21905,0.000193
|
|
|
```
|
|
|
|
|
|
|engine_id|co |hc |nox_no2|fuel |pm10 |pm25|co2 |so2|
|
|
|
|---------|------|---|-------|---------|------|----|----|---|
|
|
|
|10AL026 |0.000563|1.38e-07|0.00109|0.138 |6.776e-06|6.776e-06|0.4347|6.9e-05|
|
|
|
|10IA011 |0.0007905|2.17e-05|0.002889|0.31 |5.086e-05|5.086e-05|0.9765|0.000155|
|
|
|
|10IA012 |0.0007433|2.282e-05|0.003159|0.326 |5.987e-05|5.987e-05|1.0269|0.000163|
|
|
|
|10IA013 |0.000738|2.296e-05|0.003195|0.328 |6.167e-05|6.167e-05|1.0332|0.000164|
|
|
|
|10IA014 |0.000738|2.296e-05|0.003195|0.328 |6.167e-05|6.167e-05|1.0332|0.000164|
|
|
|
|10IA015 |0.000738|2.296e-05|0.003195|0.328 |6.167e-05|6.167e-05|1.0332|0.000164|
|
|
|
|10IA016 |0.0006386|2.322e-05|0.004226|0.387 |0.0001035|0.0001035|1.21905|0.000193|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| co | Emission factor for CO (in kg·s-1·engine-1·op-1). |
|
|
|
| hc | Emission factor for HC (in kg·s-1·engine-1·op-1). |
|
|
|
| nox_no2 | Emission factor for NOX expressed as NO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| fuel | Fuel consumption (in kg·s-1·engine-1·op-1). |
|
|
|
| pm10 | Emission factor for PM10 (in kg·s-1·engine-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·s-1·engine-1·op-1). |
|
|
|
| co2 | Emission factor for CO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| so2 | Emission factor for SO2 (in kg·s-1·engine-1·op-1). |
|
|
|
|
|
|
#### APU emission factors file
|
|
|
|
|
|
```csv
|
|
|
apu_id,hc,co,nox_no2,pm10,pm25,fuel,co2,so2
|
|
|
131-9,1.1877e-05,0.000156648,0.000213144,9.25925925925926e-06,8.33333333333333e-06,0.0321,0.101115,1.605e-05
|
|
|
30-54,3.7497e-05,0.00031581,3.1059e-05,9.25925925925926e-06,8.33333333333333e-06,0.0087,0.027405,4.35e-06
|
|
|
331-200ER,1.4534e-05,0.000139594,0.000321438,9.25925925925926e-06,8.33333333333333e-06,0.0338,0.10647,1.69e-05
|
|
|
331-350,1.3133e-05,0.000106206,0.00056529,9.25925925925926e-06,8.33333333333333e-06,0.0571,0.179865,2.855e-05
|
|
|
```
|
|
|
|apu_id|hc |co |nox_no2|pm10 |pm25 |fuel|co2 |so2|
|
|
|
|------|------|---|-------|---------|------|----|----|---|
|
|
|
|131-9 |1.1877e-05|0.000156648|0.000213144|9.25925925925926e-06|8.33333333333333e-06|0.0321|0.101115|1.605e-05|
|
|
|
|30-54 |3.7497e-05|0.00031581|3.1059e-05|9.25925925925926e-06|8.33333333333333e-06|0.0087|0.027405|4.35e-06|
|
|
|
|331-200ER|1.4534e-05|0.000139594|0.000321438|9.25925925925926e-06|8.33333333333333e-06|0.0338|0.10647|1.69e-05|
|
|
|
|331-350|1.3133e-05|0.000106206|0.00056529|9.25925925925926e-06|8.33333333333333e-06|0.0571|0.179865|2.855e-05|
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| apu_id | Code of the auxiliar power unit. |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| co | Emission factor for CO (in kg·s-1·op-1). |
|
|
|
| hc | Emission factor for HC (in kg·s-1·op-1). |
|
|
|
| nox_no2 | Emission factor for NOX expressed as NO2 (in kg·s-1·op-1). |
|
|
|
| fuel | Fuel consumption (in kg·s-1·op-1). |
|
|
|
| pm10 | Emission factor for PM10 (in kg·s-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·s-1·op-1). |
|
|
|
| co2 | Emission factor for CO2 (in kg·s-1·op-1). |
|
|
|
| so2 | Emission factor for SO2 (in kg·s-1·op-1). |
|
|
|
|
|
|
#### Climb-out emission factors file
|
|
|
|
|
|
```csv
|
|
|
engine_id,co,hc,nox_no2,fuel,pm10,pm25,co2,so2
|
|
|
10AL026,0.0002871,3.88e-08,0.006204,0.388,1.902e-05,1.902e-05,1.2222,0.000194
|
|
|
10IA011,0.0003586,3.26e-05,0.01494,0.815,0.0002178,0.0002178,2.56725,0.0004075
|
|
|
10IA012,0.0003815,3.468e-05,0.01669,0.867,0.0002202,0.0002202,2.73105,0.0004335
|
|
|
10IA013,0.0003841,2.619e-05,0.0169,0.873,0.0002182,0.0002182,2.74995,0.0004365
|
|
|
10IA014,0.0003841,2.619e-05,0.0169,0.873,0.0002182,0.0002182,2.74995,0.0004365
|
|
|
```
|
|
|
|engine_id|co |hc |nox_no2|fuel |pm10 |pm25|co2 |so2|
|
|
|
|---------|------|---|-------|---------|------|----|----|---|
|
|
|
|10AL026 |0.0002871|3.88e-08|0.006204|0.388 |1.902e-05|1.902e-05|1.2222|0.000194|
|
|
|
|10IA011 |0.0003586|3.26e-05|0.01494|0.815 |0.0002178|0.0002178|2.56725|0.0004075|
|
|
|
|10IA012 |0.0003815|3.468e-05|0.01669|0.867 |0.0002202|0.0002202|2.73105|0.0004335|
|
|
|
|10IA013 |0.0003841|2.619e-05|0.0169 |0.873 |0.0002182|0.0002182|2.74995|0.0004365|
|
|
|
|10IA014 |0.0003841|2.619e-05|0.0169 |0.873 |0.0002182|0.0002182|2.74995|0.0004365|
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| co | Emission factor for CO (in kg·s-1·engine-1·op-1). |
|
|
|
| hc | Emission factor for HC (in kg·s-1·engine-1·op-1). |
|
|
|
| nox_no2 | Emission factor for NOX expressed as NO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| fuel | Fuel consumption (in kg·s-1·engine-1·op-1). |
|
|
|
| pm10 | Emission factor for PM10 (in kg·s-1·engine-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·s-1·engine-1·op-1). |
|
|
|
| co2 | Emission factor for CO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| so2 | Emission factor for SO2 (in kg·s-1·engine-1·op-1). |
|
|
|
|
|
|
#### Landing emission factors file
|
|
|
|
|
|
```csv
|
|
|
engine_id,co,hc,nox_no2,fuel,pm10,pm25,co2,so2
|
|
|
10AL026,0.000563,1.38e-07,0.00109,0.138,6.776e-06,6.776e-06,0.4347,6.9e-05
|
|
|
10IA011,0.0007905,2.17e-05,0.002889,0.31,5.086e-05,5.086e-05,0.9765,0.000155
|
|
|
10IA012,0.0007433,2.282e-05,0.003159,0.326,5.987e-05,5.987e-05,1.0269,0.000163
|
|
|
10IA013,0.000738,2.296e-05,0.003195,0.328,6.167e-05,6.167e-05,1.0332,0.000164
|
|
|
10IA014,0.000738,2.296e-05,0.003195,0.328,6.167e-05,6.167e-05,1.0332,0.000164
|
|
|
```
|
|
|
|engine_id|co |hc |nox_no2|fuel |pm10 |pm25|co2 |so2|
|
|
|
|---------|------|---|-------|---------|------|----|----|---|
|
|
|
|10AL026 |0.000563|1.38e-07|0.00109|0.138 |6.776e-06|6.776e-06|0.4347|6.9e-05|
|
|
|
|10IA011 |0.0007905|2.17e-05|0.002889|0.31 |5.086e-05|5.086e-05|0.9765|0.000155|
|
|
|
|10IA012 |0.0007433|2.282e-05|0.003159|0.326 |5.987e-05|5.987e-05|1.0269|0.000163|
|
|
|
|10IA013 |0.000738|2.296e-05|0.003195|0.328 |6.167e-05|6.167e-05|1.0332|0.000164|
|
|
|
|10IA014 |0.000738|2.296e-05|0.003195|0.328 |6.167e-05|6.167e-05|1.0332|0.000164|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| co | Emission factor for CO (in kg·s-1·engine-1·op-1). |
|
|
|
| hc | Emission factor for HC (in kg·s-1·engine-1·op-1). |
|
|
|
| nox_no2 | Emission factor for NOX expressed as NO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| fuel | Fuel consumption (in kg·s-1·engine-1·op-1). |
|
|
|
| pm10 | Emission factor for PM10 (in kg·s-1·engine-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·s-1·engine-1·op-1). |
|
|
|
| co2 | Emission factor for CO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| so2 | Emission factor for SO2 (in kg·s-1·engine-1·op-1). |
|
|
|
|
|
|
#### Landing wear (brakes and tyres) emission factors file
|
|
|
|
|
|
```csv
|
|
|
plane_id,pm10,pm25
|
|
|
default,0.000476,0.00008255
|
|
|
```
|
|
|
|plane_id|pm10 |pm25|
|
|
|
|--------|------|----|
|
|
|
|default |0.000476|0.00008255|
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| plane_id | Code of the plane category. |
|
|
|
| pm10 | Emission factor for PM10 (in kg·tonne-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·tonne-1·op-1). |
|
|
|
|
|
|
#### Takeoff emission factors file
|
|
|
|
|
|
```csv
|
|
|
engine_id,co,hc,nox_no2,fuel,pm10,pm25,co2,so2
|
|
|
10AL026,0.0003309,4.66e-08,0.008672,0.466,2.284e-05,2.284e-05,1.4679,0.000233
|
|
|
10IA011,0.0004175,2.913e-05,0.02072,0.971,0.0002131,0.0002131,3.05865,0.0004855
|
|
|
10IA012,0.0004368,3.12e-05,0.02388,1.04,0.0002167,0.0002167,3.276,0.00052
|
|
|
10IA013,0.0004406,3.147e-05,0.02432,1.049,0.0002157,0.0002157,3.30435,0.0005245
|
|
|
10IA014,0.0004406,3.147e-05,0.02432,1.049,0.0002157,0.0002157,3.30435,0.0005245
|
|
|
```
|
|
|
|engine_id|co |hc |nox_no2 |fuel |pm10 |pm25 |co2 |so2 |
|
|
|
|---------|------|---|--------|-----|---------|---------|-------|---------|
|
|
|
|10AL026 |0.0003309|4.66e-08|0.008672|0.466|2.284e-05|2.284e-05|1.4679 |0.000233 |
|
|
|
|10IA011 |0.0004175|2.913e-05|0.02072 |0.971|0.0002131|0.0002131|3.05865|0.0004855|
|
|
|
|10IA012 |0.0004368|3.12e-05|0.02388 |1.04 |0.0002167|0.0002167|3.276 |0.00052 |
|
|
|
|10IA013 |0.0004406|3.147e-05|0.02432 |1.049|0.0002157|0.0002157|3.30435|0.0005245|
|
|
|
|10IA014 |0.0004406|3.147e-05|0.02432 |1.049|0.0002157|0.0002157|3.30435|0.0005245|
|
|
|
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| co | Emission factor for CO (in kg·s-1·engine-1·op-1). |
|
|
|
| hc | Emission factor for HC (in kg·s-1·engine-1·op-1). |
|
|
|
| nox_no2 | Emission factor for NOX expressed as NO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| fuel | Fuel consumption (in kg·s-1·engine-1·op-1). |
|
|
|
| pm10 | Emission factor for PM10 (in kg·s-1·engine-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·s-1·engine-1·op-1). |
|
|
|
| co2 | Emission factor for CO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| so2 | Emission factor for SO2 (in kg·s-1·engine-1·op-1). |
|
|
|
|
|
|
#### Taxi emission factors file (used for both taxi-in and taxi-out phases)
|
|
|
|
|
|
```csv
|
|
|
engine_id,co,hc,nox_no2,fuel,pm10,pm25,co2,so2
|
|
|
10AL026,0.001879,9.405e-05,0.0002415,0.055,3.279e-06,3.279e-06,0.17325,2.75e-05
|
|
|
10IA011,0.001624,1.82e-05,0.0006617,0.13,1.493e-05,1.493e-05,0.4095,6.5e-05
|
|
|
10IA012,0.0016,1.862e-05,0.0006889,0.133,1.513e-05,1.513e-05,0.41895,6.65e-05
|
|
|
10IA013,0.001603,1.876e-05,0.0006955,0.134,1.462e-05,1.462e-05,0.4221,6.7e-05
|
|
|
10IA014,0.001603,1.876e-05,0.0006955,0.134,1.462e-05,1.462e-05,0.4221,6.7e-05
|
|
|
```
|
|
|
|engine_id|co |hc |nox_no2 |fuel |pm10 |pm25 |co2 |so2 |
|
|
|
|---------|------|---|--------|-----|---------|---------|-------|---------|
|
|
|
|10AL026 |0.001879|9.405e-05|0.0002415|0.055|3.279e-06|3.279e-06|0.17325|2.75e-05 |
|
|
|
|10IA011 |0.001624|1.82e-05|0.0006617|0.13 |1.493e-05|1.493e-05|0.4095 |6.5e-05 |
|
|
|
|10IA012 |0.0016|1.862e-05|0.0006889|0.133|1.513e-05|1.513e-05|0.41895|6.65e-05 |
|
|
|
|10IA013 |0.001603|1.876e-05|0.0006955|0.134|1.462e-05|1.462e-05|0.4221 |6.7e-05 |
|
|
|
|10IA014 |0.001603|1.876e-05|0.0006955|0.134|1.462e-05|1.462e-05|0.4221 |6.7e-05 |
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| engine_id | Code of the main engine. |
|
|
|
| co | Emission factor for CO (in kg·s-1·engine-1·op-1). |
|
|
|
| hc | Emission factor for HC (in kg·s-1·engine-1·op-1). |
|
|
|
| nox_no2 | Emission factor for NOX expressed as NO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| fuel | Fuel consumption (in kg·s-1·engine-1·op-1). |
|
|
|
| pm10 | Emission factor for PM10 (in kg·s-1·engine-1·op-1). |
|
|
|
| pm25 | Emission factor for PM2.5 (in kg·s-1·engine-1·op-1). |
|
|
|
| co2 | Emission factor for CO2 (in kg·s-1·engine-1·op-1). |
|
|
|
| so2 | Emission factor for SO2 (in kg·s-1·engine-1·op-1). |
|
|
|
|
|
|
### Temporal weekly profiles
|
|
|
|
|
|
The example below displays the first few lines of the weekly temporal profile CSV file used for Spain.
|
|
|
For each profile, the sum of all factors has to be equal to 7. HERMESv3_BU includes a internal reweighting function to calculate the daily weight factor for each specific day of the month.
|
|
|
|
|
|
```csv
|
|
|
P_week,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
|
|
|
GCFV,1.1929,0.8328,1.1029,0.8253,0.7953,1.403,0.8478
|
|
|
GCGM,0.903225806451613,1.35483870967742,0.903225806451613,0.903225806451613,0.903225806451613,0.903225806451613,1.12903225806452
|
|
|
GCHI,0.890887273038957,0.827288181597406,0.699990000142855,1.14548363594806,1.01818545449351,1.01818545449351,1.39998000028571
|
|
|
GCLA,1.09998428593877,1.06668476164626,0.899987143040814,0.966686190197283,1.06668476164626,0.949986428765303,0.949986428765303
|
|
|
GCLP,1.0005,0.8135,1.2071,0.8233,0.9152,1.1218,1.1186
|
|
|
GCRR,0.8418,0.7771,0.7706,1.5088,0.8742,0.9907,1.2368
|
|
|
```
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| P_week | ICAO airport code. Weekly profiles are associated to airports. |
|
|
|
| Monday | Weekly weight factor for Monday [0 : 7].|
|
|
|
| Tuesday | Weekly weight factor for Tuesday [0 : 7].|
|
|
|
| Wednesday | Weekly weight factor for Wednesday [0 : 7].|
|
|
|
| Thursday | Weekly weight factor for Thursday [0 : 7].|
|
|
|
| Friday | Weekly weight factor for Friday [0 : 7].|
|
|
|
| Saturday | Weekly weight factor for Saturday [0 : 7].|
|
|
|
| Sunday | Weekly weight factor for Sunday [0 : 7].|
|
|
|
|
|
|
### Temporal hourly profiles
|
|
|
|
|
|
The example below displays the first few lines of the hourly temporal profile CSV file used for Spain.
|
|
|
For each profile, the sum of all factors has to be equal to 1. The profiles should be reported according to local time.
|
|
|
|
|
|
```csv
|
|
|
"P_hour","operation","day_type","00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"
|
|
|
"GCFV","arrival","weekend",0,0,0,0,0,0,0,0,0.0799992000079999,0.039999600004,0.0799992000079999,0.0866691333086669,0.046669533304667,0.046669533304667,0.0599994000059999,0.039999600004,0.039999600004,0.0666693333066669,0.0599994000059999,0.0933290667093329,0.119998800012,0.0799992000079999,0.0533294667053329,0.00666993330066699
|
|
|
"GCFV","arrival","weekday",0,0,0,0,0,0,0,0,0.0725592744072559,0.0599394006059939,0.044159558404416,0.0977890221097789,0.0599394006059939,0.0473195268047319,0.0725592744072559,0.0725592744072559,0.0599394006059939,0.0788592114078859,0.0567794322056779,0.0662493375066249,0.10409895901041,0.0504694953050469,0.03469965300347,0.022079779202208
|
|
|
"GCFV","departure","weekend",0.00667,0,0,0,0,0,0,0,0.00667,0.1,0.01333,0.09333,0.09333,0.04667,0.04,0.05333,0.05333,0.04,0.05333,0.06667,0.10667,0.10667,0.08667,0.03333
|
|
|
"GCFV","departure","weekday",0,0,0,0,0,0,0,0,0.012660126601266,0.0854408544085441,0.050630506305063,0.050630506305063,0.101271012710127,0.0664606646066461,0.034810348103481,0.0791107911079111,0.0759507595075951,0.0759507595075951,0.0664606646066461,0.047470474704747,0.0727807278072781,0.113921139211392,0.028480284802848,0.037970379703797
|
|
|
"GCGM","arrival","weekend",0,0,0,0,0,0,0,0,0,0.222222222222222,0.222222222222222,0.111111111111111,0,0,0,0,0.111111111111111,0.222222222222222,0.111111111111111,0,0,0,0,0
|
|
|
"GCGM","arrival","weekday",0,0,0,0,0,0,0,0,0,0.22727454549091,0.0454509090181804,0,0.0454509090181804,0.0454509090181804,0.136362727254545,0,0.181823636472729,0.181823636472729,0.136362727254545,0,0,0,0,0
|
|
|
"GCGM","departure","weekend",0,0,0,0,0,0,0,0,0,0.222222222222222,0,0.222222222222222,0,0,0,0,0.111111111111111,0.111111111111111,0.333333333333333,0,0,0,0,0
|
|
|
"GCGM","departure","weekday",0,0,0,0,0,0,0,0,0,0.045450454504545,0.181821818218182,0.045450454504545,0,0.045450454504545,0.181821818218182,0,0.181821818218182,0.0909109091090911,0.227272272722727,0,0,0,0,0
|
|
|
```
|
|
|
|
|
|
|P_hour|operation |day_type|00 |01 |02 |03 |04 |05 |06 |07 |08 |09 |10 |11 |12 |13 |14 |15 |16 |17 |18 |19 |20 |21 |22 |23 |
|
|
|
|------|----------------------|--------|-------|---|---|---|---|---|---|---|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|-------------------|
|
|
|
|GCFV |arrival |weekend |0 |0 |0 |0 |0 |0 |0 |0 |0.0799992000079999|0.039999600004 |0.0799992000079999|0.0866691333086669|0.046669533304667 |0.046669533304667 |0.0599994000059999|0.039999600004 |0.039999600004 |0.0666693333066669|0.0599994000059999|0.0933290667093329|0.119998800012 |0.0799992000079999|0.0533294667053329|0.00666993330066699|
|
|
|
|GCFV |arrival |weekday |0 |0 |0 |0 |0 |0 |0 |0 |0.0725592744072559|0.0599394006059939|0.044159558404416 |0.0977890221097789|0.0599394006059939|0.0473195268047319|0.0725592744072559|0.0725592744072559|0.0599394006059939|0.0788592114078859|0.0567794322056779|0.0662493375066249|0.10409895901041 |0.0504694953050469|0.03469965300347 |0.022079779202208 |
|
|
|
|GCFV |departure |weekend |0.00667|0 |0 |0 |0 |0 |0 |0 |0.00667 |0.1 |0.01333 |0.09333 |0.09333 |0.04667 |0.04 |0.05333 |0.05333 |0.04 |0.05333 |0.06667 |0.10667 |0.10667 |0.08667 |0.03333 |
|
|
|
|GCFV |departure |weekday |0 |0 |0 |0 |0 |0 |0 |0 |0.012660126601266 |0.0854408544085441|0.050630506305063 |0.050630506305063 |0.101271012710127 |0.0664606646066461|0.034810348103481 |0.0791107911079111|0.0759507595075951|0.0759507595075951|0.0664606646066461|0.047470474704747 |0.0727807278072781|0.113921139211392 |0.028480284802848 |0.037970379703797 |
|
|
|
|GCGM |arrival |weekend |0 |0 |0 |0 |0 |0 |0 |0 |0 |0.222222222222222 |0.222222222222222 |0.111111111111111 |0 |0 |0 |0 |0.111111111111111 |0.222222222222222 |0.111111111111111 |0 |0 |0 |0 |0 |
|
|
|
|GCGM |arrival |weekday |0 |0 |0 |0 |0 |0 |0 |0 |0 |0.22727454549091 |0.0454509090181804|0 |0.0454509090181804|0.0454509090181804|0.136362727254545 |0 |0.181823636472729 |0.181823636472729 |0.136362727254545 |0 |0 |0 |0 |0 |
|
|
|
|GCGM |departure |weekend |0 |0 |0 |0 |0 |0 |0 |0 |0 |0.222222222222222 |0 |0.222222222222222 |0 |0 |0 |0 |0.111111111111111 |0.111111111111111 |0.333333333333333 |0 |0 |0 |0 |0 |
|
|
|
|GCGM |departure |weekday |0 |0 |0 |0 |0 |0 |0 |0 |0 |0.045450454504545 |0.181821818218182 |0.045450454504545 |0 |0.045450454504545 |0.181821818218182 |0 |0.181821818218182 |0.0909109091090911|0.227272272722727 |0 |0 |0 |0 |0 |
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :---------- |
|
|
|
| P_hour | ICAO airport code. Hourly profiles are associated to airports. |
|
|
|
| operation | Type of operation [arrival / departure]. |
|
|
|
| day_type | Type of day [weekday / weekend]. |
|
|
|
| 00 | Hourly weight factor for hour 00:00. [0 : 1] |
|
|
|
| 01 | Hourly weight factor for hour 01:00. [0 : 1] |
|
|
|
| 02 | Hourly weight factor for hour 02:00. [0 : 1] |
|
|
|
| 03 | Hourly weight factor for hour 03:00. [0 : 1] |
|
|
|
| 04 | Hourly weight factor for hour 04:00. [0 : 1] |
|
|
|
| 05 | Hourly weight factor for hour 05:00. [0 : 1] |
|
|
|
| 06 | Hourly weight factor for hour 06:00. [0 : 1] |
|
|
|
| 07 | Hourly weight factor for hour 07:00. [0 : 1] |
|
|
|
| 08 | Hourly weight factor for hour 08:00. [0 : 1] |
|
|
|
| 09 | Hourly weight factor for hour 09:00. [0 : 1] |
|
|
|
| 10 | Hourly weight factor for hour 10:00. [0 : 1] |
|
|
|
| 11 | Hourly weight factor for hour 11:00. [0 : 1] |
|
|
|
| 12 | Hourly weight factor for hour 12:00. [0 : 1] |
|
|
|
| 13 | Hourly weight factor for hour 13:00. [0 : 1] |
|
|
|
| 14 | Hourly weight factor for hour 14:00. [0 : 1] |
|
|
|
| 15 | Hourly weight factor for hour 15:00. [0 : 1] |
|
|
|
| 16 | Hourly weight factor for hour 16:00. [0 : 1] |
|
|
|
| 17 | Hourly weight factor for hour 17:00. [0 : 1] |
|
|
|
| 18 | Hourly weight factor for hour 18:00. [0 : 1] |
|
|
|
| 19 | Hourly weight factor for hour 19:00. [0 : 1] |
|
|
|
| 20 | Hourly weight factor for hour 20:00. [0 : 1] |
|
|
|
| 21 | Hourly weight factor for hour 21:00. [0 : 1] |
|
|
|
| 22 | Hourly weight factor for hour 22:00. [0 : 1] |
|
|
|
| 23 | Hourly weight factor for hour 23:00. [0 : 1] |
|
|
|
|
|
|
[Go to User guide page](user_guide)
|
|
|
|
|
|
[Go to Sectors page](user_guide_section_sectors) |
|
|
\ No newline at end of file |