Update
A temporal profile for each vehicular type is produced in addition to the general one.
-
Temporal profile variables (TP_VOC, TP_CO, TP_NO and TP_SO2) have the following dimensions Time, vehicle_type, south_north, west_east
float TP_VOC(Time, vehicle_type, south_north, west_east) ; float TP_CO(Time, vehicle_type, south_north, west_east) ; float TP_NO(Time, vehicle_type, south_north, west_east) ; float TP_VOC_dies(Time, vehicle_type, south_north, west_east) ; float TP_SO2(Time, vehicle_type, south_north, west_east) ;
-
Daily emissions variables also have a vehicle type totals.
float E_VOC(vehicle_type, south_north, west_east) ; float E_CO(vehicle_type, south_north, west_east) ; float E_NO(vehicle_type, south_north, west_east) ; float E_VOC_diese(vehicle_type, south_north, west_east) ; float E_SO2(vehicle_type, south_north, west_east) ;
Now there are is a new dimension vehicle_type
in the variables for the NetCDF file
vehicle_type | Description | vehicle_type | Description |
---|---|---|---|
1 | all vehicle types | ||
2 | Automoviles | 6 | Otros buses |
3 | Ligeros | 7 | Medianos |
4 | Microbuses | 8 | Pesados |
5 | Ruta 100 | 9 | Camiones Municipales |
Other changes
- variables name change for documentation update
- changes for auto tools efficient use
- documentation: a Doxygen file is provided for the user to generate the documentation in HTML.