IN code I changed


hermesv3_gr/config/config.py
- add TM5MP as option in output model
- add global_tm5 in domain_type to have global grid with full halo cells
- add gph_data_path and meteo_data_path needed for potential vertical distribution in HERMES for TM5-MP


hermesv3_gr/config/settings.py
- edit name of log-files to make multiple simultanous runs possible


hermesv3_gr/hermes.py
- edit logfile name to make multiple simultanous runs possible
- add section to make vertical distribution possible for use with TM5-MP
- add monthly output possible


hermesv3_gr/modules/emision_inventories/emission_inventory.py
- add option to set reference_year to 'current' in EI_configuration.csv to allow easy multi year runs
- add possibility to comment lines with # in EI_configuration.csv for easy visibility


hermesv3_gr/modules/grids/grid.py
- add global_tm5 as possible grid


hermesv3_gr/modules/grids/grid_global_tm5.py //new file
- Enables the use of global_tm5 grid for global grid with full halo cells to fit requirements of TM5-MP


hermesv3_gr/modules/masking/masking.py
- change warning to error if mask is ignored due to misplaced + or -


hermesv3_gr/modules/regrid/regrid.py
- distinguish between aircraft data (so 3D data) and non aircraft data (so 2D) 
to allow processing of 3D aviation emission data without vertical profile


hermesv3_gr/modules/regrid/regrid_conservative.py
- add TM5-MP like regridding in HERMES to ensure similarity in both


hermesv3_gr/modules/speciation/speciation.py
- add replacements of - to _ in species names


hermesv3_gr/modules/vertical/vertical.py
- prepare HERMES to preprae data for TM5-MP with vertical distribution according to TM5-MPs used hybrid pressure levels

hermesv3_gr/modules/writing/writer.py
- add possiblity to write emission files for TM5-MP

hermesv3_gr/modules/writing/writer_tm5.py // new-file
- create write script to produce TM5-MP suitable emission data files with HERMES


hermesv3_gr/tools/netcdf_tools.py
-changed output to double precission


preproc/ceds_preproc.py
- edit file to use ceds data with 3D avaition data with use for TM5-MP

multiple other preproc files were created to use needed emissoin inventories in HERMES for TM5-MP