From c192ffcc03bddb42f032393b38762cd9ce120e6f Mon Sep 17 00:00:00 2001 From: Carles Tena Date: Wed, 10 Oct 2018 10:56:56 +0200 Subject: [PATCH] Updating paths --- conf/hermes.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/conf/hermes.conf b/conf/hermes.conf index 654279b..aa0e356 100644 --- a/conf/hermes.conf +++ b/conf/hermes.conf @@ -1,8 +1,8 @@ [GENERAL] log_level = 3 -input_dir = /home/Earth/ctena/Models/hermesv3_gr -data_path = /scratch/Earth/HERMESv3_GR_Benchmark/EmissionInventories -output_dir = /scratch/Earth/HERMESv3/OUT +input_dir = /home/user/HERMES/HERMES_IN +data_path = /home/user/HERMES/datasets +output_dir = /home/user/HERMES/HERMES_OUT output_name = HERMESv3_.nc start_date = 2018/01/01 00:00:00 # ***** end_date = start_date [DEFAULT] ***** @@ -65,7 +65,7 @@ auxiliar_files_path = /data/auxiliar_files/_ [EMISSION_INVENTORY_CONFIGURATION] -cross_table = /conf/EI_configuration_gfas.csv +cross_table = /conf/EI_configuration.csv [EMISSION_INVENTORY_PROFILES] @@ -74,10 +74,6 @@ p_month = /data/profiles/temporal/TemporalProfile_Monthly.csv p_day = /data/profiles/temporal/TemporalProfile_Daily.csv p_hour = /data/profiles/temporal/TemporalProfile_Hourly.csv p_speciation = /data/profiles/speciation/Speciation_profile_cb05_aero5_MONARCH.csv -# p_speciation = /data/profiles/speciation/Speciation_profile_cb05_aero5_CMAQ.csv -# p_speciation = /data/profiles/speciation/Speciation_profile_cb05_aero6_CMAQ.csv -# p_speciation = /data/profiles/speciation/Speciation_profile_cb05e51_aero6_CMAQ.csv -# p_speciation = /data/profiles/speciation/Speciation_profile_radm2_madesorgam_WRF_CHEM.csv molecular_weights = /data/profiles/speciation/MolecularWeights.csv world_info = /data/profiles/temporal/tz_world_country_iso3166.csv -- GitLab